Searched defs:bluetoothState (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java347 private void onBluetoothStateChanged(int bluetoothState) { argument
350 if (bluetoothState == BluetoothAdapter.STATE_ON) {
352 } else if (bluetoothState == BluetoothAdapter.STATE_OFF) {
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java347 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
348 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
355 private static int bluetoothStateToFiveState(int bluetoothState) { argument
356 switch (bluetoothState) {
/packages/apps/Phone/src/com/android/phone/
H A DPhoneApp.java1356 private static boolean shouldShowBluetoothIndication(int bluetoothState, argument
1375 return ((bluetoothState == BluetoothHeadset.STATE_CONNECTED)
1384 return (bluetoothState == BluetoothHeadset.STATE_CONNECTED);

Completed in 53 milliseconds