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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 224 public int getSimCount() {
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());
UiccSmsController.java 295 if (subInfoLength > 0 && telephonyManager.getSimCount() > 1) {
SubscriptionController.java 564 return mTelephonyManager.getSimCount();
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkMain.java 71 int simCount = TelephonyManager.from(mContext).getSimCount();
StkLauncherActivity.java 86 int simCount = TelephonyManager.from(mContext).getSimCount();
165 int simCount = TelephonyManager.from(mContext).getSimCount();
StkAppService.java 258 mSimCount = TelephonyManager.from(mContext).getSimCount();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 61 mSimCount = TelephonyManager.getDefault().getSimCount();
CatService.java 206 int simCount = TelephonyManager.getDefault().getSimCount();
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 54 initPreferenceScreen(telephonyManager.getSimCount());
SimStatus.java 149 for (int i = 0; i < mTelephonyManager.getSimCount(); i++) {
  /packages/apps/Settings/src/com/android/settings/sim/
SimBootReceiver.java 56 final int numSlots = mTelephonyManager.getSimCount();
SimSettings.java 144 final int numSlots = tm.getSimCount();
164 final int numSlots = tm.getSimCount();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPinView.java 79 int count = TelephonyManager.getDefault().getSimCount();
KeyguardSimPukView.java 122 int count = TelephonyManager.getDefault().getSimCount();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 421 if (TelephonyManager.getDefault().getSimCount() == 1) {
784 if (TelephonyManager.getDefault().getSimCount() == 1) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 166 final int numSims = tm.getSimCount();
Utils.java     [all...]
DataUsageSummary.java 673 int simCount = mTelephonyManager.getSimCount();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 419 for (int i = 0; i < TelephonyManager.getDefault().getSimCount(); i++) {
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java     [all...]
TelephonyManager.java     [all...]

Completed in 1609 milliseconds