HomeSort by relevance Sort by last modified time
    Searched defs:STATE_NONE (Results 1 - 25 of 32) sorted by null

1 2

  /packages/apps/Dialer/java/com/android/dialer/enrichedcall/
Session.java 32 STATE_NONE,
42 int STATE_NONE = 0;
43 int STATE_STARTING = STATE_NONE + 1;
  /packages/apps/Settings/src/com/android/settings/vpn2/
ManageablePreference.java 34 public static int STATE_NONE = -1;
37 int mState = STATE_NONE;
83 * State is not shown for {@code STATE_NONE}.
88 String summary = (mState == STATE_NONE ? "" : states[mState]);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 51 protected static final int STATE_NONE = 0;
54 protected int mState = STATE_NONE;
166 return mState != STATE_NONE;
220 mState = STATE_NONE;
239 if (actionCallbackPair.first.mState != STATE_NONE) {
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AccessPointListAdapter.java 52 private static final int[] STATE_NONE = {};
206 : STATE_NONE);
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengine.h 160 STATE_NONE = 0, //!< Nonexistent state
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 182 @IntDef({STATE_NONE, STATE_STOPPED, STATE_PAUSED, STATE_PLAYING, STATE_FAST_FORWARDING,
195 public final static int STATE_NONE = 0;
251 * state when the connection finishes or enter {@link #STATE_NONE}.
363 * <li> {@link PlaybackState#STATE_NONE}</li>
501 return STATE_NONE;
535 case STATE_NONE:
875 * <li> {@link PlaybackState#STATE_NONE}</li>
919 * <li> {@link PlaybackState#STATE_NONE}</li>
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 78 public static final int STATE_NONE = 0; // we're doing nothing
90 mState = STATE_NONE;
224 setState(STATE_NONE);
323 case STATE_NONE:
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 66 public static final int STATE_NONE = 0; // we're doing nothing
79 mState = STATE_NONE;
236 mState = STATE_NONE;
270 mState = STATE_NONE;
289 mState = STATE_NONE;
355 case STATE_NONE:
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 66 public static final int STATE_NONE = 0; // we're doing nothing
79 mState = STATE_NONE;
236 mState = STATE_NONE;
270 mState = STATE_NONE;
289 mState = STATE_NONE;
355 case STATE_NONE:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 65 public static final int STATE_NONE = 0; // we're doing nothing
77 mState = STATE_NONE;
210 setState(STATE_NONE);
317 case STATE_NONE:
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 66 public static final int STATE_NONE = 0; // we're doing nothing
79 mState = STATE_NONE;
236 mState = STATE_NONE;
270 mState = STATE_NONE;
289 mState = STATE_NONE;
355 case STATE_NONE:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
FingerprintDialogView.java 59 private static final int STATE_NONE = 0;
181 mLastState = STATE_NONE;
343 if (oldState == STATE_NONE && newState == STATE_FINGERPRINT) {
358 if (oldState == STATE_NONE && newState == STATE_FINGERPRINT) {
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
PlaybackStateCompat.java 227 @IntDef({STATE_NONE, STATE_STOPPED, STATE_PAUSED, STATE_PLAYING, STATE_FAST_FORWARDING,
239 public final static int STATE_NONE = 0;
296 * state when the connection finishes or enter {@link #STATE_NONE}. If
626 * <li> {@link PlaybackStateCompat#STATE_NONE}</li>
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
SignalDrawable.java 64 private static final int STATE_NONE = 0;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 604 private final static int STATE_NONE = 0;
615 private int mState = STATE_NONE;
865 mState = STATE_NONE;
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 75 private static final int STATE_NONE = 0;
183 * <li>{@link #STATE_NONE}, nothing visible
234 setState(STATE_NONE);
474 setState(STATE_NONE);
822 if (mAlwaysShow && state == STATE_NONE) {
831 case STATE_NONE:
932 setState(STATE_NONE);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 66 static final int STATE_NONE = -1;
75 private int mState = STATE_NONE;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java 101 static final int STATE_NONE = -1;
157 @ViewDebug.IntToString(from = STATE_NONE, to = "STATE_NONE"),
162 @Thunk int mState = STATE_NONE;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.c 669 #define STATE_NONE 0
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 1060 milliseconds

1 2