Home
last modified time | relevance | path

Searched refs:PIN_CONFIRM_ACTIVITY_CLASS (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java104 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported()
112 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported()
120 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported()
140 ? null : new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testIsRequestPinShortcutSupported()
147 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported()
177 ? null : new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testRequestPinShortcut_notSupported()
219 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, in assertPinItemRequestIntent()
H A DShortcutManagerTest9.java80 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, in assertPinItemRequestIntent()
H A DBaseShortcutManagerTest.java147 protected static final String PIN_CONFIRM_ACTIVITY_CLASS = "PinConfirmActivity"; field in BaseShortcutManagerTest
792 (packageName, userId) -> new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS);
H A DShortcutManagerTest1.java6744 new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testBackupAndRestore_disabledShortcutsAreIgnored()