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.java102 private Intent mLocalPhoneCallService; field in ServiceTest
705 mLocalPhoneCallService = new Intent(mContext, LocalPhoneCallService.class); in setUp()
1177 startForegroundService(mLocalPhoneCallService, in testForegroundService_typeImmediateNotification()
1183 mContext.stopService(mLocalPhoneCallService); in testForegroundService_typeImmediateNotification()