Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java101 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()
DShortcutManagerTest9.java77 assertEquals(PIN_CONFIRM_ACTIVITY_CLASS, in assertPinItemRequestIntent()
DBaseShortcutManagerTest.java138 protected static final String PIN_CONFIRM_ACTIVITY_CLASS = "PinConfirmActivity"; field in BaseShortcutManagerTest
697 (packageName, userId) -> new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS);
DShortcutManagerTest1.java5963 new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS); in testBackupAndRestore_disabledShortcutsAreIgnored()