Searched refs:PIN_CONFIRM_ACTIVITY_CLASS (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest8.java | 101 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported() 109 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported() 117 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported() 137 ? null : new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testIsRequestPinShortcutSupported() 144 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, actual.first.getClassName()); in testIsRequestPinShortcutSupported() 174 ? null : new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testRequestPinShortcut_notSupported() 216 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, in assertPinItemRequestIntent()
|
H A D | ShortcutManagerTest9.java | 77 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, in assertPinItemRequestIntent()
|
H A D | BaseShortcutManagerTest.java | 159 protected static final String PIN_CONFIRM_ACTIVITY_CLASS = "PinConfirmActivity"; field in BaseShortcutManagerTest 1040 (packageName, userId) -> new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS);
|
H A D | ShortcutManagerTest1.java | 6576 new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testBackupAndRestore_disabledShortcutsAreIgnored()
|