HomeSort by relevance Sort by last modified time
    Searched defs:CatService (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 76 public class CatService extends Handler implements AppInterface {
86 private static CatService[] sInstance = null;
129 /* For multisim catservice should not be singleton */
130 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir,
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");
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 716 milliseconds