Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/razerdp/BasePopup
/ is360
Method
is360
app/src/main/java/razerdp/demo/utils/OSUtil.java:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public
static
boolean is360() {
52
return
check(ROM_QIKU) || check(
"360"
);
53
}
54
55
public
static
boolean isSmartisan() {
56
return
check(ROM_SMARTISAN);
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected