HomeSort by relevance Sort by last modified time
    Searched refs:deviceMatch (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 193 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
209 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
242 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
269 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
297 if (!BluetoothFacade.deviceMatch(device, mDeviceID)) {
531 if (BluetoothFacade.deviceMatch(bd, deviceID)) {
BluetoothFacade.java 163 public static boolean deviceMatch(BluetoothDevice device, String deviceID) {
196 if (deviceMatch(bd, deviceID)) {
213 if (deviceMatch(bd, deviceID)) {
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java 276 private static boolean deviceMatch(AudioDeviceInfo devJoe, AudioDeviceInfo devJeff) {
304 && deviceMatch(device, configDevice)) {

Completed in 401 milliseconds