Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java101 private Intent mLocalForegroundService; field in ServiceTest
704 mLocalForegroundService = new Intent(mContext, LocalForegroundService.class); in setUp()
739 mContext.stopService(mLocalForegroundService); in tearDown()
910 return foregroundServiceIntent(mLocalForegroundService, command); in foregroundServiceIntent()
957 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
961 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
1010 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
1014 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
1108 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()
1112 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()
[all …]