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