Searched refs:marketIntent (Results 1 – 3 of 3) sorted by relevance
76 Intent marketIntent = in showDialog() local93 } else if (canStartActivityAsUser(marketIntent, managedProfileUserId)) { in showDialog()95 intent = marketIntent; in showDialog()
334 final Intent marketIntent = shortcut.getMarketIntent(context); in maybeCreateAlertDialogForShortcut() local337 if (marketIntent == null) { in maybeCreateAlertDialogForShortcut()346 context.startActivity(marketIntent); in maybeCreateAlertDialogForShortcut()
835 Intent marketIntent = getAppSearchIntent(firstPackage); in tryNdef() local836 if (marketIntent != null && dispatch.tryStartActivity(marketIntent)) { in tryNdef()