Searched refs:getServiceName (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DPrinterHashMap.java25 return serviceInfo.getServiceName();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DPrinterHashMap.java24 return serviceInfo.getServiceName();
/frameworks/av/services/mediacodec/
H A DMediaCodecService.h34 static const char* getServiceName() { return "media.codec"; } function in class:android::MediaCodecService
/frameworks/native/cmds/dumpstate/
H A DDumpstateService.h37 static char const* getServiceName();
H A DDumpstateService.cpp37 char const* DumpstateService::getServiceName() { function in class:android::os::DumpstateService
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h35 static char const* getServiceName() ANDROID_API {
/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h34 static const char* getServiceName() { return "media.extractor"; } function in class:android::MediaExtractorService
/frameworks/native/include/binder/
H A DBinderService.h40 String16(SERVICE::getServiceName()),
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h40 String16(SERVICE::getServiceName()),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DCustomPrinterIconCache.java67 StringBuffer sb = new StringBuffer(printerId.getServiceName().getPackageName());
73 (printerId.getServiceName().getClassName() + ":" + printerId.getLocalId())
/frameworks/av/services/medialog/
H A DMediaLogService.h34 static const char* getServiceName() { return "media.log"; } function in class:android::MediaLogService
/frameworks/av/services/oboeservice/
H A DAAudioService.h45 static const char* getServiceName() { return AAUDIO_SERVICE_NAME; } function in class:android::AAudioService
/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java66 public String getServiceName() { method in class:SdpMnsRecord
H A DSdpSapsRecord.java55 public String getServiceName() { method in class:SdpSapsRecord
H A DSdpMasRecord.java95 public String getServiceName() { method in class:SdpMasRecord
H A DSdpOppOpsRecord.java44 public String getServiceName() { method in class:SdpOppOpsRecord
H A DSdpPseRecord.java70 public String getServiceName() { method in class:SdpPseRecord
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DPrinterFilterMopria.java59 Log.d(TAG, "Mopria printer found: " + nsdServiceInfo.getServiceName());
H A DPrinterFilterSamsung.java75 Log.d(TAG, "Samsung printer found: " + nsdServiceInfo.getServiceName());
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DViewState.java127 CharSequence getServiceName() { method in class:ViewState
128 return mSession.getServiceName();
/frameworks/base/tests/CoreTests/android/core/
H A DNsdServiceInfoTest.java142 assertEquality(original.getServiceName(), result.getServiceName());
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h51 static char const *getServiceName() { return "media.resource_manager"; } function in class:android::ResourceManagerService
/frameworks/base/core/java/android/print/
H A DPrinterId.java60 public @NonNull ComponentName getServiceName() { method in class:PrinterId
/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp108 sm->addService(String16(SurfaceFlinger::getServiceName()), flinger, false);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
H A DCloudPrintPlugin.java94 Log.i(LOG_TAG, nsdServiceInfo.getServiceName() + ":");

Completed in 660 milliseconds

12