OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPABILITY_CALL_SUBJECT
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneAccountUtils.java
102
account.hasCapabilities(PhoneAccount.
CAPABILITY_CALL_SUBJECT
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
CallUtil.java
198
if (account != null && account.hasCapabilities(PhoneAccount.
CAPABILITY_CALL_SUBJECT
)) {
/frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java
148
public static final int
CAPABILITY_CALL_SUBJECT
= 0x40;
728
if (hasCapabilities(
CAPABILITY_CALL_SUBJECT
)) {
/packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java
188
capabilities |= PhoneAccount.
CAPABILITY_CALL_SUBJECT
;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java
489
PhoneAccount.
CAPABILITY_CALL_SUBJECT
);
[
all
...]
Completed in 815 milliseconds