Home
last modified time | relevance | path

Searched defs:phoneAccount (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java173 PhoneAccount phoneAccount = accounts.get(handle); in getPhoneAccountsSupportingScheme() local
193 PhoneAccount phoneAccount = accounts.get(handle); in getCallCapablePhoneAccounts() local
207 PhoneAccount phoneAccount = accounts.get(handle); in getSelfManagedPhoneAccounts() local
438 protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewIncomingCall()
480 PhoneAccountHandle phoneAccount = verifyNotNull(call.phoneAccount); in allowIncomingCall() local
499 PhoneAccountHandle phoneAccount = verifyNotNull(call.phoneAccount); in denyIncomingCall() local
506 PhoneAccountHandle phoneAccount = verifyNotNull(call.phoneAccount); in buildConnectionRequestForIncomingCall() local
559 PhoneAccountHandle phoneAccount = verifyNotNull(call.phoneAccount); in allowOutgoingCall() local
578 PhoneAccountHandle phoneAccount = verifyNotNull(call.phoneAccount); in denyOutgoingCall() local
585 PhoneAccountHandle phoneAccount = verifyNotNull(call.phoneAccount); in buildConnectionRequestForOutgoingCall() local
[all …]
DPhoneAccountBuilder.java16 public PhoneAccountBuilder(PhoneAccount phoneAccount) { in PhoneAccountBuilder()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java80 PhoneAccount phoneAccount = PhoneAccount.builder(handler, "main_account").build(); in registerAndUnRegister() local
101 PhoneAccount phoneAccount = in registerWithTransactionalCapabilites_addsSelfManagedCapability() local
254 PhoneAccountHandle phoneAccount = createHandle("id"); in testAllowNewIncomingCall() local
280 PhoneAccountHandle phoneAccount = createHandle("id"); in testAllowTwoNewIncomingCalls() local
313 PhoneAccountHandle phoneAccount = createHandle("id"); in testAllowNewIncomingCallUsingCustomConnectionService() local
336 PhoneAccountHandle phoneAccount = createHandle("id"); in testDenyNewIncomingCall() local
389 PhoneAccountHandle phoneAccount = createHandle("id"); in testAllowPlaceCall() local
419 PhoneAccountHandle phoneAccount = createHandle("id"); in testDenyPlaceCall() local
DPhoneAccountBuilderTest.java21 private PhoneAccount phoneAccount; field in PhoneAccountBuilderTest
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java182 PhoneAccount phoneAccount = in telecomSetUserSelectedOutgoingPhoneAccountBySubId() local