OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWarningState
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java
36
static int
getWarningState
(Context context, int def) {
BugreportWarningActivity.java
22
import static com.android.shell.BugreportPrefs.
getWarningState
;
64
final int state =
getWarningState
(this, STATE_UNKNOWN);
BugreportProgressService.java
22
import static com.android.shell.BugreportPrefs.
getWarningState
;
[
all
...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
26
import static com.android.shell.BugreportPrefs.
getWarningState
;
505
getWarningState
(mContext, STATE_UNKNOWN));
542
int newState =
getWarningState
(mContext, STATE_UNKNOWN);
[
all
...]
Completed in 113 milliseconds