Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DUtilsTest.java794 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
802 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
813 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
822 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
833 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
844 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
854 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
865 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
876 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
894 assertThat(Utils.getConnectedDescription( in testGetConnectedDescription()
[all …]
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DPasspointWifiEntry.java29 import static com.android.wifitrackerlib.Utils.getConnectedDescription;
195 connectedStateDescription = getConnectedDescription(mContext, in getSummary()
DStandardWifiEntry.java39 import static com.android.wifitrackerlib.Utils.getConnectedDescription;
207 connectedStateDescription = getConnectedDescription(mContext, in getSummary()
DUtils.java252 static String getConnectedDescription(@NonNull Context context, in getConnectedDescription() method in Utils