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.java115 boolean hasException = false; in makeDefaultPhone()
123 hasException = true; in makeDefaultPhone()
126 if ( !hasException ) { in makeDefaultPhone()
/frameworks/base/core/jni/android/graphics/
DGraphics.cpp51 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() function in GraphicsJNI
420 hasException(env); // For the side effect of logging. in createBitmapRegionDecoder()
429 hasException(env); // For the side effect of logging. in createRegion()
DGraphicsJNI.h44 static bool hasException(JNIEnv*);