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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java21 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
57 cleanupOldFiles(this, intent, INTENT_BUGREPORT_FINISHED, MIN_KEEP_COUNT, MIN_KEEP_AGE);
H A DBugreportProgressService.java126 static final String INTENT_BUGREPORT_FINISHED = "android.intent.action.BUGREPORT_FINISHED"; field in class:BugreportProgressService
345 case INTENT_BUGREPORT_FINISHED:
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java34 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
671 Intent intent = new Intent(INTENT_BUGREPORT_FINISHED);

Completed in 50 milliseconds