OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWifiConnected
(Results
1 - 6
of
6
) sorted by null
/cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
WifiHelper.java
30
public static boolean
isWifiConnected
(Context context) {
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
ConnectivityWifiTests.java
76
assertTrue("Wifi should be connected",
isWifiConnected
());
85
assertFalse("Wifi shouldn't be connected",
isWifiConnected
());
90
assertTrue("Wifi should be connected",
isWifiConnected
());
176
private boolean
isWifiConnected
() throws InterruptedException {
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
ConnectivityManagerLegacyTest.java
151
boolean isWifiEnabled =
isWifiConnected
();
181
if (!isWifiEnabled &&
isWifiConnected
()) {
248
private boolean
isWifiConnected
() {
254
if (enabled !=
isWifiConnected
()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectivityListener.java
91
boolean
isWifiConnected
() {
154
if (mConnectivityStatus.
isWifiConnected
()) {
168
if (mConnectivityStatus.
isWifiConnected
()) {
/packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java
114
private boolean
isWifiConnected
() {
124
if (
isWifiConnected
()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
[
all
...]
Completed in 166 milliseconds