Searched defs:Service (Results 1 - 3 of 3) sorted by relevance

/packages/apps/MusicFX/src/com/android/musicfx/
H A DCompatibility.java75 Intent updateIntent = new Intent(this, Service.class);
102 Intent updateIntent = new Intent(context, Service.class);
108 public static class Service extends IntentService { class in class:Compatibility
112 public Service() { method in class:Compatibility.Service
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java52 ArrayMap<String, ArrayList<Service>> mServices = new ArrayMap<String, ArrayList<Service>>(1);
106 ArrayList<Service> value = new ArrayList<Service>();
107 in.readTypedList(value, Service.CREATOR);
217 ArrayList<Service> subProcServices = null;
219 ArrayList<Service> subServices = mServices.valueAt(isp);
228 Service service = subProcServices.get(iss);
255 ArrayList<Service> services = mServices.get(svc.mPackage);
257 services = new ArrayList<Service>();
302 public static final class Service implements Parcelable { class in class:ProcStatsEntry
308 public Service(ProcessStats.ServiceState service) { method in class:ProcStatsEntry.Service
317 public Service(Parcel in) { method in class:ProcStatsEntry.Service
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 173 milliseconds