Searched refs:mCurrentMode (Results 1 – 4 of 4) sorted by relevance
31 private final int mCurrentMode; field in UsbPortStatus39 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()
93 private Mode mCurrentMode = Mode.NONE; field in Tracer120 mCurrentMode = mode; in setOutputMode()167 if (mCurrentMode == Mode.NONE) { in doTrace()190 return mCurrentMode != Mode.NONE; in isTracingEnabled()
80 private int mCurrentMode; field in ScoAudioTest152 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);
44 private PorterDuff.Mode mCurrentMode; field in WrappedDrawableApi14303 if (!mColorFilterSet || color != mCurrentColor || tintMode != mCurrentMode) { in updateTint()306 mCurrentMode = tintMode; in updateTint()