Searched refs:getConnectedDescription (Results 1 – 4 of 4) sorted by relevance
794 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 …]
29 import static com.android.wifitrackerlib.Utils.getConnectedDescription;195 connectedStateDescription = getConnectedDescription(mContext, in getSummary()
39 import static com.android.wifitrackerlib.Utils.getConnectedDescription;207 connectedStateDescription = getConnectedDescription(mContext, in getSummary()
252 static String getConnectedDescription(@NonNull Context context, in getConnectedDescription() method in Utils