Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBugReportHandlerUtil.java50 private static final String INTENT_BUGREPORT_REQUESTED = field in BugReportHandlerUtil
151 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in launchBugReportHandlerApp()
201 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in getBugReportHandlerAppReceivers()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java28 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_REQUESTED;
542 new Intent(INTENT_BUGREPORT_REQUESTED)); in testBugreportRequestTwice_oneStartBugreportInvoked()
602 Intent intent = new Intent(INTENT_BUGREPORT_REQUESTED); in sendBugreportStarted()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java148 static final String INTENT_BUGREPORT_REQUESTED = field in BugreportProgressService
609 case INTENT_BUGREPORT_REQUESTED: in handleMessage()