MCPcopy Create free account
hub / github.com/FongMi/TV / getBoolean

Method getBoolean

catvod/src/main/java/com/github/catvod/utils/Prefers.java:63–65  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

61 }
62
63 public static boolean getBoolean(String key) {
64 return getBoolean(key, false);
65 }
66
67 public static boolean getBoolean(String key, boolean defaultValue) {
68 try {

Callers 15

homeContentMethod · 0.95
isMpvGpuNextMethod · 0.95
isMpvVulkanMethod · 0.95
isTunnelMethod · 0.95
isCaptionMethod · 0.95
isAudioPassThroughMethod · 0.95
isAudioPreferMethod · 0.95
isVideoPreferMethod · 0.95
isPreferAACMethod · 0.95
isDv7HevcFallbackMethod · 0.95
isIncognitoMethod · 0.95
getUpdateMethod · 0.95

Calls 1

getPrefersMethod · 0.95

Tested by

no test coverage detected