HomeSort by relevance Sort by last modified time
    Searched refs:PINNED (Results 1 - 11 of 11) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactTileLoaderFactory.java 44 public final static int PINNED = 9;
76 Contacts.PINNED, // .......................................9
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 133 Contacts.PINNED,
173 Contacts.PINNED,
217 Contacts.PINNED,
265 Contacts.PINNED,
319 RawContacts.PINNED,
390 Contacts.PINNED,
467 Contacts.PINNED,
557 Contacts.PINNED,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 340 + Contacts.PINNED + "=(SELECT MIN(" + RawContacts.PINNED + ") FROM "
342 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">"
371 " SET " + RawContacts.PINNED + "=" + PinnedPositions.UNPINNED +
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 190 // of the ID of each tab contents followed by a 'p' if pinned. For example,
192 // tab pinned, this returns "2p 1".
279 PINNED,
378 states_.push_back(new State(contents, index, PINNED));
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 147 // of the ID of each web contents followed by a 'p' if pinned. For example,
149 // tab pinned, this returns "2p 1".
223 PINNED,
329 states_.push_back(State(contents, index, PINNED));
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 134 .compare(lhs.pinned, rhs.pinned)
206 mPinnedIndex = ContactTileLoaderFactory.PINNED;
288 final int pinned = cursor.getInt(mPinnedIndex); local
311 contact.pinned = pinned;
621 // update the database here with the new pinned positions
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 365 public static final String CONCRETE_PINNED = Tables.CONTACTS + "." + Contacts.PINNED;
413 Tables.RAW_CONTACTS + "." + RawContacts.PINNED;
    [all...]
ContactsProvider2.java 510 " SET " + Contacts.PINNED + " = " + PinnedPositions.UNPINNED +
511 " WHERE " + Contacts._ID + " = ?1 AND " + Contacts.PINNED + " <= " +
517 " SET " + RawContacts.PINNED + " = " + PinnedPositions.UNPINNED +
518 " WHERE " + RawContacts.CONTACT_ID + " = ?1 AND " + Contacts.PINNED + " <= " +
615 .add(Contacts.PINNED)
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 828 * The position at which the contact is pinned. If {@link PinnedPositions.UNPINNED},
829 * the contact is not pinned. Also see {@link PinnedPositions}.
    [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 

Completed in 4049 milliseconds