Home
last modified time | relevance | path

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

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