Searched refs:INTENT_BUGREPORT_SHARE (Results 1 – 1 of 1) sorted by relevance
149 static final String INTENT_BUGREPORT_SHARE = "android.intent.action.BUGREPORT_SHARE"; field in BugreportProgressService382 case INTENT_BUGREPORT_SHARE: in handleMessage()1012 final Intent shareIntent = new Intent(INTENT_BUGREPORT_SHARE); in sendBugreportNotification()1014 shareIntent.setAction(INTENT_BUGREPORT_SHARE); in sendBugreportNotification()