OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_SERVICE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java
29
public static final byte
TYPE_SERVICE
= 1;
44
this.type =
TYPE_SERVICE
;
HandleMap.java
31
public static final int
TYPE_SERVICE
= 1;
48
this.type =
TYPE_SERVICE
;
104
if (entry.type !=
TYPE_SERVICE
||
125
if (entry.type ==
TYPE_SERVICE
&&
195
case
TYPE_SERVICE
:
GattService.java
[
all
...]
/frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java
65
private static final int
TYPE_SERVICE
= 2;
262
ruleType =
TYPE_SERVICE
;
288
" B:" + numRules[TYPE_BROADCAST] + " S:" + numRules[
TYPE_SERVICE
] + ")");
293
mServiceResolver = resolvers[
TYPE_SERVICE
];
Completed in 218 milliseconds