Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java108 private Executor mContextMainExecutor; field in ServiceTest
716 mContextMainExecutor = mContext.getMainExecutor(); in setUp()
1464 mContext.bindIsolatedService(mLocalService, 0, "isolated", mContextMainExecutor, conn); in testFailBindNonIsolatedService()
1488 instanceName, mContextMainExecutor, conn); in testFailBindIsoaltedServiceWithInvalidInstanceName()
1509 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances()
1512 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()
1515 mIsolatedService, Context.BIND_AUTO_CREATE, "2", mContextMainExecutor, conn2); in testBindIsolatedServiceInstances()
1617 mInstanceName, mContextMainExecutor, mConnection); in bind()
1801 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn); in testAppZygotePreload()
1823 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testAppZygoteServices()
[all …]