Home
last modified time | relevance | path

Searched refs:hasException (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java76 boolean hasException = false; in makeDefaultPhone()
84 hasException = true; in makeDefaultPhone()
87 if ( !hasException ) { in makeDefaultPhone()
/frameworks/base/core/jni/android/graphics/
DGraphics.cpp41 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() function in GraphicsJNI
377 hasException(env); // For the side effect of logging. in createBitmap()
410 hasException(env); // For the side effect of logging. in createBitmapRegionDecoder()
419 hasException(env); // For the side effect of logging. in createRegion()
DGraphicsJNI.h27 static bool hasException(JNIEnv*);