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.java119 private Intent mLocalForegroundService; field in ServiceTest
738 mLocalForegroundService = new Intent(mContext, LocalForegroundService.class); in setUp()
775 mContext.stopService(mLocalForegroundService); in tearDown()
956 return foregroundServiceIntent(mLocalForegroundService, command); in foregroundServiceIntent()
990 mContext.stopService(mLocalForegroundService); in testForegroundService_canUpdateNotification()
994 mContext.stopService(mLocalForegroundService); in testForegroundService_canUpdateNotification()
1030 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
1034 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
1084 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
1088 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
[all …]