Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java149 static final String INTENT_BUGREPORT_SHARE = "android.intent.action.BUGREPORT_SHARE"; field in BugreportProgressService
382 case INTENT_BUGREPORT_SHARE: in handleMessage()
1004 final Intent shareIntent = new Intent(INTENT_BUGREPORT_SHARE); in sendBugreportNotification()
1006 shareIntent.setAction(INTENT_BUGREPORT_SHARE); in sendBugreportNotification()