Home
last modified time | relevance | path

Searched refs:KEY_EMERGENCY_NOTIFICATION_DELAY_INT (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DEmergencyCallLimitationDisclaimerTest.java69 mBundle.putInt(CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT, 1000); in sholdShow_delay1000msec_shouldShowEmergencyCallLimitationDisclaimer()
82 mBundle.putInt(CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT, -1); in sholdShow_delayDefault_shouldNotShowEmergencyCallLimitationDisclaimer()
93 mBundle.putInt(CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT, 10); in sholdShow_alreadyAgreed_shouldNotShowEmergencyCallLimitationDisclaimer()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DEmergencyCallLimitationDisclaimer.java46 CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT); in shouldShow()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DEmergencyCallLimitationDisclaimer.java46 CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT); in shouldShow()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java158 static final String KEY_EMERGENCY_NOTIFICATION_DELAY_INT = "emergency_notification_delay_int"; field in DialpadFragment
507 if (config == null || config.getInt(KEY_EMERGENCY_NOTIFICATION_DELAY_INT, -1) == -1) { in shouldShowEmergencyCallWarning()
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java330 CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT) > -1; in onCreate()