Example usage for android.os Binder subclass-usage

List of usage examples for android.os Binder subclass-usage

Introduction

In this page you can find the example usage for android.os Binder subclass-usage.

Usage

From source file org.artifactly.client.service.LocalServiceImpl.java

public class LocalServiceImpl extends Binder implements LocalService {

    // Logging
    private static final String PROD_LOG_TAG = "** A.L.S. **";

    // Artifact Filters

From source file org.mitre.svmp.apprtc.AppRTCClient.java

/**
 * @author Joe Portner
 *
 * Negotiates signaling for chatting with apprtc.appspot.com "rooms".
 * Uses the client<->server specifics of the apprtc AppEngine webapp.
 *