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;
56 cleanupOldFiles(this, intent, INTENT_BUGREPORT_FINISHED, MIN_KEEP_COUNT, MIN_KEEP_AGE);
H A DBugreportProgressService.java142 static final String INTENT_BUGREPORT_FINISHED = field in class:BugreportProgressService
368 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;
763 Intent intent = new Intent(INTENT_BUGREPORT_FINISHED);

Completed in 88 milliseconds