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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 106 Message msg = mCaller.obtainMessage(CatService.MSG_ID_RIL_MSG_DECODED,
163 case CatService.MSG_ID_SESSION_END:
164 case CatService.MSG_ID_CALL_SETUP:
169 case CatService.MSG_ID_PROACTIVE_COMMAND:
170 case CatService.MSG_ID_EVENT_NOTIFY:
171 case CatService.MSG_ID_REFRESH:
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...]
ValueParser.java 307 return (noAlphaUsrCnf ? null : CatService.STK_DEFAULT);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 51 import com.android.internal.telephony.cat.CatService;
83 private CatService mCatService;
198 // Initialize or Reinitialize CatService
200 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId);
202 ((CatService)mCatService).update(mCi, mContext, this);
212 public CatService getCatService() {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 78 import com.android.internal.telephony.cat.CatService;
267 mStkService[i] = CatService.getInstance(i);
301 mStkService[slotId] = CatService.getInstance(slotId);
    [all...]

Completed in 187 milliseconds