Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java35 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_STARTED;
697 Intent intent = new Intent(INTENT_BUGREPORT_STARTED); in sendBugreportStarted()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java145 static final String INTENT_BUGREPORT_STARTED = field in BugreportProgressService
372 case INTENT_BUGREPORT_STARTED: in handleMessage()