Searched refs:yield (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DRawTexture.java51 public void yield() { method in class:RawTexture
H A DBasicTexture.java146 // yield() is called when the texture will not be used temporarily,
151 public void yield() { method in class:BasicTexture
181 t.yield();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java46 * Maximum number of operations allowed in a batch between yield points.
160 yield(transaction);
186 "Too many content provider operations between yield points. "
187 + "The maximum number of operations per yield point is "
194 if (yield(transaction)) {
270 protected abstract boolean yield(ContactsTransaction transaction); method in class:AbstractContactsProvider
H A DProfileProvider.java152 protected boolean yield(ContactsTransaction transaction) { method in class:ProfileProvider
153 return mDelegate.yield(transaction);
H A DContactsProvider2.java2207 protected boolean yield(ContactsTransaction transaction) { method in class:ContactsProvider2
2209 // end it. Unlike the Contacts DB yield (which re-starts a transaction at its
2219 // Now proceed with the Contacts DB yield.

Completed in 336 milliseconds