Home
last modified time | relevance | path

Searched refs:sendShareIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportWarningActivity.java24 import static com.android.shell.BugreportProgressService.sendShareIntent;
82 sendShareIntent(this, mSendIntent); in onClick()
DBugreportProgressService.java975 sendShareIntent(mContext, notifIntent); in shareBugreport()
984 static void sendShareIntent(Context context, Intent intent) { in sendShareIntent() method in BugreportProgressService