Home
last modified time | relevance | path

Searched defs:phoneAccountHandle (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/
DCtsVisualVoicemailService.java32 PhoneAccountHandle phoneAccountHandle); in onCellServiceConnected()
35 PhoneAccountHandle phoneAccountHandle); in onSimRemoved()
46 PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected()
59 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) { in onSimRemoved()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMockVisualVoicemailService.java39 PhoneAccountHandle phoneAccountHandle) { in onCellServiceConnected()
51 public void onSimRemoved(VisualVoicemailTask task, PhoneAccountHandle phoneAccountHandle) { in onSimRemoved()
DTelephonyManagerTest.java1015 PhoneAccountHandle phoneAccountHandle = mTelephonyManager.getPhoneAccountHandle(); in testGetPhoneAccountHandle() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java108 final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle(); in internalTestOutgoingCall() local
137 PhoneAccountHandle phoneAccountHandle, String phoneNumber) { in placeCallUsingTelecomManager()
146 PhoneAccountHandle phoneAccountHandle, String phoneNumber) { in placeCallUsingActionCall()
189 final PhoneAccountHandle phoneAccountHandle = registerPhoneAccount().getAccountHandle(); in internalTestIncomingCall() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsRemoteConnectionService.java72 public static void setUp(PhoneAccountHandle phoneAccountHandle, in setUp()
DCtsConnectionService.java222 PhoneAccountHandle phoneAccountHandle, Connection connection) { in addExistingConnectionToTelecom()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java53 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in testRegisterPhoneAccount() local