Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DEnablePhoneAccountTestActivity.java52 PhoneAccountUtils.registerTestPhoneAccount(this); in onCreate()
53 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
65 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
70 PhoneAccountUtils.unRegisterTestPhoneAccount(this); in onCreate()
DOutgoingCallTestActivity.java67 PhoneAccountUtils.registerTestPhoneAccount(this); in onCreate()
68 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
87 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
88 PhoneAccountHandle defaultOutgoingAccount = PhoneAccountUtils in onCreate()
91 PhoneAccountUtils.TEST_PHONE_ACCOUNT_HANDLE.equals(defaultOutgoingAccount)) { in onCreate()
122 PhoneAccountUtils.unRegisterTestPhoneAccount(this); in onCreate()
DIncomingCallTestActivity.java70 PhoneAccountUtils.registerTestPhoneAccount(this); in onCreate()
71 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
91 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
118 telecomManager.addNewIncomingCall(PhoneAccountUtils.TEST_PHONE_ACCOUNT_HANDLE, extras); in onCreate()
133 PhoneAccountUtils.unRegisterTestPhoneAccount(this); in onCreate()
DSelfManagedIncomingCallTestActivity.java66 PhoneAccountUtils.registerTestSelfManagedPhoneAccount(this); in onCreate()
67 PhoneAccount account = PhoneAccountUtils.getSelfManagedPhoneAccount(this); in onCreate()
68 PhoneAccount account2 = PhoneAccountUtils.getSelfManagedPhoneAccount2(this); in onCreate()
100 PhoneAccountUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_HANDLE, extras); in onCreate()
132 PhoneAccountUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_HANDLE_2, in onCreate()
217 PhoneAccountUtils.unRegisterTestSelfManagedPhoneAccount(this); in cleanupConnectionServices()
DPhoneAccountUtils.java31 public class PhoneAccountUtils { class
DCtsConnectionService.java131 PhoneAccountUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_HANDLE); in createManagedConnection()