OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setWarningState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java
42
static void
setWarningState
(Context context, int value) {
BugreportWarningActivity.java
23
import static com.android.shell.BugreportPrefs.
setWarningState
;
80
setWarningState
(this, mConfirmRepeat.isChecked() ? STATE_HIDE : STATE_SHOW);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
27
import static com.android.shell.BugreportPrefs.
setWarningState
;
177
setWarningState
(mContext, STATE_HIDE);
507
setWarningState
(mContext, propertyState);
[
all
...]
Completed in 224 milliseconds