HomeSort by relevance Sort by last modified time
    Searched defs:MODE_NONE (Results 1 - 12 of 12) sorted by null

  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DirectBootHostTest.java 54 private static final String MODE_NONE = "none";
145 doDirectBootTest(MODE_NONE);
181 if (MODE_NONE.equals(mode)) {
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 45 private static final int MODE_NONE = 0;
53 private int mMode = MODE_NONE;
  /frameworks/base/core/java/android/hardware/usb/
UsbPort.java 37 public static final int MODE_NONE = Constants.PortMode.NONE;
164 if (mode == MODE_NONE) {
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.h 123 MODE_NONE,
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 34 public static final int MODE_NONE = 0;
140 setMode(MODE_NONE);
206 mMode = MODE_NONE;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
FingerprintUnlockController.java 50 public static final int MODE_NONE = 0;
261 case MODE_NONE:
337 return MODE_NONE;
370 mMode = MODE_NONE;
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
CameraView.java 58 public static final byte MODE_NONE = 0;
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java 58 public static final byte MODE_NONE = 0;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 70 private static final int MODE_NONE = 0;
694 sendNotifications(MODE_NONE, false, false);
731 sendNotifications(MODE_NONE, true, false);
782 sendNotifications(SEND_A, MODE_NONE, false, true);
826 sendNotifications(SEND_B | SEND_C, MODE_NONE, true, true);
827 sendNotifications(SEND_A, MODE_NONE, true, false);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 90 private int mTouchMode = MODE_NONE;
92 private static final int MODE_NONE = 0;
474 mTouchMode = MODE_NONE;
531 mTouchMode = MODE_NONE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 80 private static final int MODE_NONE = 0x00;
85 private int mDrawMode = MODE_NONE;
309 mDrawMode = MODE_NONE;
345 if (mDrawMode != MODE_NONE) {
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 413 milliseconds