Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java99 private Intent mLocalService; field in ServiceTest
701 mLocalService = new Intent(mContext, LocalService.class); in setUp()
738 mContext.stopService(mLocalService); in tearDown()
878 startExpectResult(mLocalService); in testLocalStartClass()
887 bindExpectResult(mLocalService); in testLocalBindClass()
896 mLocalService, Context.BIND_AUTO_CREATE, mBackgroundThreadExecutor, conn); in testBindServiceWithExecutor()
1046 mContext.startService(new Intent(mLocalService).putExtras(bundle)); in testRunningServices()
1058 mContext.stopService(mLocalService); in testRunningServices()
1067 mContext.stopService(mLocalService); in testRunningServices()
1363 bindAutoExpectResult(mLocalService); in testLocalBindAutoClass()
[all …]