Searched refs:serviceName (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPrintOptionUtils.java37 * @param serviceName The print service name.
41 ComponentName serviceName) {
49 if (serviceInfo.name.equals(serviceName.getClassName())
50 && serviceInfo.packageName.equals(serviceName.getPackageName())) {
40 getAdvancedOptionsActivityName(Context context, ComponentName serviceName) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.cpp35 const String16 serviceName("power");
36 sp<IBinder> bs = defaultServiceManager()->checkService(serviceName);
/frameworks/base/core/java/android/print/
H A DPrinterId.java36 * @param serviceName The managing print service.
41 public PrinterId(ComponentName serviceName, String localId) { argument
42 mServiceName = serviceName;
122 builder.append("serviceName=").append(mServiceName.flattenToString());
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java652 ComponentName serviceName = new ComponentName(
656 + serviceName.flattenToShortString()
749 ComponentName serviceName = new ComponentName(
751 if (!mEnabledServices.contains(serviceName)
752 && !enabledOnFirstBoot.contains(serviceName)) {
756 builder.append(serviceName.flattenToString());
799 ComponentName serviceName = new ComponentName(resolveInfo.serviceInfo.packageName,
802 installedComponents.add(serviceName);
804 if (mEnabledServices.contains(serviceName)) {
805 if (!mActiveServices.containsKey(serviceName)) {
850 failActivePrintJobsForService(final ComponentName serviceName) argument
866 failScheduledPrintJobsForServiceInternal(ComponentName serviceName) argument
1322 removePrintersForServiceLocked(ComponentName serviceName) argument
[all...]
H A DRemotePrintService.java790 private void throwIfPrinterIdsForPrinterInfoTampered(ComponentName serviceName, argument
795 throwIfPrinterIdTampered(serviceName, printerId);
799 private void throwIfPrinterIdsTampered(ComponentName serviceName, argument
804 throwIfPrinterIdTampered(serviceName, printerId);
808 private void throwIfPrinterIdTampered(ComponentName serviceName, PrinterId printerId) { argument
810 || !printerId.getServiceName().equals(serviceName)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java250 private void serviceDisconnected(ComponentName serviceName) { argument
251 if (mDebug) Log.d(mTag, "serviceDisconnected serviceName=" + serviceName
253 if (serviceName.equals(mServiceName)) {
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl90 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java547 int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount,
560 pw.print(serviceName);
1926 String serviceName = in.readString();
1927 if (serviceName == null) {
1932 ServiceState serv = hadData ? pkgState.mServices.get(serviceName) : null;
1934 serv = new ServiceState(this, pkgName, serviceName, processName, null);
1940 + serviceName + " " + uid + " " + serv);
1941 pkgState.mServices.put(serviceName, serv);
2681 String serviceName = collapseString(pkgName,
2684 dumpServiceTimeCheckin(pw, "pkgsvc-run", pkgName, uid, vers, serviceName,
546 dumpServiceTimeCheckin(PrintWriter pw, String label, String packageName, int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount, int curState, long curStartTime, long now) argument
3145 incActiveServices(String serviceName) argument
3158 decActiveServices(String serviceName) argument
3176 incStartedServices(int memFactor, long now, String serviceName) argument
3192 decStartedServices(int memFactor, long now, String serviceName) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp892 String8 serviceName; local
1513 serviceName = AaptXml::getAttribute(tree, NAME_ATTR, &error);
1539 " service '%s': %s\n", serviceName.string(), error.string());
1646 " meta-data tag in service '%s': %s\n", serviceName.string(), error.string());
1661 " meta-data tag in service '%s': %s\n", serviceName.string(), error.string());
1669 serviceName.string());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java639 ComponentName serviceName = printer.getId().getServiceName();
641 String activityName = PrintOptionUtils.getAdvancedOptionsActivityName(this, serviceName);
647 intent.setComponent(new ComponentName(serviceName.getPackageName(), activityName));
1362 ComponentName serviceName = mCurrentPrinter.getId().getServiceName();
1364 this, serviceName))) {
/frameworks/base/core/java/android/app/
H A DContextImpl.java336 private static void registerService(String serviceName, ServiceFetcher fetcher) { argument
340 SYSTEM_SERVICE_MAP.put(serviceName, fetcher);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5769 String serviceName = in.readString();
5771 mServiceStats.put(serviceName, serv);
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 1164 milliseconds