Searched refs:voiceSubId (Results 1 – 1 of 1) sorted by relevance
475 int voiceSubId = mSubDefaults.getDefaultVoiceSubId(); in isEmergencyOnly() local476 if (!SubscriptionManager.isValidSubscriptionId(voiceSubId)) { in isEmergencyOnly()487 if (mMobileSignalControllers.indexOfKey(voiceSubId) >= 0) { in isEmergencyOnly()488 mEmergencySource = EMERGENCY_VOICE_CONTROLLER + voiceSubId; in isEmergencyOnly()489 if (DEBUG) Log.d(TAG, "Getting emergency from " + voiceSubId); in isEmergencyOnly()490 return mMobileSignalControllers.get(voiceSubId).getState().isEmergency; in isEmergencyOnly()501 if (DEBUG) Log.e(TAG, "Cannot find controller for voice sub: " + voiceSubId); in isEmergencyOnly()502 mEmergencySource = EMERGENCY_NO_SUB + voiceSubId; in isEmergencyOnly()