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.java95 private Intent mLocalForegroundService; field in ServiceTest
697 mLocalForegroundService = new Intent(mContext, LocalForegroundService.class); in setUp()
729 mContext.stopService(mLocalForegroundService); in tearDown()
895 return new Intent(mLocalForegroundService) in foregroundServiceIntent()
940 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
944 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
993 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
997 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
1092 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()
1096 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()
[all …]