Searched refs:mLocalForegroundService (Results 1 – 1 of 1) sorted by relevance
95 private Intent mLocalForegroundService; field in ServiceTest697 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 …]