Searched refs:CursorWindowAllocationException (Results 1 – 4 of 4) sorted by relevance
25 public class CursorWindowAllocationException extends RuntimeException { class26 public CursorWindowAllocationException(String description) { in CursorWindowAllocationException() method in CursorWindowAllocationException
39 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()
496 } catch (CursorWindowAllocationException e) { in testCursorWindowFailureWhenTooManyCursorWindowsLeftOpen()
17251 Landroid/database/CursorWindowAllocationException;-><init>(Ljava/lang/String;)V