/cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/ |
D | CtsVisualVoicemailService.java | 32 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()
|
D | VisualVoicemailServiceActivity.java | 60 PhoneAccountHandle phoneAccountHandle) { 68 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) {
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | PhoneAccountTest.java | 108 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/ |
D | MockVisualVoicemailService.java | 39 PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected() argument 51 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) { in onSimRemoved() argument
|
D | TelephonyManagerTest.java | 1490 PhoneAccountHandle phoneAccountHandle = mTelephonyManager.getPhoneAccountHandle(); in testGetPhoneAccountHandle() local 1491 assertTrue(callCapableAccounts.contains(phoneAccountHandle)); in testGetPhoneAccountHandle()
|
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/ |
D | CallBlockingTest.java | 53 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/ |
D | CtsSelfManagedConnectionServiceControl.java | 72 public void unregisterPhoneAccount(PhoneAccountHandle phoneAccountHandle) { 74 mTelecomManager.unregisterPhoneAccount(phoneAccountHandle);
|
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/ |
D | ICtsCarModeInCallServiceControl.aidl | 35 void unregisterPhoneAccount(in PhoneAccountHandle phoneAccountHandle); in unregisterPhoneAccount() argument
|
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/ |
D | ICtsSelfManagedConnectionServiceControl.aidl | 28 void unregisterPhoneAccount(in PhoneAccountHandle phoneAccountHandle); in unregisterPhoneAccount() argument
|
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallServiceControl.java | 130 public void unregisterPhoneAccount(PhoneAccountHandle phoneAccountHandle) { 133 telecomManager.unregisterPhoneAccount(phoneAccountHandle);
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CtsConnectionService.java | 229 PhoneAccountHandle phoneAccountHandle, Connection connection) { in addExistingConnectionToTelecom() argument 232 telecomConn.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
|
D | CtsRemoteConnectionService.java | 73 public static void setUp(PhoneAccountHandle phoneAccountHandle, in setUp() argument
|
D | BaseTelecomTestWithMockServices.java | 2014 PhoneAccountHandle phoneAccountHandle = 2016 return (phoneAccountHandle != null && phoneAccountHandle.equals(handle));
|