Home
last modified time | relevance | path

Searched refs:numPhones (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java806 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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPermissionPolicyService.java455 int numPhones = mTelephonyManager.getActiveModemCount(); in registerCarrierPrivilegesCallbacks() local
456 for (int i = 0; i < numPhones; i++) { in registerCarrierPrivilegesCallbacks()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2894 final int numPhones = telephonyManager.getActiveModemCount(); in registerCarrierPrivilegesCallbacks() local
2896 for (int i = 0; i < numPhones; i++) { in registerCarrierPrivilegesCallbacks()