Searched refs:ServiceConnectionHandler (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
D | ServiceConnectionHandler.java | 30 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
|
D | ServiceProcessController.java | 51 final ServiceConnectionHandler[] mConnections; 85 mConnections = new ServiceConnectionHandler[serviceIntents.length]; in ServiceProcessController() 87 mConnections[i] = new ServiceConnectionHandler(mContext, serviceIntents[i], in ServiceProcessController() 182 public ServiceConnectionHandler getConnection(int index) { in getConnection()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 49 import android.app.cts.android.app.cts.tools.ServiceConnectionHandler; 341 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, mServiceIntent, in testUidImportanceListener() 343 ServiceConnectionHandler conn2 = new ServiceConnectionHandler(mContext, mService2Intent, in testUidImportanceListener() 517 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, serviceIntent, in testBackgroundCheckService() 686 ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, mServiceIntent, in testBackgroundCheckStopsService() 688 ServiceConnectionHandler conn2 = new ServiceConnectionHandler(mContext, mService2Intent, in testBackgroundCheckStopsService() 866 final ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, in testBackgroundCheckBroadcastService() 1002 final ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, in testBackgroundCheckActivityService() 1089 final ServiceConnectionHandler conn = new ServiceConnectionHandler(mContext, in testForegroundServiceAppOp()
|