Home
last modified time | relevance | path

Searched refs:isCellularIdentifierDisclosureNotificationsEnabled (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceControllerTest.java87 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
98 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
123 .isCellularIdentifierDisclosureNotificationsEnabled(); in isChecked_shouldReturnTrue()
133 .isCellularIdentifierDisclosureNotificationsEnabled(); in isChecked_hardwareUnsupported_shouldReturnFalse()
143 .isCellularIdentifierDisclosureNotificationsEnabled(); in isChecked_notificationsDisabled_shouldReturnFalse()
DCellularSecurityNotificationsDividerControllerTest.java86 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
97 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DCellularSecurityPreferenceControllerTest.java91 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
107 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_hardwareSupported_shouldReturnTrue()
118 .isCellularIdentifierDisclosureNotificationsEnabled(); in getAvailabilityStatus_noHardwareSupport_shouldReturnFalse()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsDividerController.java91 && mTelephonyManager.isCellularIdentifierDisclosureNotificationsEnabled(); in areNotificationsEnabled()
DCellularSecurityNotificationsPreferenceController.java163 && mTelephonyManager.isCellularIdentifierDisclosureNotificationsEnabled(); in areNotificationsEnabled()
/packages/apps/Settings/src/com/android/settings/network/
DCellularSecurityPreferenceController.java191 && mTelephonyManager.isCellularIdentifierDisclosureNotificationsEnabled(); in areNotificationsEnabled()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java14729 public boolean isCellularIdentifierDisclosureNotificationsEnabled() { in isCellularIdentifierDisclosureNotificationsEnabled() method in PhoneInterfaceManager