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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactTileLoaderFactory.java 46 public final static int PINNED = 9;
79 Contacts.PINNED, // .......................................9
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 206 // of the ID of each web contents followed by a 'p' if pinned. For example,
208 // tab pinned, this returns "2p 1".
282 PINNED,
409 states_.push_back(State(contents, index, PINNED));
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 340 + Contacts.PINNED + " = IFNULL((SELECT MIN(" + RawContacts.PINNED + ") FROM "
342 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">"
372 " SET " + RawContacts.PINNED + "=" + PinnedPositions.UNPINNED +
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 773 * The position at which the contact is pinned. If {@link PinnedPositions#UNPINNED},
774 * the contact is not pinned. Also see {@link PinnedPositions}.
777 public static final String PINNED = "pinned";
    [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 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 403 milliseconds