Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/
Dhiddenapi.cc291 return Runtime::Current()->HasPendingHiddenApiWarning(); in Java_ChildClass_hasPendingWarning()
/art/runtime/
Druntime.h551 bool HasPendingHiddenApiWarning() const { in HasPendingHiddenApiWarning() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc78 return Runtime::Current()->HasPendingHiddenApiWarning() ? JNI_TRUE : JNI_FALSE; in VMRuntime_hasUsedHiddenApi()