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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java76 public class CatService extends Handler implements AppInterface { class in inherits:Handler,AppInterface
86 private static CatService[] sInstance = null;
130 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir, method in class:CatService
188 public static CatService getInstance(CommandsInterface ci,
207 sInstance = new CatService[simCount];
218 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, ic, slotId);
238 CatLog.d(this, "Disposing CatService object");
943 // the same command's result again to the CatService and can cause it to

Completed in 3694 milliseconds