Home
last modified time | relevance | path

Searched refs:PIN_CONFIRM_ACTIVITY_CLASS (Results 1 – 3 of 3) 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.java131 protected static final String PIN_CONFIRM_ACTIVITY_CLASS = "PinConfirmActivity"; field in BaseShortcutManagerTest
662 (packageName, userId) -> new ComponentName(packageName, PIN_CONFIRM_ACTIVITY_CLASS);