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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java65 public class CatService extends Handler implements AppInterface { class in inherits:Handler,AppInterface
75 private static CatService sInstance;
106 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir, method in class:CatService
534 public static CatService getInstance(CommandsInterface ci,
557 sInstance = new CatService(ci, ca, ir, context, fh, ic);
672 // the same command's result again to the CatService and can cause it to

Completed in 61 milliseconds