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