OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREFS_BUGREPORT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java
26
static final String
PREFS_BUGREPORT
= "bugreports";
38
PREFS_BUGREPORT
, Context.MODE_PRIVATE);
44
PREFS_BUGREPORT
, Context.MODE_PRIVATE);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
22
import static com.android.shell.BugreportPrefs.
PREFS_BUGREPORT
;
501
mContext.getSharedPreferences(
PREFS_BUGREPORT
, Context.MODE_PRIVATE)
[
all
...]
Completed in 42 milliseconds