Home
last modified time | relevance | path

Searched refs:WIFI_SERVICE (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiService.java55 Log.i(TAG, "Registering " + Context.WIFI_SERVICE); in onStart()
56 publishBinderService(Context.WIFI_SERVICE, mImpl); in onStart()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestRunner.java60 ((WifiManager)getContext().getSystemService(Context.WIFI_SERVICE)) in onCreate()
DDownloadManagerBaseTest.java285 WifiManager manager = (WifiManager)mContext.getSystemService(Context.WIFI_SERVICE); in setWiFiStateOn()
/frameworks/base/wifi/java/android/net/wifi/
DWifiFrameworkInitializer.java73 Context.WIFI_SERVICE, in registerServiceWrappers()
DWifiNetworkScoreCache.java260 WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); in dump()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java526 when(context.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager);
1242 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testGetKey_supportSaeTransitionMode_shouldGetSaeKey()
1261 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testGetKey_notSupportSaeTransitionMode_shouldGetPskKey()
1375 when(spyContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testOsuAccessPointSummary_showsProvisioningUpdates()
1461 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testOsuAccessPoint_connectsAfterProvisioning()
1495 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testOsuAccessPoint_noMatchingConfigsAfterProvisioning_callsOnFailure()
1535 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1571 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testMatches2_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1603 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1630 when(mMockContext.getSystemService(Context.WIFI_SERVICE)).thenReturn(mMockWifiManager); in testGetSecurityString_oweTransitionMode_shouldReturnCorrectly()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
DWifiDebuggingSecondaryUserActivity.java47 mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); in onCreate()
DWifiDebuggingActivity.java74 mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); in onCreate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuNetworkConnection.java120 mWifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHotspotControllerImpl.java96 mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); in HotspotControllerImpl()
/frameworks/base/core/java/android/net/
DNetworkIdentity.java213 Context.WIFI_SERVICE); in buildNetworkIdentity()
/frameworks/base/packages/OsuLogin/src/com/android/hotspot2/osulogin/
DOsuLoginActivity.java74 mWifiManager = (WifiManager) getApplicationContext().getSystemService(Context.WIFI_SERVICE); in onCreate()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java100 mWifiManager = (WifiManager) getContext().getSystemService(Context.WIFI_SERVICE); in setUp()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java41 mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); in NetworkPolicyManagerShellCommand()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java208 mWm = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); in SipAudioCall()
843 mContext.getSystemService(Context.WIFI_SERVICE))
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java130 mWifiManager =(WifiManager)mContext.getSystemService(Context.WIFI_SERVICE); in setUp()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java390 (WifiManager) context.getSystemService(Context.WIFI_SERVICE); in onReceive()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuNetworkConnectionTest.java92 .getSystemService(eq(Context.WIFI_SERVICE)); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java214 case Context.WIFI_SERVICE: in getSystemService()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java1752 context.getSystemService(Context.WIFI_SERVICE); in getSecurity()
1757 context.getSystemService(Context.WIFI_SERVICE); in getSecurity()
1838 mWifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); in getWifiManager()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryExternalStatsWorker.java413 if (mWifiManager == null && ServiceManager.getService(Context.WIFI_SERVICE) != null) { in updateExternalStatsLocked()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java116 mWifiManager =(WifiManager)mContext.getSystemService(Context.WIFI_SERVICE); in initialize()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java173 mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); in CarrierTextController()
/frameworks/base/core/java/android/content/
DContext.java3414 WIFI_SERVICE,
4079 public static final String WIFI_SERVICE = "wifi"; field in Context
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java516 WifiManager manager = (WifiManager)mContext.getSystemService(Context.WIFI_SERVICE); in setWiFiStateOn()

12