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 D | ShortcutManagerTest8.java | 104 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 D | ShortcutManagerTest9.java | 80 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, in assertPinItemRequestIntent()
|
H A D | BaseShortcutManagerTest.java | 147 protected static final String PIN_CONFIRM_ACTIVITY_CLASS = "PinConfirmActivity"; field in BaseShortcutManagerTest 792 (packageName, userId) -> new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS);
|
H A D | ShortcutManagerTest1.java | 6744 new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testBackupAndRestore_disabledShortcutsAreIgnored()
|