Home
last modified time | relevance | path

Searched refs:QueryPoolException (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java101 public static class QueryPoolException extends SQLException { class in CallerInfoAsyncQuery
102 public QueryPoolException(String error) { in QueryPoolException() method in CallerInfoAsyncQuery.QueryPoolException
319 throw new QueryPoolException in onQueryComplete()
536 throw new QueryPoolException("Bad context or query uri."); in allocate()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfoAsyncQuery.java152 throw new QueryPoolException("Bad context or query uri."); in startQueryInternal()
273 private static class QueryPoolException extends SQLException { class in CallerInfoAsyncQuery
275 QueryPoolException(String error) { in QueryPoolException() method in CallerInfoAsyncQuery.QueryPoolException
469 throw new QueryPoolException( in updateData()