Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asLody/SandVXposed
/ get
Method
get
lib/src/main/java/mirror/RefInt.java:13–19 ·
view source on GitHub ↗
(Object object)
Source
from the content-addressed store, hash-verified
11
}
12
13
public
int
get(Object object) {
14
try {
15
return
this.field.getInt(object);
16
} catch (Exception e) {
17
return
0;
18
}
19
}
20
21
public
void
set(Object obj,
int
intValue) {
22
try {
Callers
4
getPeriodicSyncTime
Method · 0.45
RefMethod
Method · 0.45
load
Method · 0.45
RefStaticMethod
Method · 0.45
Calls
1
getInt
Method · 0.80
Tested by
no test coverage detected