Home
last modified time | relevance | path

Searched refs:phoneAccountHandle (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/
DCtsVisualVoicemailService.java32 PhoneAccountHandle phoneAccountHandle); in onCellServiceConnected() argument
35 PhoneAccountHandle phoneAccountHandle); in onSimRemoved() argument
46 PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected() argument
48 sCallback.onCellServiceConnected(task, phoneAccountHandle); in onCellServiceConnected()
59 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) { in onSimRemoved() argument
61 sCallback.onSimRemoved(task, phoneAccountHandle); in onSimRemoved()
DVisualVoicemailServiceActivity.java60 PhoneAccountHandle phoneAccountHandle) {
68 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) {
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java108 final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle(); in internalTestOutgoingCall() local
120 placeCallUsingTelecomManager(phoneAccountHandle, phoneNumber); in internalTestOutgoingCall()
122 placeCallUsingActionCall(phoneAccountHandle, phoneNumber); in internalTestOutgoingCall()
137 PhoneAccountHandle phoneAccountHandle, String phoneNumber) { in placeCallUsingTelecomManager() argument
141 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle); in placeCallUsingTelecomManager()
146 PhoneAccountHandle phoneAccountHandle, String phoneNumber) { in placeCallUsingActionCall() argument
149 intent.putExtra(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle); in placeCallUsingActionCall()
189 final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle(); in internalTestIncomingCall() local
205 mTelecomManager.addNewIncomingCall(phoneAccountHandle, bundle); in internalTestIncomingCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMockVisualVoicemailService.java39 PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected() argument
51 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) { in onSimRemoved() argument
DTelephonyManagerTest.java1015 PhoneAccountHandle phoneAccountHandle = mTelephonyManager.getPhoneAccountHandle(); in testGetPhoneAccountHandle() local
1016 assertEquals(phoneAccountHandle, defaultAccount); in testGetPhoneAccountHandle()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java53 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in testRegisterPhoneAccount() local
55 phoneAccountHandle, phoneAccountHandle.getId()) in testRegisterPhoneAccount()
62 assertPhoneAccountRegistered(phoneAccountHandle, true); in testRegisterPhoneAccount()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java222 PhoneAccountHandle phoneAccountHandle, Connection connection) { in addExistingConnectionToTelecom() argument
225 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
DCtsRemoteConnectionService.java72 public static void setUp(PhoneAccountHandle phoneAccountHandle, in setUp() argument
DBaseTelecomTestWithMockServices.java1693 PhoneAccountHandle phoneAccountHandle = in assertPhoneAccountIsDefault()
1695 return (phoneAccountHandle != null && phoneAccountHandle.equals(handle)); in assertPhoneAccountIsDefault()