OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:carrierPresence
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/tests/src/com/android/dialer/database/
DatabaseTestUtils.java
64
int isSuperPrimary, int inVisibleGroup, int isPrimary, int
carrierPresence
) {
77
isPrimary,
carrierPresence
});
/packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java
277
public final int
carrierPresence
;
280
String lookupKey, long photoId, int
carrierPresence
) {
287
this.
carrierPresence
=
carrierPresence
;
293
carrierPresence
);
309
&& Objects.equal(this.
carrierPresence
, that.
carrierPresence
);
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java
105
row[PhoneQuery.CARRIER_PRESENCE] = contact.
carrierPresence
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java
494
int
carrierPresence
= cursor.getInt(PhoneQuery.CARRIER_PRESENCE);
495
boolean isPresent = (
carrierPresence
& Phone.CARRIER_PRESENCE_VT_CAPABLE) != 0;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
[
all
...]
Completed in 334 milliseconds