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

  /frameworks/base/core/java/android/database/
CursorWindowAllocationException.java 25 public class CursorWindowAllocationException extends RuntimeException {
26 public CursorWindowAllocationException(String description) {
CursorWindow.java 108 throw new CursorWindowAllocationException("Cursor window allocation of " +
137 throw new CursorWindowAllocationException("Cursor window could not be "
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 45 import android.database.CursorWindowAllocationException;
171 } catch (CursorWindowAllocationException e) {
172 Log.e(TAG, "CursorWindowAllocationException while getting Contacts size");
192 } catch (CursorWindowAllocationException e) {
193 Log.e(TAG, "CursorWindowAllocationException while getting CallHistory size");
235 } catch (CursorWindowAllocationException e) {
236 Log.e(TAG, "CursorWindowAllocationException while loading CallHistory");
274 } catch (CursorWindowAllocationException e) {
275 Log.e(TAG, "CursorWindowAllocationException while getting phonebook name list");
318 } catch (CursorWindowAllocationException e)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 499 } catch (CursorWindowAllocationException e) {
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 391 milliseconds