Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setPeriodicSyncTime
Method · 0.45
load
Method · 0.45
add
Method · 0.45
clone
Method · 0.45
register
Method · 0.45
register
Method · 0.45
register
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected