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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyDevController.java193 public static int getModemCount() { method in class:TelephonyDevController
196 if (DBG) logd("getModemCount: " + count);
211 if (index > getModemCount()) {
212 loge("getModem: out-of-bounds access for modem device " + index + " max: " + getModemCount());
290 if (modemIndex > getModemCount()) {
291 loge("getAllSimsForModem: out-of-bounds access for modem device " + modemIndex + " max: " + getModemCount());

Completed in 56 milliseconds