Searched refs:sendShareIntent (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.shell.BugreportProgressService.sendShareIntent;87 sendShareIntent(this, mSendIntent); in onClick()
1213 sendShareIntent(mContext, notifIntent); in shareBugreport()1223 static void sendShareIntent(Context context, Intent intent) { in sendShareIntent() method in BugreportProgressService