Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DEmergencyCallLimitationDisclaimerTest.java67 mBundle.putInt(CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT, 1000); in sholdShow_delay1000msec_shouldShowEmergencyCallLimitationDisclaimer()
80 mBundle.putInt(CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT, -1); in sholdShow_delayDefault_shouldNotShowEmergencyCallLimitationDisclaimer()
91 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/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.java325 CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT) > -1; in onCreate()