Searched defs:Service (Results 1 - 1 of 1) 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

Completed in 641 milliseconds