Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java156 static final String INTENT_BUGREPORT_DONE = "android.intent.action.BUGREPORT_DONE"; field in BugreportProgressService
573 case INTENT_BUGREPORT_DONE: in handleMessage()
840 final Intent intent = new Intent(INTENT_BUGREPORT_DONE); in newBugreportDoneIntent()