Searched refs:componentC (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 310 ComponentName componentC = new ComponentName("c", "c"); in testFilterPhoneAccountForTest() local 338 makeQuickAccountHandle(componentC, "4"), "4") in testFilterPhoneAccountForTest() 359 mRegistrar.setTestPhoneAccountPackageNameFilter(componentC.getPackageName()); in testFilterPhoneAccountForTest() 999 ComponentName componentC = new ComponentName("c", "c"); in testSortBySortOrder() local 1004 mComponentContextFixture.addConnectionService(componentC, in testSortBySortOrder() 1024 makeQuickAccountHandle(componentC, "c"), "a") in testSortBySortOrder() 1043 ComponentName componentC = new ComponentName("c", "c"); in testSortByLabel() local 1048 mComponentContextFixture.addConnectionService(componentC, in testSortByLabel() 1061 PhoneAccount account3 = new PhoneAccount.Builder(makeQuickAccountHandle(componentC, "a"), in testSortByLabel() 1081 ComponentName componentC = new ComponentName("c", "c"); in testSortAll() local [all …]
|