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 159 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
175 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
208 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
235 if (BluetoothFacade.deviceMatch(device, mDeviceID)) {
260 if (!BluetoothFacade.deviceMatch(device, mDeviceID)) {
416 if (BluetoothFacade.deviceMatch(bd, deviceID)) {
BluetoothFacade.java 157 public static boolean deviceMatch(BluetoothDevice device, String deviceID) {
175 if (deviceMatch(bd, deviceID)) {
185 if (deviceMatch(bd, deviceID)) {
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java 230 private static boolean deviceMatch(AudioDeviceInfo devJoe, AudioDeviceInfo devJeff) {
256 && deviceMatch(device, config.getAudioDevice())) {

Completed in 72 milliseconds