Searched defs:mEnable (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java36 private final AnimationIcon mEnable = field in class:AirplaneModeTile
91 state.icon = mEnable;
H A DColorInversionTile.java33 private final AnimationIcon mEnable field in class:ColorInversionTile
99 state.icon = enabled ? mEnable : mDisable;
H A DLocationTile.java36 private final AnimationIcon mEnable = field in class:LocationTile
108 state.icon = mEnable;
H A DWorkModeTile.java32 private final AnimationIcon mEnable = field in class:WorkModeTile
101 state.icon = mEnable;
H A DFlashlightTile.java37 private final AnimationIcon mEnable field in class:FlashlightTile
126 final AnimationIcon icon = state.value ? mEnable : mDisable;
H A DHotspotTile.java40 private final AnimationIcon mEnable = field in class:HotspotTile
125 state.icon = state.value ? mEnable : mDisable;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1405 boolean mEnable; field in class:MediaAudioEffectTest.ListenerThread
1411 mEnable = enable;
1445 if (mEnable) {
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java143 private boolean mEnable; field in class:BluetoothManagerService
251 mEnable = false;
492 if (DBG) Slog.d(TAG, "Reseting the mEnable flag for clean disable");
493 mEnable = false;
532 if (mBleAppCount == 0 && mEnable) {
724 if (!mEnable) {
1140 if (mGetNameAddressOnly && !mEnable) {
1155 mEnable = true;
1203 if (mEnable && mBluetooth != null) {
1205 mEnable
[all...]
/frameworks/wilhelm/src/
H A Ditfstruct.h274 SLboolean mEnable; member in struct:EnableLevel

Completed in 6019 milliseconds