Home
last modified time | relevance | path

Searched refs:getResourceBoolean (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java199 chooseUpstreamAutomatically = forceAutomaticUpstream || getResourceBoolean( in TetheringConfiguration()
221 mEnableWifiP2pDedicatedIp = getResourceBoolean(res, in TetheringConfiguration()
477 private static boolean getResourceBoolean(Resources res, int resId, boolean defaultValue) { in getResourceBoolean() method in TetheringConfiguration
507 final boolean defaultValue = getResourceBoolean( in getEnableBpfOffload()
514 return getResourceBoolean( in getEnableLegacyDhcpServer()