Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java268 final PhoneAccount mPhoneAccountSelfManaged = field in TelecomSystemTest
568 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountSelfManaged); in setupConnectionServices()
769 boolean isSelfManaged = phoneAccountHandle == mPhoneAccountSelfManaged.getAccountHandle(); in startOutgoingPhoneCallWaitForBroadcaster()
798 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in verifyAndProcessOutgoingCallBroadcast()
871 if (phoneAccountHandle == mPhoneAccountSelfManaged.getAccountHandle()) { in outgoingCallCreateConnectionComplete()
944 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startIncomingPhoneCall()
1013 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveOutgoingCall()
1025 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveOutgoingCall()
1058 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveIncomingCall()
1083 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveIncomingCall()
DBasicCallTests.java989 PhoneAccountHandle phoneAccountHandle = mPhoneAccountSelfManaged.getAccountHandle(); in testSelfManagedOutgoing()
1004 PhoneAccountHandle phoneAccountHandle = mPhoneAccountSelfManaged.getAccountHandle(); in testSelfManagedIncoming()
1021 .isOutgoingCallPermitted(mPhoneAccountSelfManaged.getAccountHandle())); in testIsOutgoingCallPermitted()
1038 .isOutgoingCallPermitted(mPhoneAccountSelfManaged.getAccountHandle())); in testIsOutgoingCallPermittedOngoingHoldable()
1056 .isOutgoingCallPermitted(mPhoneAccountSelfManaged.getAccountHandle())); in testIsOutgoingCallPermittedOngoingUnHoldable()
1069 PhoneAccountHandle phoneAccountHandle = mPhoneAccountSelfManaged.getAccountHandle(); in testDisconnectSelfManaged()