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

/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java167 public int getDeviceClass() { method in class:UsbDevice
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java278 public int getDeviceClass() { method in class:BluetoothClass
357 switch (getDeviceClass()) {
373 switch (getDeviceClass()) {
388 switch (getDeviceClass()) {
401 switch (getDeviceClass()) {
420 return (getDeviceClass() & Device.Major.PERIPHERAL) == Device.Major.PERIPHERAL;
426 return (getDeviceClass() & Device.Major.NETWORKING) == Device.Major.NETWORKING;

Completed in 43 milliseconds