Searched defs:shareIntent (Results 1 – 9 of 9) sorted by relevance
39 Intent shareIntent = new Intent(Intent.ACTION_SEND); in getShareIntent() local
140 Intent shareIntent = new Intent(Intent.ACTION_SEND_MULTIPLE); in createShareIntent() local
456 final Intent shareIntent = gm.dumpHprofAndGetShareIntent(); in handleClick() local
160 Intent shareIntent = new Intent(); in showDumpNotification() local
1355 final Intent shareIntent = new Intent(INTENT_BUGREPORT_SHARE); in sendBugreportNotification() local
278 public void setShareIntent(Intent shareIntent) { in setShareIntent()
272 val shareIntent: Intent = Intent().apply { in makeTextSharePendingIntent() constant
369 Intent shareIntent = ActionIntentCreator.INSTANCE.createShareIntent(uri); in doShare() local
195 Intent shareIntent = new Intent(Intent.ACTION_SEND) in onStartCommand() local