Searched refs:encodeBool (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
D | EntitlementManager.java | 177 downstreamType, encodeBool(showProvisioningUi))); in startProvisioningIfNeeded() 235 EVENT_UPSTREAM_CHANGED, encodeBool(isCellular), 0)); in notifyUpstream() 539 private static int encodeBool(boolean b) { in encodeBool() method in EntitlementManager 653 downstream, encodeBool(showEntitlementUi), receiver)); in getLatestTetheringEntitlementResult()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 1104 mContext.getContentResolver(), settingName, encodeBool(defaultValue))); in handleAlwaysOnNetworkRequest() 3347 encodeBool(accept), encodeBool(always), network)); in setAcceptUnvalidated() 3354 encodeBool(accept), encodeBool(always), network)); in setAcceptPartialConnectivity() 3395 NetworkAgent.CMD_SAVE_ACCEPT_UNVALIDATED, encodeBool(accept)); in handleSetAcceptUnvalidated() 3432 NetworkAgent.CMD_SAVE_ACCEPT_UNVALIDATED, encodeBool(accept)); in handleSetAcceptPartialConnectivity() 3974 int defaultVal = encodeBool(!mSystemProperties.get("ro.tether.denied").equals("true")); in isTetheringSupported() 4104 final int connectivityInfo = encodeBool(hasConnectivity); in reportNetworkConnectivity() 4768 Settings.Global.putInt(cr, Settings.Global.AIRPLANE_MODE_ON, encodeBool(enable)); in setAirplaneMode() 6666 encodeBool(newBlocked)); in maybeNotifyNetworkBlocked() 6693 final int arg = encodeBool(newBlocked); in maybeNotifyNetworkBlockedForNewUidRules() [all …]
|