Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java24 import static com.android.shell.BugreportProgressService.sendShareIntent;
90 sendShareIntent(this, mSendIntent); in onClick()
H A DBugreportProgressService.java1273 sendShareIntent(mContext, notifIntent); in shareBugreport()
1283 static void sendShareIntent(Context context, Intent intent) { in sendShareIntent() method in BugreportProgressService