Searched refs:getMajorDeviceClass (Results 1 – 5 of 5) sorted by relevance
270 public int getMajorDeviceClass() { in getMajorDeviceClass() method in BluetoothClass429 return getMajorDeviceClass() == Device.Major.PERIPHERAL; in doesClassMatch()435 return getMajorDeviceClass() == Device.Major.NETWORKING; in doesClassMatch()
64 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable()74 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
77 switch (btClass.getMajorDeviceClass()) { in getBtClassDrawableWithDescription()
8935 method public int getMajorDeviceClass();
6103 method public int getMajorDeviceClass();