Home
last modified time | relevance | path

Searched defs:phoneCount (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DOemUnlockPreferenceController.java181 int phoneCount = mTelephonyManager.getPhoneCount(); in isSimLockedDevice() local
/packages/apps/Settings/src/com/android/settings/development/
DOemUnlockPreferenceController.java176 int phoneCount = mTelephonyManager.getPhoneCount(); in isSimLockedDevice() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DMobileNetworkUtils.java86 int phoneCount = context.getSystemService(TelephonyManager.class).getPhoneCount(); in isWifiCallingEnabled() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1399 int phoneCount = telephony.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall() local
1542 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall() local
/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java316 int phoneCount = 0; in queryRawContactsForSimContacts() local
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java525 final int phoneCount = sRandom.nextInt(5); in appendCreateContact() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java6993 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in getSlotsMapping() local