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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java119 private int mSlotId; field in class:CatService
131 mSlotId = slotId;
155 CatLog.d(this, "registerForReady slotid: " + mSlotId + "instance : " + this);
165 CatLog.d(this, "Running CAT service on Slotid: " + mSlotId +
452 intent.putExtra("SLOT_ID", mSlotId);
453 CatLog.d(this, "Sending CmdMsg: " + cmdMsg+ " on slotid:" + mSlotId);
462 CatLog.d(this, "SESSION END on "+ mSlotId);
466 intent.putExtra("SLOT_ID", mSlotId);
667 CatLog.d(this, "ril message arrived,slotid:" + mSlotId);
900 CatLog.d(this, "unregisterForReady slotid: " + mSlotId
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java98 int mSlotId; field in class:UiccCard
108 mSlotId = slotId;
200 mCatService = CatService.getInstance(mCi, mContext, this, mSlotId);

Completed in 46 milliseconds