Searched defs:getDeviceClass (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java118 public int getDeviceClass() { method in class:UsbDevice
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java270 public int getDeviceClass() { method in class:BluetoothClass
304 switch (getDeviceClass()) {
320 switch (getDeviceClass()) {
333 switch (getDeviceClass()) {
352 return (getDeviceClass() & Device.Major.PERIPHERAL) == Device.Major.PERIPHERAL;
358 return (getDeviceClass() & Device.Major.NETWORKING) == Device.Major.NETWORKING;

Completed in 801 milliseconds