Searched refs:getSimCount (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyDevController.java224 public int getSimCount() { method in class:TelephonyDevController
227 if (DBG) logd("getSimCount: " + count);
242 if (index > getSimCount()) {
243 loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount());
262 if (simIndex > getSimCount()) {
263 loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount());
H A DUiccSmsController.java290 if (subInfoLength > 0 && telephonyManager.getSimCount() > 1) {
H A DSubscriptionController.java662 return mTelephonyManager.getSimCount();
1481 || mTelephonyManager.getSimCount() == 1)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DRilMessageDecoder.java61 mSimCount = TelephonyManager.getDefault().getSimCount();
H A DCatService.java206 int simCount = TelephonyManager.getDefault().getSimCount();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java81 int count = TelephonyManager.getDefault().getSimCount();
H A DKeyguardSimPukView.java122 int count = TelephonyManager.getDefault().getSimCount();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccControllerTest.java79 doReturn(PHONE_COUNT).when(mTelephonyManager).getSimCount();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java146 doReturn(SINGLE_SIM).when(mTelephonyManager).getSimCount();
H A DSubscriptionInfoUpdaterTest.java121 .when(mTelephonyManager).getSimCount();
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1159 return slotId >= 0 && slotId < TelephonyManager.getDefault().getSimCount();
H A DTelephonyManager.java3828 public int getSimCount() { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java409 if (TelephonyManager.getDefault().getSimCount() > 1) {
872 if (TelephonyManager.getDefault().getSimCount() == 1) {
2644 if (TelephonyManager.getDefault().getSimCount() == 1) {
2687 if (TelephonyManager.getDefault().getSimCount() == 1) {
2718 if (TelephonyManager.getDefault().getSimCount() == 1) {

Completed in 4577 milliseconds