OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPABILITY_PLACE_EMERGENCY_CALLS
(Results
1 - 5
of
5
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
TelephonyUtil.java
55
PhoneAccount.
CAPABILITY_PLACE_EMERGENCY_CALLS
)
CreateConnectionProcessor.java
312
if (phoneAccount.hasCapabilities(PhoneAccount.
CAPABILITY_PLACE_EMERGENCY_CALLS
) &&
331
PhoneAccount.
CAPABILITY_PLACE_EMERGENCY_CALLS
)) {
/frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java
129
public static final int
CAPABILITY_PLACE_EMERGENCY_CALLS
= 0x10;
740
if (hasCapabilities(
CAPABILITY_PLACE_EMERGENCY_CALLS
)) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java
250
PhoneAccount.
CAPABILITY_PLACE_EMERGENCY_CALLS
);
271
PhoneAccount.
CAPABILITY_PLACE_EMERGENCY_CALLS
|
/packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java
168
capabilities |= PhoneAccount.
CAPABILITY_PLACE_EMERGENCY_CALLS
;
Completed in 214 milliseconds