Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp560 static bool target_sdk_is_at_least_vic() { in target_sdk_is_at_least_vic() function
564 static constexpr bool target_sdk_is_at_least_vic() { in target_sdk_is_at_least_vic() function
592 if (target_sdk_is_at_least_vic()) { in JavaDeathRecipient()