OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallCapablePhoneAccounts
(Results
1 - 6
of
6
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java
87
protected List<PhoneAccountHandle>
getCallCapablePhoneAccounts
() {
88
return this.
getCallCapablePhoneAccounts
(false);
93
public List<PhoneAccountHandle>
getCallCapablePhoneAccounts
(boolean includeDisabledAccounts) {
/cts/tests/tests/telecom2/src/android/telecom/cts/
DefaultDialerOperationsNoPermissionsTest.java
80
mTelecomManager.
getCallCapablePhoneAccounts
();
/cts/tests/tests/telecom/src/android/telecom/cts/
PhoneAccountOperationsTest.java
194
final List<PhoneAccountHandle> oldAccounts = mTelecomManager.
getCallCapablePhoneAccounts
();
201
final List<PhoneAccountHandle> newAccounts = mTelecomManager.
getCallCapablePhoneAccounts
();
DefaultDialerOperationsTest.java
58
final List<PhoneAccountHandle> accounts = mTelecomManager.
getCallCapablePhoneAccounts
();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTelecomManagerTest.java
109
public void
getCallCapablePhoneAccounts
() {
119
List<PhoneAccountHandle> callCapablePhoneAccounts = telecomService.
getCallCapablePhoneAccounts
();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java
140
mEnabledAccountHandles = mTelecomManager.
getCallCapablePhoneAccounts
();
178
mTelecomManager.
getCallCapablePhoneAccounts
().listIterator();
Completed in 875 milliseconds