MCPcopy Create free account
hub / github.com/ChainsDD/Superuser / getBoolean

Method getBoolean

src/android/os/SystemProperties.java:105–110  ·  view source on GitHub ↗

Get the value for the given key, returned as a boolean. Values 'n', 'no', '0', 'false' or 'off' are considered false. Values 'y', 'yes', '1', 'true' or 'on' are considered true. (case sensitive). If the key does not exist, or has any other value, then the default result is returned. @param key the k

(String key, boolean def)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

doInBackgroundMethod · 0.80
onCreateMethod · 0.80
onResumeMethod · 0.80
onResumeMethod · 0.80
onLoadFinishedMethod · 0.80
onReceiveMethod · 0.80
onCreateMethod · 0.80
setOptionsMethod · 0.80
toggleMethod · 0.80
onLoadFinishedMethod · 0.80
onReceiveMethod · 0.80
onCreateMethod · 0.80

Calls 1

native_get_booleanMethod · 0.95

Tested by

no test coverage detected