Searched defs:serviceName (Results 1 - 8 of 8) 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/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/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/services/print/java/com/android/server/print/
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)) {
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...]
/frameworks/base/core/java/android/app/
H A DContextImpl.java337 private static void registerService(String serviceName, ServiceFetcher fetcher) { argument
341 SYSTEM_SERVICE_MAP.put(serviceName, fetcher);
/frameworks/base/tools/aapt/
H A DCommand.cpp891 String8 serviceName; local
1534 serviceName = AaptXml::getAttribute(tree, NAME_ATTR, &error);
1560 " service '%s': %s\n", serviceName.string(), error.string());
1667 " meta-data tag in service '%s': %s\n", serviceName.string(), error.string());
1682 " meta-data tag in service '%s': %s\n", serviceName.string(), error.string());
1690 serviceName.string());
/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);
1928 String serviceName = in.readString();
1929 if (serviceName == null) {
1934 ServiceState serv = hadData ? pkgState.mServices.get(serviceName) : null;
1936 serv = new ServiceState(this, pkgName, serviceName, processName, null);
1942 + serviceName + " " + uid + " " + serv);
1943 pkgState.mServices.put(serviceName, serv);
2683 String serviceName = collapseString(pkgName,
2686 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
3148 incActiveServices(String serviceName) argument
3161 decActiveServices(String serviceName) argument
3179 incStartedServices(int memFactor, long now, String serviceName) argument
3195 decStartedServices(int memFactor, long now, String serviceName) argument
[all...]

Completed in 199 milliseconds