Searched refs:mContextMainExecutor (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 101 private Executor mContextMainExecutor; field in ServiceTest 708 mContextMainExecutor = mContext.getMainExecutor(); in setUp() 1255 mContext.bindIsolatedService(mLocalService, 0, "isolated", mContextMainExecutor, conn); in testFailBindNonIsolatedService() 1279 instanceName, mContextMainExecutor, conn); in testFailBindIsoaltedServiceWithInvalidInstanceName() 1300 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances() 1303 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances() 1306 mIsolatedService, Context.BIND_AUTO_CREATE, "2", mContextMainExecutor, conn2); in testBindIsolatedServiceInstances() 1408 mInstanceName, mContextMainExecutor, mConnection); in bind() 1592 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn); in testAppZygotePreload() 1614 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testAppZygoteServices() [all …]
|