Home
last modified time | relevance | path

Searched refs:disablePhoneAccount (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java272 TestUtils.disablePhoneAccount(getInstrumentation(), pa.getAccountHandle()); in testDisablingAccountsAfterRegStillThrowsException()
646 TestUtils.disablePhoneAccount(getInstrumentation(), handle2); in testGetCallCapablePhoneAccountsAcrossProfiles()
715 TestUtils.disablePhoneAccount(getInstrumentation(), currentHandle); in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
DTestUtils.java515 public static void disablePhoneAccount(Instrumentation instrumentation, in disablePhoneAccount() method in TestUtils