Home
last modified time | relevance | path

Searched refs:phoneAccountHandle (Results 1 – 13 of 13) 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.java1490 PhoneAccountHandle phoneAccountHandle = mTelephonyManager.getPhoneAccountHandle(); in testGetPhoneAccountHandle() local
1491 assertTrue(callCapableAccounts.contains(phoneAccountHandle)); 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/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java72 public void unregisterPhoneAccount(PhoneAccountHandle phoneAccountHandle) {
74 mTelecomManager.unregisterPhoneAccount(phoneAccountHandle);
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl35 void unregisterPhoneAccount(in PhoneAccountHandle phoneAccountHandle); in unregisterPhoneAccount() argument
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl28 void unregisterPhoneAccount(in PhoneAccountHandle phoneAccountHandle); in unregisterPhoneAccount() argument
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java130 public void unregisterPhoneAccount(PhoneAccountHandle phoneAccountHandle) {
133 telecomManager.unregisterPhoneAccount(phoneAccountHandle);
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java229 PhoneAccountHandle phoneAccountHandle, Connection connection) { in addExistingConnectionToTelecom() argument
232 telecomConn.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
DCtsRemoteConnectionService.java73 public static void setUp(PhoneAccountHandle phoneAccountHandle, in setUp() argument
DBaseTelecomTestWithMockServices.java2014 PhoneAccountHandle phoneAccountHandle =
2016 return (phoneAccountHandle != null && phoneAccountHandle.equals(handle));