Searched refs:INTENT_BUGREPORT_CANCEL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java131 static final String INTENT_BUGREPORT_CANCEL = "android.intent.action.BUGREPORT_CANCEL"; field in class:BugreportProgressService
362 case INTENT_BUGREPORT_CANCEL:
530 final Intent intent = new Intent(INTENT_BUGREPORT_CANCEL);

Completed in 50 milliseconds