HomeSort by relevance Sort by last modified time
    Searched defs:OutOfResourcesException (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java 21 import android.view.Surface.OutOfResourcesException;
27 new Surface.OutOfResourcesException();
28 new Surface.OutOfResourcesException(NAME);
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 83 public static class OutOfResourcesException extends Exception {
84 public OutOfResourcesException() {
86 public OutOfResourcesException(String name) {
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 36 static const char* const OutOfResourcesException =
37 "android/graphics/SurfaceTexture$OutOfResourcesException";
184 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/core/java/android/view/
Surface.java 230 throws OutOfResourcesException;
232 throws OutOfResourcesException;
313 throws OutOfResourcesException {
358 } catch (OutOfResourcesException ex) {
359 // We can't throw OutOfResourcesException because it would be an API change.
446 throws OutOfResourcesException, IllegalArgumentException {
741 public static class OutOfResourcesException extends Exception {
742 public OutOfResourcesException() {
745 public OutOfResourcesException(String name) {
  /frameworks/base/core/jni/
android_view_Surface.cpp 60 static const char* const OutOfResourcesException =
61 "android/view/Surface$OutOfResourcesException";
283 jniThrowException(env, OutOfResourcesException, NULL);
303 jniThrowException(env, OutOfResourcesException, NULL);
402 OutOfResourcesException :
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 728 milliseconds