Searched refs:INVALID (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java308 private static final int INVALID = -1; field in class:BlockingGLTextureView.RenderThread
317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
423 while (mExecMsgId == INVALID) {
431 mExecMsgId = INVALID;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DBlockingGLTextureView.java308 private static final int INVALID = -1; field in class:BlockingGLTextureView.RenderThread
317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
423 while (mExecMsgId == INVALID) {
431 mExecMsgId = INVALID;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DCursorPhotoSource.java30 protected static final int INVALID = -2; field in class:CursorPhotoSource
H A DLocalSource.java47 mLastPosition = INVALID;
153 data.position = INVALID;
212 if (cursor.getCount() > howMany && mLastPosition == INVALID) {
230 mLastPosition = INVALID;
H A DPicasaSource.java82 mLastPosition = INVALID;
135 data.position = INVALID;
221 if (cursor.getCount() > howMany && mLastPosition == INVALID) {
244 mLastPosition = INVALID;
/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DCall.java44 public static final int INVALID = 0; field in class:Call.State
154 .put(Call.State.INVALID, "INVALID")
176 private int mState = State.INVALID;
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailStatusHelperImpl.java108 INVALID(8, Action.NONE, -1); enum constant in enum:VoicemailStatusHelperImpl.OverallState
270 return OverallState.INVALID;
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallList.java312 state != Call.State.INVALID &&
418 return Call.State.IDLE == state || Call.State.INVALID == state;
H A DStatusBarNotifier.java93 private int mCallState = Call.State.INVALID;
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java101 private static final int INVALID = -1; field in class:TetherSettings
106 /* One of INVALID, WIFI_TETHERING, USB_TETHERING or BLUETOOTH_TETHERING */
107 private int mTetherChoice = INVALID;
470 mTetherChoice = INVALID;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java176 public static final int INVALID = -1; field in class:OpenWnnJAJP.EngineState
224 public int dictionarySet = INVALID;
227 public int convertType = INVALID;
230 public int temporaryMode = INVALID;
233 public int preferenceDictionary = INVALID;
236 public int keyboard = INVALID;
2164 if ((state.dictionarySet != EngineState.INVALID)
2181 if (state.keyboard == EngineState.INVALID) {
2187 if ((state.convertType != EngineState.INVALID)
2208 if (state.temporaryMode != EngineState.INVALID) {
[all...]
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java117 private int mWpsConfig = WpsInfo.INVALID;
242 Settings.Global.WIFI_DISPLAY_WPS_CONFIG, WpsInfo.INVALID);
413 Settings.Global.WIFI_DISPLAY_WPS_CONFIG, WpsInfo.INVALID);
416 "" + WpsInfo.INVALID,
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java218 } else if(SupplicantState.INVALID.equals(supplicantState)) {
219 mSupplicantState.setText("INVALID");

Completed in 262 milliseconds