Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DPhoneAccountUtils.java89 public static PhoneAccount getPhoneAccount(Context context) { in getPhoneAccount() method in PhoneAccountUtils
92 return telecomManager.getPhoneAccount(TEST_PHONE_ACCOUNT_HANDLE); in getPhoneAccount()
135 return telecomManager.getPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT_HANDLE); in getSelfManagedPhoneAccount()
157 return telecomManager.getPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT_HANDLE_2); in getSelfManagedPhoneAccount2()
DEnablePhoneAccountTestActivity.java53 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
65 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
DOutgoingCallTestActivity.java68 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
87 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
DIncomingCallTestActivity.java71 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
91 PhoneAccount account = PhoneAccountUtils.getPhoneAccount(this); in onCreate()
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountOperationsTest.java125 PhoneAccount retrievedPhoneAccount = mTelecomManager.getPhoneAccount( in tearDown()
150 PhoneAccount retrievedPhoneAccount = mTelecomManager.getPhoneAccount( in testRegisterPhoneAccount_NotEnabledAutomatically()
182 PhoneAccount retrievedPhoneAccount = mTelecomManager.getPhoneAccount( in testRegisterPhoneAccount_DisallowEnable()
214 PhoneAccount retrievedPhoneAccount = mTelecomManager.getPhoneAccount( in testRegisterPhoneAccount_CheckCapabilities()
226 PhoneAccount retrievedPhoneAccount = mTelecomManager.getPhoneAccount( in testRegisterPhoneAccount_CheckExtras()
242 PhoneAccount retrievedPhoneAccount = mTelecomManager.getPhoneAccount( in testRegisterPhoneAccount_CheckURISchemeSupported()
DIncomingCallTest.java99 assertFalse(mTelecomManager.getPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT_HANDLE) in testAddNewIncomingCall_PhoneAccountNotEnabled()
DCallScreeningServiceTest.java157 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle);
DSelfManagedConnectionServiceTest.java119 PhoneAccount registeredAccount = mTelecomManager.getPhoneAccount(handle); in verifyAccountRegistration()
DBaseTelecomTestWithMockServices.java1022 return mTelecomManager.getPhoneAccount(handle) != null; in assertPhoneAccountRegistered()
1040 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(handle); in assertPhoneAccountEnabled()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java65 assertNull(mTelecomManager.getPhoneAccount(getPhoneAccountHandle())); in testUnregisterPhoneAccount()
74 PhoneAccount phoneAccount = mTelecomManager.getPhoneAccount(getPhoneAccountHandle()); in testIncomingCallFromBlockedNumberIsRejected()
104 assertNull(mTelecomManager.getPhoneAccount(getPhoneAccountHandle())); in unregisterPhoneAccount()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java241 assertNull(mTelecomManager.getPhoneAccount(PHONE_ACCOUNT_HANDLE)); in testPhoneAccountNotRegistered()
290 assertNotNull(mTelecomManager.getPhoneAccount(PHONE_ACCOUNT_HANDLE)); in registerPhoneAccount()
296 assertNull(mTelecomManager.getPhoneAccount(PHONE_ACCOUNT_HANDLE)); in unregisterPhoneAccount()