Searched refs:mWm (Results 1 – 5 of 5) sorted by relevance
65 private final WindowManager mWm; field in CarTaskViewInputInterceptor101 mWm = mContext.getSystemService(WindowManager.class); in CarTaskViewInputInterceptor()176 mWm.addView(mSpyWindow, p); in createAndAddSpyWindow()184 mWm.removeView(mSpyWindow); in removeSpyWindow()
85 private WifiManager mWm; field in BatteryStatsManagerTest94 mWm = mContext.getSystemService(WifiManager.class); in setUp()194 if (!mWm.isEnhancedPowerReportingSupported()) { in verifyGetWifiBatteryStats()
86 private static WifiManager mWm; field in NetworkPolicyTestUtils414 if (mWm == null) {415 mWm = (WifiManager) getContext().getSystemService(Context.WIFI_SERVICE);417 return mWm;
66 private WifiManager mWm; field in CtsTetheringUtils74 mWm = mContext.getSystemService(WifiManager.class); in CtsTetheringUtils()542 runAsShell(NETWORK_SETTINGS, () -> mWm.registerSoftApCallback(c -> c.run(), callback)); in expectSoftApDisabled()547 runAsShell(NETWORK_SETTINGS, () -> mWm.unregisterSoftApCallback(callback)); in expectSoftApDisabled()
96 private WifiManager mWm; field in TetheringManagerTest110 mWm = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); in setUp()444 previousWifiEnabledState = mWm.isWifiEnabled(); in testTetheringUpstream()