Home
last modified time | relevance | path

Searched refs:mPinConfirmActivityFetcher (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java135 mPinConfirmActivityFetcher = (packageName, userId) -> in testIsRequestPinShortcutSupported()
172 mPinConfirmActivityFetcher = (packageName, userId) -> in testRequestPinShortcut_notSupported()
H A DBaseShortcutManagerTest.java498 return mPinConfirmActivityFetcher.apply(launcherPackageName, launcherUserId); in injectGetPinConfirmationActivity()
1039 protected BiFunction<String, Integer, ComponentName> mPinConfirmActivityFetcher = field in BaseShortcutManagerTest
H A DShortcutManagerTest1.java6575 mPinConfirmActivityFetcher = (packageName, userId) -> in testBackupAndRestore_disabledShortcutsAreIgnored()