OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugreportPrefs
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java
19
import static com.android.shell.
BugreportPrefs
.STATE_HIDE;
20
import static com.android.shell.
BugreportPrefs
.STATE_SHOW;
21
import static com.android.shell.
BugreportPrefs
.STATE_UNKNOWN;
22
import static com.android.shell.
BugreportPrefs
.getWarningState;
23
import static com.android.shell.
BugreportPrefs
.setWarningState;
BugreportPrefs.java
25
final class
BugreportPrefs
{
BugreportProgressService.java
20
import static com.android.shell.
BugreportPrefs
.STATE_HIDE;
21
import static com.android.shell.
BugreportPrefs
.STATE_UNKNOWN;
22
import static com.android.shell.
BugreportPrefs
.getWarningState;
[
all
...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
22
import static com.android.shell.
BugreportPrefs
.PREFS_BUGREPORT;
23
import static com.android.shell.
BugreportPrefs
.STATE_HIDE;
24
import static com.android.shell.
BugreportPrefs
.STATE_SHOW;
25
import static com.android.shell.
BugreportPrefs
.STATE_UNKNOWN;
26
import static com.android.shell.
BugreportPrefs
.getWarningState;
27
import static com.android.shell.
BugreportPrefs
.setWarningState;
[
all
...]
Completed in 54 milliseconds