Searched refs:phoneAccountHandle (Results 1 – 9 of 9) sorted by relevance
/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 | 1015 PhoneAccountHandle phoneAccountHandle = mTelephonyManager.getPhoneAccountHandle(); in testGetPhoneAccountHandle() local 1016 assertEquals(phoneAccountHandle, defaultAccount); 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/ |
D | CtsConnectionService.java | 222 PhoneAccountHandle phoneAccountHandle, Connection connection) { in addExistingConnectionToTelecom() argument 225 sTelecomConnectionService.addExistingConnection(phoneAccountHandle, connection); in addExistingConnectionToTelecom()
|
D | CtsRemoteConnectionService.java | 72 public static void setUp(PhoneAccountHandle phoneAccountHandle, in setUp() argument
|
D | BaseTelecomTestWithMockServices.java | 1693 PhoneAccountHandle phoneAccountHandle = in assertPhoneAccountIsDefault() 1695 return (phoneAccountHandle != null && phoneAccountHandle.equals(handle)); in assertPhoneAccountIsDefault()
|