Searched refs:NOT_SET (Results 1 – 6 of 6) sorted by relevance
60 protected static final int NOT_SET = -1; field in AccessibilityShortcutPreferenceFragment62 protected int mSavedCheckBoxValue = NOT_SET;84 mSavedCheckBoxValue = savedInstanceState.getInt(KEY_SAVED_USER_SHORTCUT_TYPE, NOT_SET); in onCreate()153 if (value != NOT_SET) { in onSaveInstanceState()249 return NOT_SET; in getShortcutTypeCheckBoxValue()375 if (value == NOT_SET) { in updateEditShortcutDialogCheckBox()391 mSavedCheckBoxValue = NOT_SET; in restoreOnConfigChangedValue()
106 public static final int NOT_SET = -1; field in ToggleFeaturePreferenceFragment108 protected int mSavedCheckBoxValue = NOT_SET;134 mSavedCheckBoxValue = savedInstanceState.getInt(KEY_SAVED_USER_SHORTCUT_TYPE, NOT_SET); in onCreate()217 if (value != NOT_SET) { in onSaveInstanceState()572 if (value == NOT_SET) { in updateEditShortcutDialogCheckBox()587 mSavedCheckBoxValue = NOT_SET; in restoreOnConfigChangedValue()601 return NOT_SET; in getShortcutTypeCheckBoxValue()
182 return NOT_SET; in getShortcutTypeCheckBoxValue()230 if (value == NOT_SET) { in updateMagnificationEditShortcutDialogCheckBox()247 mSavedCheckBoxValue = NOT_SET; in restoreOnConfigChangedValue()
27 private static final int NOT_SET = -1; field in GazeAttentionProcessor36 private long mLastTimestamp = NOT_SET;60 if (mLastTimestamp == NOT_SET) { in updateAttention()
250 return setState(RecordedProgramState.NOT_SET); in setState()349 .setState(RecordedProgramState.NOT_SET) in builder()423 case NOT_SET: in isVisible()
7 NOT_SET, enumConstant