Searched refs:mLocalForegroundService (Results 1 – 1 of 1) sorted by relevance
101 private Intent mLocalForegroundService; field in ServiceTest704 mLocalForegroundService = new Intent(mContext, LocalForegroundService.class); in setUp()739 mContext.stopService(mLocalForegroundService); in tearDown()910 return foregroundServiceIntent(mLocalForegroundService, command); in foregroundServiceIntent()957 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()961 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()1010 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()1014 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()1108 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()1112 mContext.stopService(mLocalForegroundService); in testForegroundService_detachNotificationOnStop()[all …]