Searched refs:ACTION_RESOLVE_INSTANT_APP_PACKAGE (Results 1 – 9 of 9) sorted by relevance
298 intent.setAction(Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE); in buildEphemeralInstallerIntent()
1726 i.getContext(), cn, Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE), in main()2789 final Intent resolverIntent = new Intent(Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE);
578 mockQueryServices(Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE, in stageInstantAppResolverScan()
571 && !Intent.ACTION_RESOLVE_INSTANT_APP_PACKAGE.equals(intent.getAction()) in resolveActivity()
154 BroadcastBehavior: android.content.Intent#ACTION_RESOLVE_INSTANT_APP_PACKAGE:155 Field 'ACTION_RESOLVE_INSTANT_APP_PACKAGE' is missing @BroadcastBehavior
158 BroadcastBehavior: android.content.Intent#ACTION_RESOLVE_INSTANT_APP_PACKAGE:159 Field 'ACTION_RESOLVE_INSTANT_APP_PACKAGE' is missing @BroadcastBehavior
3873 …field public static final String ACTION_RESOLVE_INSTANT_APP_PACKAGE = "android.intent.action.RESOL…
1736 public static final String ACTION_RESOLVE_INSTANT_APP_PACKAGE field in Intent