Searched refs:CatService (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | RilMessageDecoder.java | 106 Message msg = mCaller.obtainMessage(CatService.MSG_ID_RIL_MSG_DECODED, in sendCmdForExecution() 163 case CatService.MSG_ID_SESSION_END: in decodeMessageParams() 164 case CatService.MSG_ID_CALL_SETUP: in decodeMessageParams() 169 case CatService.MSG_ID_PROACTIVE_COMMAND: in decodeMessageParams() 170 case CatService.MSG_ID_EVENT_NOTIFY: in decodeMessageParams() 171 case CatService.MSG_ID_REFRESH: in decodeMessageParams()
|
D | CatService.java | 76 public class CatService extends Handler implements AppInterface { class 86 private static CatService[] sInstance = null; 130 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir, in CatService() method in CatService 188 public static CatService getInstance(CommandsInterface ci, in getInstance() 207 sInstance = new CatService[simCount]; in getInstance() 218 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, ic, slotId); in getInstance()
|
D | ValueParser.java | 307 return (noAlphaUsrCnf ? null : CatService.STK_DEFAULT); in retrieveAlphaId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCard.java | 50 import com.android.internal.telephony.cat.CatService; 83 private CatService mCatService; 200 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId); in createAndUpdateCatService() 202 ((CatService)mCatService).update(mCi, mContext, this); in createAndUpdateCatService() 212 public CatService getCatService() { in getCatService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardTest.java | 28 import com.android.internal.telephony.cat.CatService; 56 private CatService mCAT;
|
/frameworks/base/ |
D | compiled-classes-phone | 5659 com.android.internal.telephony.cat.CatService
|