HomeSort by relevance Sort by last modified time
    Searched refs:INTENT_BUGREPORT_STARTED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 35 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_STARTED;
612 Intent intent = new Intent(INTENT_BUGREPORT_STARTED);
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 125 static final String INTENT_BUGREPORT_STARTED = "android.intent.action.BUGREPORT_STARTED";
338 case INTENT_BUGREPORT_STARTED:
    [all...]

Completed in 123 milliseconds