Searched refs:BluetoothAssignedNumbers (Results 1 – 14 of 14) sorted by relevance
25 import android.bluetooth.BluetoothAssignedNumbers;49 SUPPORTED_VENDOR_AT_COMMANDS.put("+XAPL=", BluetoothAssignedNumbers.APPLE);50 SUPPORTED_VENDOR_AT_COMMANDS.put("+IPHONEACCEV=", BluetoothAssignedNumbers.APPLE);51 SUPPORTED_VENDOR_AT_COMMANDS.put("+APLSIRI?", BluetoothAssignedNumbers.APPLE);52 SUPPORTED_VENDOR_AT_COMMANDS.put("+APLEFM", BluetoothAssignedNumbers.APPLE);60 SUPPORTED_VENDOR_EVENTS.put("+APLSIRI:", BluetoothAssignedNumbers.APPLE);61 SUPPORTED_VENDOR_EVENTS.put("+XAPL=", BluetoothAssignedNumbers.APPLE);62 SUPPORTED_VENDOR_EVENTS.put("+ANDROID:", BluetoothAssignedNumbers.GOOGLE);142 return vendorId == BluetoothAssignedNumbers.GOOGLE; in isAndroidAtCommand()
24 import android.bluetooth.BluetoothAssignedNumbers;45 private static int TEST_VENDOR_ID = BluetoothAssignedNumbers.APPLE;
36 import android.bluetooth.BluetoothAssignedNumbers;779 int vendorId = BluetoothAssignedNumbers.APPLE;788 int vendorId = BluetoothAssignedNumbers.APPLE;816 int vendorId = BluetoothAssignedNumbers.APPLE;825 int vendorId = BluetoothAssignedNumbers.APPLE;874 final int vendorId = BluetoothAssignedNumbers.APPLE;884 final int vendorId = BluetoothAssignedNumbers.APPLE;915 final int vendorId = BluetoothAssignedNumbers.APPLE;925 final int vendorId = BluetoothAssignedNumbers.APPLE;
29 public class BluetoothAssignedNumbers { class1170 private BluetoothAssignedNumbers() {} in BluetoothAssignedNumbers() method in BluetoothAssignedNumbers
27 import android.bluetooth.BluetoothAssignedNumbers;160 BluetoothAssignedNumbers.PLANTRONICS); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()163 BluetoothAssignedNumbers.GOOGLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()166 BluetoothAssignedNumbers.APPLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()169 BluetoothAssignedNumbers.APPLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()172 BluetoothAssignedNumbers.GOOGLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()175 BluetoothAssignedNumbers.GOOGLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()178 BluetoothAssignedNumbers.GOOGLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()181 BluetoothAssignedNumbers.GOOGLE); in VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.put()
163 int manufacturerId = BluetoothAssignedNumbers.GOOGLE; in createAdvertiseData()
8 import android.bluetooth.BluetoothAssignedNumbers;434 BluetoothAssignedNumbers.PLANTRONICS, in testOnVendorSpecificHeadsetEvent_testCorrectPlantronicsXEvent()453 BluetoothAssignedNumbers.APPLE, in testOnVendorSpecificHeadsetEvent_testCorrectAppleBatteryVsc()
22 import android.bluetooth.BluetoothAssignedNumbers.OrganizationId;
19 import android.bluetooth.BluetoothAssignedNumbers.OrganizationId;
26 import android.bluetooth.BluetoothAssignedNumbers;1455 if (companyId != BluetoothAssignedNumbers.PLANTRONICS in onVendorSpecificHeadsetEvent()1456 && companyId != BluetoothAssignedNumbers.APPLE) { in onVendorSpecificHeadsetEvent()
20 import android.bluetooth.BluetoothAssignedNumbers540 BluetoothAssignedNumbers.GOOGLE, in advertise()
94 public class BluetoothAssignedNumbers {
151 public static class BluetoothAssignedNumbers.OrganizationId {
128 Landroid/bluetooth/BluetoothAssignedNumbers;-><init>()V