Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DPolicy.java165 private final long mDL; field in Policy.MinBackhaul
170 mDL = MOManager.getLong(node, TAG_DLBandwidth, Long.MAX_VALUE); in MinBackhaul()
178 ", DL=" + mDL + in toString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DPolicy.java178 private final long mDL; field in Policy.MinBackhaul
183 mDL = PasspointManagementObjectManager.getLong(node, TAG_DLBandwidth, Long.MAX_VALUE); in MinBackhaul()
191 ", DL=" + mDL + in toString()