OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSuperPrimaryEntry
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java
170
* calls {@link #
getSuperPrimaryEntry
(String, boolean)} with true
171
* @see #
getSuperPrimaryEntry
(String, boolean)
173
public ValuesDelta
getSuperPrimaryEntry
(String mimeType) {
174
return
getSuperPrimaryEntry
(mimeType, true);
184
public ValuesDelta
getSuperPrimaryEntry
(String mimeType, boolean forceSelection) {
RawContactDeltaList.java
352
public ValuesDelta
getSuperPrimaryEntry
(final String mimeType) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java
165
* calls {@link #
getSuperPrimaryEntry
(String, boolean)} with true
166
* @see #
getSuperPrimaryEntry
(String, boolean)
168
public ValuesDelta
getSuperPrimaryEntry
(String mimeType) {
169
return
getSuperPrimaryEntry
(mimeType, true);
178
public ValuesDelta
getSuperPrimaryEntry
(String mimeType, boolean forceSelection) {
EntitySet.java
275
public ValuesDelta
getSuperPrimaryEntry
(final String mimeType) {
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java
576
final ValuesDelta bobPhone = bobContact.
getSuperPrimaryEntry
(Phone.CONTENT_ITEM_TYPE, true);
Completed in 42 milliseconds