Searched defs:STATE_ON (Results 1 – 7 of 7) sorted by relevance
43 public static final int STATE_ON = 1; field in VehicleLightState
47 public static final int STATE_ON = 1; field in VehicleLightSwitch
66 public static final int STATE_ON = 0x01; field in BluetoothAvrcpPlayerSettings
215 public static final int STATE_ON = 12; field in BluetoothAdapter
144 public static final int STATE_ON = 6; field in CarPowerManager
182 private static final int STATE_ON = 1; field in InCallTonePlayer
89 sAdapterStates.put(BluetoothAdapter.STATE_ON, "On"); in sAdapterStates.put()