Searched refs:mStatusSlots (Results 1 – 1 of 1) sorted by relevance
181 if (statusSlots != mStatusSlots) { in onTouch()182 mStatusSlots = statusSlots; in onTouch()230 private int mStatusSlots; // 0 - 12 field in DemoModeController236 intent.putExtra("volume", mStatusSlots < 1 ? "hide"237 : mStatusSlots < 2 ? "silent" : "vibrate");238 intent.putExtra("bluetooth", mStatusSlots < 3 ? "hide"239 : mStatusSlots < 4 ? "disconnected" : "connected");240 intent.putExtra("location", mStatusSlots < 5 ? "hide" : "show");241 intent.putExtra("alarm", mStatusSlots < 6 ? "hide" : "show");242 intent.putExtra("sync", mStatusSlots < 7 ? "hide" : "show");[all …]