Searched refs:toBool (Results 1 – 2 of 2) sorted by relevance
1209 final boolean enable = toBool(Settings.Global.getInt( in handleAlwaysOnNetworkRequest()2775 nai.networkAgentConfig.explicitlySelected = toBool(msg.arg1); in maybeHandleNetworkAgentMessage()2776 nai.networkAgentConfig.acceptUnvalidated = toBool(msg.arg1) && toBool(msg.arg2); in maybeHandleNetworkAgentMessage()2784 nai.networkAgentConfig.acceptPartialConnectivity = toBool(msg.arg2); in maybeHandleNetworkAgentMessage()2845 final boolean visible = toBool(msg.arg1); in maybeHandleNetworkMonitorMessage()4150 handleSetAcceptUnvalidated(network, toBool(msg.arg1), toBool(msg.arg2)); in handleMessage()4155 handleSetAcceptPartialConnectivity(network, toBool(msg.arg1), in handleMessage()4156 toBool(msg.arg2)); in handleMessage()4189 handleReportNetworkConnectivity((Network) msg.obj, msg.arg1, toBool(msg.arg2)); in handleMessage()4203 handleRestrictBackgroundChanged(toBool(msg.arg1)); in handleMessage()[all …]
2121 HSPLcom/android/server/ConnectivityService;->toBool(I)Z