Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java138 mPinConfirmActivityFetcher = (packageName, userId) -> in testIsRequestPinShortcutSupported()
175 mPinConfirmActivityFetcher = (packageName, userId) -> in testRequestPinShortcut_notSupported()
H A DBaseShortcutManagerTest.java490 return mPinConfirmActivityFetcher.apply(launcherPackageName, launcherUserId); in injectGetPinConfirmationActivity()
791 protected BiFunction<String, Integer, ComponentName> mPinConfirmActivityFetcher = field in BaseShortcutManagerTest
H A DShortcutManagerTest1.java6743 mPinConfirmActivityFetcher = (packageName, userId) -> in testBackupAndRestore_disabledShortcutsAreIgnored()