Home
last modified time | relevance | path

Searched refs:ServiceConnectionHandler (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceConnectionHandler.java30 public final class ServiceConnectionHandler implements ServiceConnection { class
50 public ServiceConnectionHandler(Context context, Intent intent) { in ServiceConnectionHandler() method in ServiceConnectionHandler
54 public ServiceConnectionHandler(Context context, Intent intent, long defaultWaitTime) { in ServiceConnectionHandler() method in ServiceConnectionHandler
DServiceProcessController.java50 final ServiceConnectionHandler[] mConnections;
83 mConnections = new ServiceConnectionHandler[serviceIntents.length]; in ServiceProcessController()
85 mConnections[i] = new ServiceConnectionHandler(mContext, serviceIntents[i], in ServiceProcessController()
172 public ServiceConnectionHandler getConnection(int index) { in getConnection()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java31 import android.app.cts.android.app.cts.tools.ServiceConnectionHandler;
264 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, mServiceIntent, in testUidImportanceListener()
266 ServiceConnectionHandler conn2 = new ServiceConnectionHandler(mContext, mService2Intent, in testUidImportanceListener()
439 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, serviceIntent, in testBackgroundCheckService()
602 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, mServiceIntent, in testBackgroundCheckStopsService()
604 ServiceConnectionHandler conn2 = new ServiceConnectionHandler(mContext, mService2Intent, in testBackgroundCheckStopsService()
779 final ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, in testBackgroundCheckBroadcastService()
909 final ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, in testBackgroundCheckActivityService()
992 final ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, in testForegroundServiceAppOp()