Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java47 new PhoneAccountHandle(new ComponentName(PACKAGE, REMOTE_COMPONENT), REMOTE_ACCOUNT_ID);
DTestUtils.java76 public static final String REMOTE_COMPONENT = "android.telecom.cts.CtsRemoteConnectionService"; field in TestUtils