Searched refs:mPinConfirmActivityFetcher (Results 1 – 2 of 2) sorted by relevance
135 mPinConfirmActivityFetcher = (packageName, userId) -> in testIsRequestPinShortcutSupported()172 mPinConfirmActivityFetcher = (packageName, userId) -> in testRequestPinShortcut_notSupported()
409 return mPinConfirmActivityFetcher.apply(launcherPackageName, launcherUserId); in injectGetPinConfirmationActivity()661 protected BiFunction<String, Integer, ComponentName> mPinConfirmActivityFetcher = field in BaseShortcutManagerTest