Home
last modified time | relevance | path

Searched refs:mCurrentMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java31 private final int mCurrentMode; field in UsbPortStatus
39 mCurrentMode = currentMode; in UsbPortStatus()
51 return mCurrentMode != 0; in isConnected()
61 return mCurrentMode; in getCurrentMode()
106 + ", currentMode=" + UsbPort.modeToString(mCurrentMode) in toString()
121 dest.writeInt(mCurrentMode); in writeToParcel()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DTracer.java93 private Mode mCurrentMode = Mode.NONE; field in Tracer
120 mCurrentMode = mode; in setOutputMode()
167 if (mCurrentMode == Mode.NONE) { in doTrace()
190 return mCurrentMode != Mode.NONE; in isTracingEnabled()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java80 private int mCurrentMode; field in ScoAudioTest
152 mCurrentMode = mAudioManager.getMode(); in onCreate()
153 mModeSpinner.setSelection(mCurrentMode); in onCreate()
198 mCurrentMode = mAudioManager.getMode(); in onResume()
199 mModeSpinner.setSelection(mCurrentMode); in onResume()
644 if (mCurrentMode != position) {
645 mCurrentMode = position;
646 mAudioManager.setMode(mCurrentMode);
/frameworks/support/compat/gingerbread/android/support/v4/graphics/drawable/
DDrawableWrapperGingerbread.java42 private PorterDuff.Mode mCurrentMode; field in DrawableWrapperGingerbread
287 if (!mColorFilterSet || color != mCurrentColor || tintMode != mCurrentMode) { in updateTint()
290 mCurrentMode = tintMode; in updateTint()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java229 sim.mCurrentMode = newMode; in setPortRoles()
325 portInfo.mCurrentMode = mode; in connectSimulatedPort()
344 portInfo.mCurrentMode = 0; in disconnectSimulatedPort()
409 portInfo.mCurrentMode, portInfo.mCanChangeMode, in updatePortsLocked()
771 public int mCurrentMode; field in UsbPortManager.SimulatedPortInfo