/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | UserTile.java | 86 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in UserTile
|
D | NightDisplayTile.java | 77 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in NightDisplayTile
|
D | ColorInversionTile.java | 96 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in ColorInversionTile
|
D | NfcTile.java | 106 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in NfcTile
|
D | WorkModeTile.java | 95 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in WorkModeTile
|
D | AirplaneModeTile.java | 88 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in AirplaneModeTile
|
D | FlashlightTile.java | 106 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in FlashlightTile
|
D | DataSaverTile.java | 100 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in DataSaverTile
|
D | LocationTile.java | 97 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in LocationTile
|
D | RotationLockTile.java | 93 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in RotationLockTile
|
D | HotspotTile.java | 118 protected void handleUpdateState(AirplaneBooleanState state, Object arg) { in handleUpdateState() method in HotspotTile
|
D | IntentTile.java | 131 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in IntentTile
|
D | BatterySaverTile.java | 109 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in BatterySaverTile
|
D | CellularTile.java | 116 protected void handleUpdateState(SignalState state, Object arg) { in handleUpdateState() method in CellularTile
|
D | BluetoothTile.java | 110 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in BluetoothTile
|
D | CastTile.java | 167 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in CastTile
|
D | WifiTile.java | 138 protected void handleUpdateState(SignalState state, Object arg) { in handleUpdateState() method in WifiTile
|
D | DndTile.java | 167 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in DndTile
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImplTest.java | 152 protected void handleUpdateState(BooleanState state, Object arg) { in handleUpdateState() method in QSTileImplTest.TileImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 83 abstract protected void handleUpdateState(TState state, Object arg); in handleUpdateState() method in QSTileImpl 259 handleUpdateState(mTmpState, arg); in handleRefreshState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 286 protected void handleUpdateState(State state, Object arg) { in handleUpdateState() method in CustomTile
|