OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIFI_SERVICE
(Results
1 - 25
of
141
) sorted by null
1
2
3
4
5
6
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
WifiInfoTest.java
9
import static android.content.Context.
WIFI_SERVICE
;
20
WifiManager wifiManager = (WifiManager) application.getSystemService(
WIFI_SERVICE
);
24
wifiManager = (WifiManager) application.getSystemService(
WIFI_SERVICE
);
WifiManagerTest.java
17
import static android.content.Context.
WIFI_SERVICE
;
37
wifiManager = (WifiManager) application.getSystemService(
WIFI_SERVICE
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiService.java
37
Log.i(TAG, "Registering " + Context.
WIFI_SERVICE
);
38
publishBinderService(Context.
WIFI_SERVICE
, mImpl);
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiConfigurationTest.java
32
.getSystemService(Context.
WIFI_SERVICE
);
WifiManager_WifiLockTest.java
33
WifiManager wm = (WifiManager) getContext().getSystemService(Context.
WIFI_SERVICE
);
/frameworks/base/cmds/svc/src/com/android/commands/svc/
WifiCommand.java
53
= IWifiManager.Stub.asInterface(ServiceManager.getService(Context.
WIFI_SERVICE
));
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestRunner.java
60
((WifiManager)getContext().getSystemService(Context.
WIFI_SERVICE
))
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/scoring/util/
NetworkUtil.java
82
WifiManager wifiMgr = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
119
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
127
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
/cts/tests/tests/permission/src/android/permission/cts/
NoWakeLockPermissionTest.java
51
Context.
WIFI_SERVICE
);
NoWifiStatePermissionTest.java
37
mWifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java
42
mWifiManager = (WifiManager) getContext().getSystemService(Context.
WIFI_SERVICE
);
/packages/apps/Settings/src/com/android/settings/
HotspotOffReceiver.java
31
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigInfo.java
42
mWifiManager = (WifiManager) getSystemService(
WIFI_SERVICE
);
ConfigureWifiSettings.java
19
import static android.content.Context.
WIFI_SERVICE
;
78
final WifiManager wifiManager = (WifiManager) getSystemService(
WIFI_SERVICE
);
WifiAPITest.java
19
import static android.content.Context.
WIFI_SERVICE
;
67
mWifiManager = (WifiManager) getSystemService(
WIFI_SERVICE
);
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiEnablerTest.java
55
when(mContext.getSystemService(Context.
WIFI_SERVICE
)).thenReturn(mWifiManager);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfig.java
33
mWifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
WifiConfigHelper.java
175
WifiManager wifiMan = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
204
WifiManager wifiMan = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
224
WifiManager mWifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
240
WifiManager wifiMan = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
/packages/apps/Nfc/src/com/android/nfc/
ConfirmConnectToWifiNetworkActivity.java
61
WifiManager wifiManager = (WifiManager) getSystemService(Context.
WIFI_SERVICE
);
140
.getSystemService(Context.
WIFI_SERVICE
));
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
PlatformAdapter.java
183
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
231
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
459
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
492
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
532
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
538
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
549
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
559
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
565
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
570
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RemediationHandler.java
97
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
135
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
187
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
205
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
356
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
553
WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java
146
mWifiMgr = (WifiManager) mContext.getSystemService(Context.
WIFI_SERVICE
);
/packages/apps/Settings/src/com/android/settings/datausage/
DataUsageMeteredSettings.java
74
mWifiManager = (WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
205
(WifiManager) context.getSystemService(Context.
WIFI_SERVICE
);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java
47
import static android.content.Context.
WIFI_SERVICE
;
155
mWifiManager = (WifiManager) getSystemService(
WIFI_SERVICE
);
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WifiTest.java
61
mWifiManager = (WifiManager) getContext().getSystemService(Context.
WIFI_SERVICE
);
Completed in 1906 milliseconds
1
2
3
4
5
6