Searched refs:DEVICE_CONTROLS (Results 1 – 2 of 2) sorted by relevance
71 public static final String DEVICE_CONTROLS = "controls"; field in AutoTileManager338 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);
21 import static com.android.systemui.statusbar.phone.AutoTileManager.DEVICE_CONTROLS;559 String spec = DEVICE_CONTROLS; in testAddControlsTileIfNotPresent()576 String spec = DEVICE_CONTROLS; in testDontAddControlsTileIfPresent()