Searched refs:componentA (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 307 ComponentName componentA = new ComponentName("a", "a"); in testFilterPhoneAccountForTest() local 313 makeQuickAccountHandle(componentA, "1"), "1") in testFilterPhoneAccountForTest() 353 mRegistrar.setTestPhoneAccountPackageNameFilter(componentA.getPackageName()); in testFilterPhoneAccountForTest() 966 ComponentName componentA = new ComponentName("a", "a"); in testSortSimFirst() local 968 mComponentContextFixture.addConnectionService(componentA, in testSortSimFirst() 981 makeQuickAccountHandle(componentA, "1"), "1") in testSortSimFirst() 997 ComponentName componentA = new ComponentName("a", "a"); in testSortBySortOrder() local 1000 mComponentContextFixture.addConnectionService(componentA, in testSortBySortOrder() 1010 makeQuickAccountHandle(componentA, "c"), "c") in testSortBySortOrder() 1041 ComponentName componentA = new ComponentName("a", "a"); in testSortByLabel() local [all …]
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/ |
D | TargetInfoTest.kt | 304 val componentA = ComponentName(packageName, "org.pkg.app.ActivityA") in testNewMultiDisplayResolveInfo() constant 306 val resolveInfoA = createResolveInfo(componentA, 0, PERSONAL_USER_HANDLE) in testNewMultiDisplayResolveInfo()
|