Home
last modified time | relevance | path

Searched refs:mLocalPhoneCallService (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DServiceTest.java120 private Intent mLocalPhoneCallService; field in ServiceTest
739 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()