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.java108 .setEnableCellularIdentifierDisclosureNotifications(true); in setChecked_shouldReturnTrue()
114 .setEnableCellularIdentifierDisclosureNotifications(false); in setChecked_shouldReturnTrue()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceController.java153 mTelephonyManager.setEnableCellularIdentifierDisclosureNotifications(isChecked); in setNotifications()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java14707 public void setEnableCellularIdentifierDisclosureNotifications(boolean enable) { in setEnableCellularIdentifierDisclosureNotifications() method in PhoneInterfaceManager