MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / setFieldsOn

Method setFieldsOn

core/java/android/os/Debug.java:1451–1453  ·  view source on GitHub ↗

Equivalent to setFieldsOn(cl, false) . @see #setFieldsOn(Class, boolean) @hide

(Class<?> cl)

Source from the content-addressed store, hash-verified

1449 * @hide
1450 */
1451 public static void setFieldsOn(Class<?> cl) {
1452 setFieldsOn(cl, false);
1453 }
1454
1455 /**
1456 * Reflectively sets static fields of a class based on internal debugging

Callers

nothing calls this directly

Calls 5

modifyFieldIfSetMethod · 0.95
wtfMethod · 0.95
getAnnotationMethod · 0.80
getModifiersMethod · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected