OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CALL_EMERGENCY
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallController.java
221
|| Intent.
ACTION_CALL_EMERGENCY
.equals(action)
349
// Sanity-check that
ACTION_CALL_EMERGENCY
is used if and only if
357
boolean isEmergencyIntent = Intent.
ACTION_CALL_EMERGENCY
.equals(intent.getAction());
OutgoingCallBroadcaster.java
522
+ " emergency number. Use
ACTION_CALL_EMERGENCY
as an action instead.");
523
action = Intent.
ACTION_CALL_EMERGENCY
;
557
} else if (Intent.
ACTION_CALL_EMERGENCY
.equals(action)) {
558
//
ACTION_CALL_EMERGENCY
case: this is either a CALL_PRIVILEGED
[
all
...]
EmergencyDialer.java
545
Intent intent = new Intent(Intent.
ACTION_CALL_EMERGENCY
);
/frameworks/base/core/java/android/content/
Intent.java
[
all
...]
Completed in 1724 milliseconds