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.java127 private Executor mContextMainExecutor; field in ServiceTest
752 mContextMainExecutor = mContext.getMainExecutor(); in setUp()
1541 mContext.bindIsolatedService(mLocalService, 0, "isolated", mContextMainExecutor, conn); in testFailBindNonIsolatedService()
1565 instanceName, mContextMainExecutor, conn); in testFailBindIsoaltedServiceWithInvalidInstanceName()
1586 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances()
1589 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()
1592 mIsolatedService, Context.BIND_AUTO_CREATE, "2", mContextMainExecutor, conn2); in testBindIsolatedServiceInstances()
1638 mDelayedService, Context.BIND_AUTO_CREATE, mContextMainExecutor, conn); in testOnCreateCalledOnce_bindService()
1644 mDelayedService, Context.BIND_AUTO_CREATE, mContextMainExecutor, conn); in testOnCreateCalledOnce_bindService()
1719 mInstanceName, mContextMainExecutor, mConnection); in bind()
[all …]