OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bluetoothState
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java
376
private void onBluetoothStateChangedInternal(int
bluetoothState
) {
377
if (
bluetoothState
== BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) {
485
int
bluetoothState
= msg.arg1;
486
onBluetoothStateChangedInternal(
bluetoothState
);
592
public void onBluetoothStateChanged(int
bluetoothState
) {
594
bluetoothState
, 0).sendToTarget();
/packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java
488
int
bluetoothState
= intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
489
setCurrentState(context, bluetoothStateToFiveState(
bluetoothState
));
496
private static int bluetoothStateToFiveState(int
bluetoothState
) {
497
switch (
bluetoothState
) {
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 414 milliseconds