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.java93 private Intent mLocalService; field in ServiceTest
694 mLocalService = new Intent(mContext, LocalService.class); in setUp()
728 mContext.stopService(mLocalService); in tearDown()
868 startExpectResult(mLocalService); in testLocalStartClass()
877 bindExpectResult(mLocalService); in testLocalBindClass()
886 mLocalService, Context.BIND_AUTO_CREATE, mBackgroundThreadExecutor, conn); in testBindServiceWithExecutor()
1029 mContext.startService(new Intent(mLocalService).putExtras(bundle)); in testRunningServices()
1041 mContext.stopService(mLocalService); in testRunningServices()
1050 mContext.stopService(mLocalService); in testRunningServices()
1154 bindAutoExpectResult(mLocalService); in testLocalBindAutoClass()
[all …]