OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACCOUNT_ID_1
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
SimCallManagerTest.java
19
import static android.telecom.cts.TestUtils.
ACCOUNT_ID_1
;
43
new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT),
ACCOUNT_ID_1
);
DataObjectUnitTests.java
55
ACCOUNT_ID_1
);
104
ACCOUNT_ID_1
,
108
assertEquals(
ACCOUNT_ID_1
, accountHandle.getId());
128
ACCOUNT_ID_1
);
CallScreeningServiceTest.java
46
TestUtils.
ACCOUNT_ID_1
);
PhoneAccountOperationsTest.java
41
new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT),
ACCOUNT_ID_1
);
TestUtils.java
73
public static final String
ACCOUNT_ID_1
= "xtstest_CALL_PROVIDER_ID_1";
77
new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT),
ACCOUNT_ID_1
);
Completed in 185 milliseconds