OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:superPrimary
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java
113
final Integer
superPrimary
= values.getAsInteger(Data.IS_SUPER_PRIMARY);
114
if ((primary != null && primary != 0) || (
superPrimary
!= null &&
superPrimary
!= 0)) {
120
if (
superPrimary
!= null) {
121
if (
superPrimary
!= 0) {
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
579
Integer
superPrimary
= entryValues.getAsInteger(Data.IS_SUPER_PRIMARY);
580
final boolean isSuperPrimary =
superPrimary
!= null &&
superPrimary
!= 0;
[
all
...]
Completed in 3042 milliseconds