Home
last modified time | relevance | path

Searched refs:CursorWindowAllocationException (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/database/
H A DCursorWindowAllocationException.java25 public class CursorWindowAllocationException extends RuntimeException { class
26 public CursorWindowAllocationException(String description) { in CursorWindowAllocationException() method in CursorWindowAllocationException
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java39 import android.database.CursorWindowAllocationException;
193 } catch (CursorWindowAllocationException e) { in getContactsSize()
214 } catch (CursorWindowAllocationException e) { in getCallHistorySize()
257 } catch (CursorWindowAllocationException e) { in loadCallHistoryList()
294 } catch (CursorWindowAllocationException e) { in getPhonebookNameList()
402 } catch (CursorWindowAllocationException e) { in getSelectedPhonebookNameList()
441 } catch (CursorWindowAllocationException e) { in getContactNamesByNumber()
532 } catch (CursorWindowAllocationException e) { in composeAndSendSelectedCallLogVcards()
593 } catch (CursorWindowAllocationException e) { in composeAndSendPhonebookVcards()
631 } catch (CursorWindowAllocationException e) { in composeAndSendPhonebookOneVcard()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java496 } catch (CursorWindowAllocationException e) { in testCursorWindowFailureWhenTooManyCursorWindowsLeftOpen()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17251 Landroid/database/CursorWindowAllocationException;-><init>(Ljava/lang/String;)V