Home
last modified time | relevance | path

Searched refs:REMOTE_COMPONENT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java22 import static android.telecom.cts.TestUtils.REMOTE_COMPONENT;
50 new PhoneAccountHandle(new ComponentName(PACKAGE, REMOTE_COMPONENT), REMOTE_ACCOUNT_ID);
DPhoneAccountRegistrarTest.java615 random, TestUtils.PACKAGE, TestUtils.REMOTE_COMPONENT, in testGetCallCapablePhoneAccountsAcrossProfiles()
618 random, TestUtils.PACKAGE, TestUtils.REMOTE_COMPONENT, in testGetCallCapablePhoneAccountsAcrossProfiles()
682 random, TestUtils.PACKAGE, TestUtils.REMOTE_COMPONENT, in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
685 random, TestUtils.PACKAGE, TestUtils.REMOTE_COMPONENT, in testGetCallCapablePhoneAccountsAcrossProfilesWithWorkProfile()
DTestUtils.java84 public static final String REMOTE_COMPONENT = "android.telecom.cts.CtsRemoteConnectionService"; field in TestUtils