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.java90 private Intent mLocalService; field in ServiceTest
651 mLocalService = new Intent(mContext, LocalService.class); in setUp()
685 mContext.stopService(mLocalService); in tearDown()
767 startExpectResult(mLocalService); in testLocalStartClass()
776 bindExpectResult(mLocalService); in testLocalBindClass()
785 mLocalService, Context.BIND_AUTO_CREATE, mBackgroundThreadExecutor, conn); in testBindServiceWithExecutor()
928 mContext.startService(new Intent(mLocalService).putExtras(bundle)); in testRunningServices()
940 mContext.stopService(mLocalService); in testRunningServices()
949 mContext.stopService(mLocalService); in testRunningServices()
1053 bindAutoExpectResult(mLocalService); in testLocalBindAutoClass()
[all …]