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.java92 private Intent mLocalForegroundService; field in ServiceTest
654 mLocalForegroundService = new Intent(mContext, LocalForegroundService.class); in setUp()
686 mContext.stopService(mLocalForegroundService); in tearDown()
794 return new Intent(mLocalForegroundService) in foregroundServiceIntent()
839 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
843 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()
892 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
896 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()
991 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()
995 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()
[all …]