Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java78 PhoneAccount phoneAccount = accounts.get(handle); in getPhoneAccountsSupportingScheme() local
97 PhoneAccount phoneAccount = accounts.get(handle); in getCallCapablePhoneAccounts() local
288 protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewIncomingCall()
298 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewUnknownCall()
340 public final PhoneAccountHandle phoneAccount; field in ShadowTelecomManager.CallRecord
344 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java50 PhoneAccount phoneAccount = PhoneAccount.builder(handler, "main_account").build(); in registerAndUnRegister() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java182 PhoneAccount phoneAccount = in telecomSetUserSelectedOutgoingPhoneAccountBySubId() local