Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java886 public static int[] CONFIG_NATIVE_BITS = new int[] { field in ActivityInfo
1072 for (int i = 0; i < CONFIG_NATIVE_BITS.length; i++) { in activityInfoConfigJavaToNative()
1074 output |= CONFIG_NATIVE_BITS[i]; in activityInfoConfigJavaToNative()
1087 for (int i = 0; i < CONFIG_NATIVE_BITS.length; i++) { in activityInfoConfigNativeToJava()
1088 if ((input & CONFIG_NATIVE_BITS[i]) != 0) { in activityInfoConfigNativeToJava()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13795 Landroid/content/pm/ActivityInfo;->CONFIG_NATIVE_BITS:[I