Searched defs:serviceName (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | PowerHAL.cpp | 35 const String16 serviceName("power"); in vsyncHint() local
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
D | PrintOptionUtils.java | 41 ComponentName serviceName) { in getAdvancedOptionsActivityName()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | UserState.java | 652 ComponentName serviceName = new ComponentName( in readInstalledPrintServicesLocked() local 749 ComponentName serviceName = new ComponentName( in enableSystemPrintServicesLocked() local 799 ComponentName serviceName = new ComponentName(resolveInfo.serviceInfo.packageName, in onConfigurationChangedLocked() local 822 ComponentName serviceName = entry.getKey(); in onConfigurationChangedLocked() local 850 private void failActivePrintJobsForService(final ComponentName serviceName) { in failActivePrintJobsForService() 866 private void failScheduledPrintJobsForServiceInternal(ComponentName serviceName) { in failScheduledPrintJobsForServiceInternal() 1072 ComponentName serviceName = null; in validatePrintersLocked() local 1241 ComponentName serviceName = service.getComponentName(); in onServiceRemovedLocked() local 1322 private void removePrintersForServiceLocked(ComponentName serviceName) { in removePrintersForServiceLocked()
|
D | RemotePrintService.java | 790 private void throwIfPrinterIdsForPrinterInfoTampered(ComponentName serviceName, in throwIfPrinterIdsForPrinterInfoTampered() 799 private void throwIfPrinterIdsTampered(ComponentName serviceName, in throwIfPrinterIdsTampered() 808 private void throwIfPrinterIdTampered(ComponentName serviceName, PrinterId printerId) { in throwIfPrinterIdTampered()
|
/frameworks/base/core/java/android/print/ |
D | PrinterId.java | 41 public PrinterId(ComponentName serviceName, String localId) { in PrinterId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ServiceMonitor.java | 250 private void serviceDisconnected(ComponentName serviceName) { in serviceDisconnected()
|
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetooth.aidl | 90 …ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int … in createSocketChannel()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ProcessStats.java | 547 int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount, in dumpServiceTimeCheckin() 1928 String serviceName = in.readString(); in readFromParcel() local 2683 String serviceName = collapseString(pkgName, in dumpCheckinLocked() local 3148 void incActiveServices(String serviceName) { in incActiveServices() 3161 void decActiveServices(String serviceName) { in decActiveServices() 3179 void incStartedServices(int memFactor, long now, String serviceName) { in incStartedServices() 3195 void decStartedServices(int memFactor, long now, String serviceName) { in decStartedServices()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 659 ComponentName serviceName = printer.getId().getServiceName(); in startAdvancedPrintOptionsActivity() local 1402 ComponentName serviceName = mCurrentPrinter.getId().getServiceName(); in updateOptionsUi() local
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 891 String8 serviceName; in doDump() local
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 337 private static void registerService(String serviceName, ServiceFetcher fetcher) { in registerService()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 5855 String serviceName = in.readString(); in readFromParcelLocked() local
|