Home
last modified time | relevance | path

Searched refs:SERVICE (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DBinderService.h33 template<typename SERVICE>
40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRenderScriptTask.java36 VIEWER, SERVICE enumConstant
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md78 `DUMP OF SERVICE CRITICAL <servicename>` and
79 `DUMP OF SERVICE HIGH <servicename>`.
81 header `DUMP OF SERVICE CRITICAL CPUINFO`.
/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java118 @IntDef(value = {IntentType.UNSUPPORTED, IntentType.ACTIVITY, IntentType.SERVICE})
122 int SERVICE = 1; field
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java154 static final String SERVICE = "devicestoragemonitor"; field in DeviceStorageMonitorService
293 publishBinderService(SERVICE, mRemoteService); in onStart()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc266 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator
288 || type == ENUM || type == SERVICE; in IsAggregate()
302 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor ) in CONSTRUCTOR()
315 case SERVICE : return service_descriptor ->file(); in CONSTRUCTOR()
1260 return (result.type == Symbol::SERVICE) ? result.service_descriptor : NULL; in FindServiceByName()
1509 Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::SERVICE); in FindServiceByName()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DJobStatus.java1673 job.getService().writeToProto(proto, JobStatusDumpProto.JobInfo.SERVICE); in dump()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1326 proto.write(ManagedServiceInfoProto.SERVICE, service.getClass().getName()); in writeToProto()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1793 SecureSettingsProto.Autofill.SERVICE); in dumpProtoSecureSettingsLocked()