Searched refs:mContextMainExecutor (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 108 private Executor mContextMainExecutor; field in ServiceTest 716 mContextMainExecutor = mContext.getMainExecutor(); in setUp() 1466 mContext.bindIsolatedService(mLocalService, 0, "isolated", mContextMainExecutor, conn); in testFailBindNonIsolatedService() 1490 instanceName, mContextMainExecutor, conn); in testFailBindIsoaltedServiceWithInvalidInstanceName() 1511 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances() 1514 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances() 1517 mIsolatedService, Context.BIND_AUTO_CREATE, "2", mContextMainExecutor, conn2); in testBindIsolatedServiceInstances() 1619 mInstanceName, mContextMainExecutor, mConnection); in bind() 1803 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn); in testAppZygotePreload() 1825 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testAppZygoteServices() [all …]
|