OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enablePhoneAccount
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
DefaultPhoneAccountTest.java
214
TestUtils.
enablePhoneAccount
(getInstrumentation(), phoneAccount.getAccountHandle());
PhoneAccountSuggestionServiceTest.java
52
TestUtils.
enablePhoneAccount
(getInstrumentation(), TestUtils.TEST_PHONE_ACCOUNT_HANDLE);
53
TestUtils.
enablePhoneAccount
(
BaseRemoteTelecomTest.java
88
TestUtils.
enablePhoneAccount
(getInstrumentation(), TEST_REMOTE_PHONE_ACCOUNT_HANDLE);
CallScreeningServiceTest.java
142
TestUtils.
enablePhoneAccount
(getInstrumentation(), TEST_PHONE_ACCOUNT_HANDLE);
HandoverTest.java
44
TestUtils.
enablePhoneAccount
(getInstrumentation(),
PhoneAccountOperationsTest.java
200
TestUtils.
enablePhoneAccount
(getInstrumentation(), TEST_PHONE_ACCOUNT_HANDLE);
TestUtils.java
275
public static void
enablePhoneAccount
(Instrumentation instrumentation,
BaseTelecomTestWithMockServices.java
201
TestUtils.
enablePhoneAccount
(getInstrumentation(), TestUtils.TEST_PHONE_ACCOUNT_HANDLE);
[
all
...]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java
288
enablePhoneAccount
(PHONE_ACCOUNT_HANDLE);
302
private void
enablePhoneAccount
(PhoneAccountHandle handle) throws Exception {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java
332
public void
enablePhoneAccount
(PhoneAccountHandle handle, boolean isEnabled) {
Completed in 617 milliseconds