HomeSort by relevance Sort by last modified time
    Searched refs:ServiceConnectionHandler (Results 1 - 3 of 3) sorted by null

  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceConnectionHandler.java 30 public final class ServiceConnectionHandler implements ServiceConnection {
31 static final String TAG = "ServiceConnectionHandler";
50 public ServiceConnectionHandler(Context context, Intent intent) {
54 public ServiceConnectionHandler(Context context, Intent intent, long defaultWaitTime) {
ServiceProcessController.java 50 final ServiceConnectionHandler[] mConnections;
83 mConnections = new ServiceConnectionHandler[serviceIntents.length];
85 mConnections[i] = new ServiceConnectionHandler(mContext, serviceIntents[i],
160 public ServiceConnectionHandler getConnection(int index) {
  /cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java 26 import android.app.cts.android.app.cts.tools.ServiceConnectionHandler;
183 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, mServiceIntent,
185 ServiceConnectionHandler conn2 = new ServiceConnectionHandler(mContext, mService2Intent,
368 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, serviceIntent,
532 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, mServiceIntent,
534 ServiceConnectionHandler conn2 = new ServiceConnectionHandler(mContext, mService2Intent
    [all...]

Completed in 1268 milliseconds