HomeSort by relevance Sort by last modified time
    Searched full:emergency (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/nist-sip/java/javax/sip/header/
PriorityHeader.java 11 String EMERGENCY = "Emergency";
  /device/htc/common/
README.ecclist_for_mcc.conf 17 ecclist_for_mcc.conf contains emergency number of countries, which will be used to
18 set the property of emergency numbers.
22 [MCC of a country] white space [Emergency number for that country, separated by comma]
25 1. Use white space instead of TAB between MCC and emergency number list.
27 2. Emergency number 112 and 911 are included as default emergency numbers. But it is
  /bionic/libc/kernel/arch-sh/asm/
emergency-restart.h 15 #include <asm-generic/emergency-restart.h>
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 44 * Application service that inserts/removes Emergency Callback Mode notification and
45 * updates Emergency Callback Mode countdown clock in the notification
51 // Default Emergency Callback Mode timeout value
77 Log.e(LOG_TAG, "Error! Emergency Callback Mode not supported for " +
110 * Listens for Emergency Callback Mode intents
115 // Stop the service when phone exits Emergency Callback Mode
133 * Start timer notification for Emergency Callback Mode
136 // Get Emergency Callback Mode timeout value
161 * Shows notification for Emergency Callback Mode
170 // PendingIntent to launch Emergency Callback Mode Exit activity if the user select
    [all...]
EmergencyCallbackModeExitDialog.java 48 * Displays dialog that enables users to exit Emergency Callback Mode
54 /** Intent to trigger the Emergency Callback Mode exit dialog */
80 // Check if phone is in Emergency Callback Mode. If not, exit.
167 * Shows Emergency Callback Mode dialog and starts countdown timer
200 * Creates dialog that enables users to exit Emergency Callback Mode
215 // User clicked Yes. Exit Emergency Callback Mode.
294 * Listens for Emergency Callback Mode state change intents
299 // Received exit Emergency Callback Mode notification close all dialogs
  /packages/apps/CellBroadcastReceiver/res/values/
strings.xml 58 <!-- ETWS dialog title for other emergency type. [CHAR LIMIT=50] -->
59 <string name="etws_other_emergency_type">Emergency Warning</string>
63 <string name="cmas_extreme_alert">Emergency Alert: Extreme</string>
65 <string name="cmas_severe_alert">Emergency Alert: Severe</string>
66 <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
69 <string name="cmas_required_monthly_test">Emergency Alert Monthly Test</string>
71 <string name="cmas_exercise_alert">Emergency Alert (Exercise)</string>
73 <string name="cmas_operator_defined_alert">Emergency Alert (Operator)</string>
75 <string name="pws_other_message_identifiers">Emergency Alert</string>
76 <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] --
    [all...]
  /external/kernel-headers/original/linux/
reboot.h 71 * Emergency restart, callable from an interrupt handler.
75 #include <asm/emergency-restart.h>
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 37 * Note that the entire range of emergency channels is enabled. Test messages
67 if (DBG) Log.d(TAG, "enabling emergency cell broadcast channels");
71 if (DBG) Log.d(TAG, "enabled emergency cell broadcast channels");
74 if (DBG) Log.d(TAG, "disabling emergency cell broadcast channels");
78 if (DBG) Log.d(TAG, "disabled emergency cell broadcast channels");
CellBroadcastMessage.java 182 * Return whether the broadcast is an emergency (PWS) message type.
186 * but only emergency alerts play the alert sound and speak the message.
195 * Returns whether the broadcast is an emergency (PWS) message type,
207 * Return whether the broadcast is an ETWS emergency message type.
208 * @return true if the message is ETWS emergency type; false otherwise
215 * Return whether the broadcast is a CMAS emergency message type.
216 * @return true if the message is CMAS emergency type; false otherwise
233 * Return whether the broadcast is an ETWS emergency user alert.
235 * @return true if the message indicates an ETWS emergency user alert
CellBroadcastAlertDialog.java 61 /** Keyguard lock to show emergency alerts while in the lock screen. */
113 // Set warning icon for emergency alert
123 // Turn screen on and show above the keyguard for emergency alert
175 * Ignore the back button for emergency alerts (user must dismiss with button).
CellBroadcastAlertService.java 36 * Emergency messages display with a flashing animated exclamation mark icon,
102 // start audio/vibration/speech service for emergency alerts
195 // Emergency: open notification immediately
200 // use default sound/vibration/lights for non-emergency broadcasts
  /packages/apps/CellBroadcastReceiver/res/values-ja/
strings.xml 58 <!-- ETWS dialog title for other emergency type. [CHAR LIMIT=50] -->
63 <string name="cmas_extreme_alert">Emergency Alert: Extreme</string>
65 <string name="cmas_severe_alert">Emergency Alert: Severe</string>
66 <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
69 <string name="cmas_required_monthly_test">Emergency Alert Monthly Test</string>
71 <string name="cmas_exercise_alert">Emergency Alert (Exercise)</string>
73 <string name="cmas_operator_defined_alert">Emergency Alert (Operator)</string>
76 <!-- Dialog title for all non-emergency cell broadcasts. [CHAR LIMIT=50] -->
79 <!-- Preference category title for emergency alert settings. [CHAR LIMIT=50] -->
81 <!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=50] --
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 41 private static final String kEmergencyNumber = "Emergency Number";
58 * Checks the caller info instance is flagged as an emergency if
59 * the number is an emergency one. There is no test for the
60 * contact based constructors because emergency number are not in
100 * For emergency caller info, phoneNumber should be set to the
209 * Fail if mInfo does not contain a valid emergency CallerInfo instance.
214 // For emergency caller info, phoneNumber should be set to the
  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 50 /** constant EMERGENCY field
52 public static final String EMERGENCY = ParameterNames.EMERGENCY;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CallFailCause.java 52 // For non-emergency number dialed while in emergency callback mode.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java 148 * Return whether the specified message ID is an emergency (PWS) message type.
152 * @return true if the message is emergency type; false otherwise
159 * Return whether the specified message ID is an ETWS emergency message type.
163 * @return true if the message is ETWS emergency type; false otherwise
170 * Return whether the specified message ID is a CMAS emergency message type.
174 * @return true if the message is CMAS emergency type; false otherwise
194 * Return whether the specified message code indicates an ETWS emergency user alert.
200 * @return true if the message code indicates an emergency user alert
RestrictedState.java 32 * Set true to block emergency call due to restriction
114 csString = "emergency";
  /device/samsung/crespo/overlay/packages/apps/Phone/res/values/
config.xml 30 <!-- Enable the onscreen "Dial" button in the emergency dialer. -->
  /frameworks/base/core/res/res/layout/
keyguard_screen_unlock_landscape.xml 21 the user how to unlock their device, or make an emergency call. This
32 <!-- left side: instructions and emergency call button -->
153 <!-- option 1: a single emergency call button -->
169 <!-- option 2: an emergency call button, and a 'forgot pattern?' button -->
keyguard_screen_glogin_unlock.xml 107 <!-- spacer above emergency call -->
115 <!-- emergency call button at bottom center -->
keyguard_screen_sim_pin_portrait.xml 100 <!-- The emergency button should take the rest of the space and be centered vertically -->
108 <!-- emergency call button -->
  /packages/apps/Phone/
Android.mk 18 # Build the Phone app which includes the emergency dialer. See Contacts
  /device/htc/passion-common/overlay/packages/apps/Phone/res/values/
config.xml 30 <!-- Enable the onscreen "Dial" button in the emergency dialer. -->
  /external/iproute2/doc/
Makefile 37 grep -c '^\(LaTeX Warning: Label(s) may\|No file \|! Emergency stop\)'` -ge 1 ]; do \
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardScreenCallback.java 63 * Take action to send an emergency call.

Completed in 301 milliseconds

1 2 3 4 5 6 7