Searched refs:ACTION_SCAN_MODE_CHANGED (Results 1 – 5 of 5) sorted by relevance
112 } else if (BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(intent.getAction())) { in onReceive()528 if (!BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(action)) { in discoverable()539 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in discoverable()578 if (!BluetoothAdapter.ACTION_SCAN_MODE_CHANGED.equals(action)) { in undiscoverable()589 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_SCAN_MODE_CHANGED); in undiscoverable()1385 BluetoothAdapter.ACTION_SCAN_MODE_CHANGED, in getBluetoothReceiver()
347 ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN_MODE_CHANGED"; field in BluetoothAdapter
5842 …field public static final java.lang.String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.a…
5042 Landroid/bluetooth/BluetoothAdapter;->ACTION_SCAN_MODE_CHANGED:Ljava/lang/String;
7714 …field public static final java.lang.String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.a…