OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:serverIf
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java
36
int
serverIf
= 0;
47
Entry(int
serverIf
, int handle, UUID uuid, int serviceType, int instance) {
48
this.
serverIf
=
serverIf
;
56
Entry(int
serverIf
, int handle, UUID uuid, int serviceType, int instance,
58
this.
serverIf
=
serverIf
;
67
Entry(int
serverIf
, int type, int handle, UUID uuid, int serviceHandle) {
68
this.
serverIf
=
serverIf
;
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 363 milliseconds