Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java175 ComponentName testComponent = new ComponentName(getContext().getPackageName(), in testDisableIntent() local
178 intent.setData(Uri.parse("package://" + testComponent.flattenToString())); in testDisableIntent()
180 verify(nm).cancel(eq(testComponent.getClassName()), eq(SystemMessage.NOTE_PLUGIN)); in testDisableIntent()
181 verify(mMockPluginEnabler).setDisabled(testComponent, in testDisableIntent()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java388 String testComponent = "user.test.component/C1"; in testReadXml_onlyRestoresForTargetUser() local
390 (approvalLevel == APPROVAL_BY_COMPONENT) ? testComponent : testPackage; in testReadXml_onlyRestoresForTargetUser()
410 String testComponent = "user.test.component/C1"; in testReadXml_restoresUserSet() local
412 (approvalLevel == APPROVAL_BY_COMPONENT) ? testComponent : testPackage; in testReadXml_restoresUserSet()
H A DNotificationManagerServiceTest.java1113 final String testComponent = "package/class"; in testDefaultAssistant_overrideDefault() local
1117 validAssistants.add(ComponentName.unflattenFromString(testComponent)); in testDefaultAssistant_overrideDefault()
1127 eq(testComponent), eq(userId), eq(true), eq(true), eq(false)); in testDefaultAssistant_overrideDefault()