Searched refs:mContextMainExecutor (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 98 private Executor mContextMainExecutor; field in ServiceTest 665 mContextMainExecutor = mContext.getMainExecutor(); in setUp() 1154 mContext.bindIsolatedService(mLocalService, 0, "isolated", mContextMainExecutor, conn); in testFailBindNonIsolatedService() 1178 instanceName, mContextMainExecutor, conn); in testFailBindIsoaltedServiceWithInvalidInstanceName() 1199 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances() 1202 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances() 1205 mIsolatedService, Context.BIND_AUTO_CREATE, "2", mContextMainExecutor, conn2); in testBindIsolatedServiceInstances() 1307 mInstanceName, mContextMainExecutor, mConnection); in bind() 1477 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn); in testAppZygotePreload() 1499 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testAppZygoteServices() [all …]
|