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
522
int
classInt
= sService.getRemoteClass(mAddress);
523
if (
classInt
== BluetoothClass.ERROR) return null;
524
return new BluetoothClass(
classInt
);
Completed in 145 milliseconds