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.java102 boolean hasException = false; in makeDefaultPhone()
110 hasException = true; in makeDefaultPhone()
113 if ( !hasException ) { in makeDefaultPhone()
/frameworks/base/core/jni/android/graphics/
DGraphics.cpp49 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() function in GraphicsJNI
422 hasException(env); // For the side effect of logging. in createBitmap()
449 hasException(env); // For the side effect of logging. in createBitmapRegionDecoder()
458 hasException(env); // For the side effect of logging. in createRegion()
DGraphicsJNI.h32 static bool hasException(JNIEnv*);