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