Searched refs:mLocalPhoneCallService (Results 1 – 1 of 1) sorted by relevance
120 private Intent mLocalPhoneCallService; field in ServiceTest739 mLocalPhoneCallService = new Intent(mContext, LocalPhoneCallService.class); in setUp()740 mLocalPhoneCallService.putExtra(LocalForegroundService.EXTRA_FOREGROUND_SERVICE_TYPE, in setUp()1252 startForegroundService(mLocalPhoneCallService, in testForegroundService_typeImmediateNotification()1258 mContext.stopService(mLocalPhoneCallService); in testForegroundService_typeImmediateNotification()