Searched refs:mLocalForegroundService (Results 1 – 1 of 1) sorted by relevance
119 private Intent mLocalForegroundService; field in ServiceTest738 mLocalForegroundService = new Intent(mContext, LocalForegroundService.class); in setUp()775 mContext.stopService(mLocalForegroundService); in tearDown()956 return foregroundServiceIntent(mLocalForegroundService, command); in foregroundServiceIntent()990 mContext.stopService(mLocalForegroundService); in testForegroundService_canUpdateNotification()994 mContext.stopService(mLocalForegroundService); in testForegroundService_canUpdateNotification()1030 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()1034 mContext.stopService(mLocalForegroundService); in testForegroundService_dontRemoveNotificationOnStop()1084 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()1088 mContext.stopService(mLocalForegroundService); in testForegroundServiceRemoveNotificationOnStop()[all …]