Home
last modified time | relevance | path

Searched refs:DEVICE_CONTROLS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java71 public static final String DEVICE_CONTROLS = "controls"; field in AutoTileManager
338 if (mAutoTracker.isAdded(DEVICE_CONTROLS)) return;
339 if (position != null && !hasTile(DEVICE_CONTROLS)) {
340 mHost.addTile(DEVICE_CONTROLS, position);
341 mAutoTracker.setTileAdded(DEVICE_CONTROLS);
348 mAutoTracker.setTileRemoved(DEVICE_CONTROLS);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java21 import static com.android.systemui.statusbar.phone.AutoTileManager.DEVICE_CONTROLS;
559 String spec = DEVICE_CONTROLS; in testAddControlsTileIfNotPresent()
576 String spec = DEVICE_CONTROLS; in testDontAddControlsTileIfPresent()