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