MCPcopy Create free account
hub / github.com/asLody/SandVXposed / set

Method set

lib/src/main/java/mirror/RefInt.java:21–27  ·  view source on GitHub ↗
(Object obj, int intValue)

Source from the content-addressed store, hash-verified

19 }
20
21 public void set(Object obj, int intValue) {
22 try {
23 this.field.setInt(obj, intValue);
24 } catch (Exception e) {
25 //Ignore
26 }
27 }
28}

Callers 7

setPeriodicSyncTimeMethod · 0.45
loadMethod · 0.45
addMethod · 0.45
cloneMethod · 0.45
registerMethod · 0.45
registerMethod · 0.45
registerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected