OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VOLTE_CALL_CAPABILITY_TIMESTAMP
(Results
1 - 5
of
5
) sorted by null
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
EABContract.java
151
public static final String
VOLTE_CALL_CAPABILITY_TIMESTAMP
= "volte_capability_timestamp";
251
VOLTE_CALL_CAPABILITY_TIMESTAMP
,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
Contacts.java
148
public static final String
VOLTE_CALL_CAPABILITY_TIMESTAMP
=
149
EABContract.EABColumns.
VOLTE_CALL_CAPABILITY_TIMESTAMP
;
EABProvider.java
91
+ EABContract.EABColumns.
VOLTE_CALL_CAPABILITY_TIMESTAMP
+ " LONG, "
417
EABContract.EABColumns.
VOLTE_CALL_CAPABILITY_TIMESTAMP
,
450
cvalues.put(EABContract.EABColumns.
VOLTE_CALL_CAPABILITY_TIMESTAMP
,
452
EABContract.EABColumns.
VOLTE_CALL_CAPABILITY_TIMESTAMP
)));
EABContactManager.java
79
Contacts.Impl.
VOLTE_CALL_CAPABILITY_TIMESTAMP
,
322
values.put(Contacts.Impl.
VOLTE_CALL_CAPABILITY_TIMESTAMP
,
818
values.put(Contacts.Impl.
VOLTE_CALL_CAPABILITY_TIMESTAMP
, (String)null);
[
all
...]
CapabilityPolling.java
510
cursor.getColumnIndex(Contacts.Impl.
VOLTE_CALL_CAPABILITY_TIMESTAMP
)));
570
sb.append(Contacts.Impl.
VOLTE_CALL_CAPABILITY_TIMESTAMP
+ "<='" + last + "'");
610
cursor.getColumnIndex(Contacts.Impl.
VOLTE_CALL_CAPABILITY_TIMESTAMP
)));
[
all
...]
Completed in 199 milliseconds