OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceRecord
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/cros/
avahi_utils.py
19
ServiceRecord
= collections.namedtuple(
20
'
ServiceRecord
',
178
@return list of
ServiceRecord
objects parsed from output.
198
records.append(
ServiceRecord
(*parts[1:]))
/frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java
56
final class
ServiceRecord
extends Binder {
57
private static final String TAG = TAG_WITH_CLASS_NAME ? "
ServiceRecord
" : TAG_AM;
122
final
ServiceRecord
sr;
134
StartItem(
ServiceRecord
_sr, boolean _taskRemoved, int _id, Intent _intent,
162
sb.append("
ServiceRecord
{")
311
ServiceRecord
(ActivityManagerService ams,
535
ams.setServiceForeground(name,
ServiceRecord
.this,
604
sb.append("
ServiceRecord
{")
Completed in 146 milliseconds