OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classInt
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothClass.java
61
public BluetoothClass(int
classInt
) {
62
mClass =
classInt
;
BluetoothDevice.java
737
int
classInt
= sService.getRemoteClass(mAddress);
738
if (
classInt
== BluetoothClass.ERROR) return null;
739
return new BluetoothClass(
classInt
);
[
all
...]
Completed in 71 milliseconds