/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_PinnedPositionsTest.java | 57 * Tests that the ContactsProvider automatically stars/unstars a pinned/unpinned contact if 70 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0)); 72 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0)); 74 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0)); 76 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0)); 78 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); 79 assertValuesForRawContact(i2.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); 80 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); 81 assertValuesForRawContact(i4.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); 91 newContentValues(Contacts.PINNED, 1, Contacts.STARRED, 1)) [all...] |
ContactsContract_FrequentsStrequentsTest.java | 74 Contacts.PINNED, 111 Contacts.PINNED,
|
ContactsContract_RawContactsTest.java | 58 RawContacts.PINNED,
|
ContactsContract_ContactsTest.java | 194 Contacts.PINNED,
|
ContactsContract_DataTest.java | 120 Contacts.PINNED, 346 Contacts.PINNED, [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactTileLoaderFactory.java | 46 public final static int PINNED = 9; 80 Contacts.PINNED, // .......................................9
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
MetadataEntryParser.java | 47 private final static String PINNED = "pinned"; 135 int sendToVoicemail, int starred, int pinned, 141 this.mPinned = pinned; 159 // Parse contactPrefs to get sendToVoicemail, starred, pinned. 165 final int pinned = contactPrefs.has(PINNED) ? contactPrefs.getInt(PINNED) : 0; local 234 sendToVoicemail ? 1 : 0, starred ? 1 : 0, pinned,
|
ContactsProvider2.java | 598 " SET " + Contacts.PINNED + " = " + PinnedPositions.UNPINNED + 599 " WHERE " + Contacts._ID + " = ?1 AND " + Contacts.PINNED + " <= " + 605 " SET " + RawContacts.PINNED + " = " + PinnedPositions.UNPINNED + 606 " WHERE " + RawContacts.CONTACT_ID + " = ?1 AND " + Contacts.PINNED + " <= " + [all...] |
ContactsDatabaseHelper.java | 404 public static final String CONCRETE_PINNED = Tables.CONTACTS + "." + Contacts.PINNED; 454 Tables.RAW_CONTACTS + "." + RawContacts.PINNED; [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 195 Contacts.PINNED, 236 Contacts.PINNED, 281 Contacts.PINNED, 330 Contacts.PINNED, 386 RawContacts.PINNED, 459 Contacts.PINNED, 539 Contacts.PINNED, 631 Contacts.PINNED, [all...] |
ContactMetadataProviderTest.java | 64 " \"pinned\": 2\n" + 83 " \"pinned\": 2\n" + 156 " \"pinned\": 1\n" + 202 " \"pinned\": 2\n" + 226 assertStoredValue(rawContactUri, RawContacts.PINNED, "2"); 240 " \"pinned\": 1\n" + 258 assertStoredValue(rawContactUri, RawContacts.PINNED, "1"); 275 " \"pinned\": 2\n" + 306 " \"pinned\": 1\n" + 393 " \"pinned\": 5\n" [all...] |
ContactsDatabaseHelperUpgradeTest.java | 177 new TableColumn(Contacts.PINNED, INTEGER, true, 209 new TableColumn(RawContacts.PINNED, INTEGER, true,
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoritesTileAdapter.java | 112 // Pinned positions start from 1, so there are a total of 20 maximum pinned contacts 128 .compare(lhs.pinned, rhs.pinned) 194 mPinnedIndex = ContactTileLoaderFactory.PINNED; 281 final int pinned = cursor.getInt(mPinnedIndex); local 309 contact.pinned = pinned; 509 // update the database here with the new pinned positions 545 * Used when a contact is removed from speeddial. This will both unstar and set pinned positio [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
AbstractContactAggregator.java | 356 + Contacts.PINNED + " = IFNULL((SELECT MIN(" + RawContacts.PINNED + ") FROM " 358 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" 383 " SET " + RawContacts.PINNED + "=" + PinnedPositions.UNPINNED + [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/prebuilts/sdk/21/ |
android.jar | |