Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalPhoneCallService.java23 public class LocalPhoneCallService extends LocalForegroundService { class
/cts/tests/app/src/android/app/cts/
DServiceTest.java36 import android.app.stubs.LocalPhoneCallService;
705 mLocalPhoneCallService = new Intent(mContext, LocalPhoneCallService.class); in setUp()
1180 assertNotification(1, LocalPhoneCallService.getNotificationTitle(1)); in testForegroundService_typeImmediateNotification()