Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceControllerTest.java136 .setEnableCellularIdentifierDisclosureNotifications(true); in setChecked_flagsDisabled_shouldReturnFalse()
154 .setEnableCellularIdentifierDisclosureNotifications(true); in setChecked_hardwareDisabled_shouldReturnFalse()
160 .setEnableCellularIdentifierDisclosureNotifications(false); in setChecked_hardwareDisabled_shouldReturnFalse()
171 .setEnableCellularIdentifierDisclosureNotifications(true); in setChecked_shouldReturnTrue()
177 .setEnableCellularIdentifierDisclosureNotifications(false); in setChecked_shouldReturnTrue()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceController.java156 mTelephonyManager.setEnableCellularIdentifierDisclosureNotifications(isChecked); in setNotifications()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java14039 public void setEnableCellularIdentifierDisclosureNotifications(boolean enable) { in setEnableCellularIdentifierDisclosureNotifications() method in PhoneInterfaceManager