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

  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 75 jint count, jboolean unpinned)
78 if (unpinned && ashmem_pin_region(fd, 0, 0) == ASHMEM_WAS_PURGED) {
86 if (unpinned) {
94 jint count, jboolean unpinned)
97 if (unpinned && ashmem_pin_region(fd, 0, 0) == ASHMEM_WAS_PURGED) {
105 if (unpinned) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_PinnedPositionsTest.java 57 * Tests that the ContactsProvider automatically stars/unstars a pinned/unpinned contact if
67 final int unpinned = PinnedPositions.UNPINNED; local
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));
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 9281 final int unpinned = PinnedPositions.UNPINNED; local
    [all...]

Completed in 227 milliseconds