Searched refs:numPhones (Results 1 – 3 of 3) sorted by relevance
806 mNumPhones = numPhones; in TelephonyRegistry()807 mCallState = new int[numPhones]; in TelephonyRegistry()808 mDataActivity = new int[numPhones]; in TelephonyRegistry()820 mSrvccState = new int[numPhones]; in TelephonyRegistry()824 mRingingCallState = new int[numPhones]; in TelephonyRegistry()829 mCallNetworkType = new int[numPhones]; in TelephonyRegistry()848 mECBMReason = new int[numPhones]; in TelephonyRegistry()849 mECBMStarted = new boolean[numPhones]; in TelephonyRegistry()850 mSCBMReason = new int[numPhones]; in TelephonyRegistry()851 mSCBMStarted = new boolean[numPhones]; in TelephonyRegistry()[all …]
455 int numPhones = mTelephonyManager.getActiveModemCount(); in registerCarrierPrivilegesCallbacks() local456 for (int i = 0; i < numPhones; i++) { in registerCarrierPrivilegesCallbacks()
2894 final int numPhones = telephonyManager.getActiveModemCount(); in registerCarrierPrivilegesCallbacks() local2896 for (int i = 0; i < numPhones; i++) { in registerCarrierPrivilegesCallbacks()