HomeSort by relevance Sort by last modified time
    Searched refs:mockAccessPoint (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiDialogTest.java 24 @Mock private AccessPoint mockAccessPoint;
45 WifiDialog fullscreen = WifiDialog.createFullscreen(mContext, mListener, mockAccessPoint,
54 .createModal(mContext, mListener, mockAccessPoint, WifiConfigUiBase.MODE_CONNECT);
56 WifiDialog wifiDialog = new WifiDialog(mContext, mListener, mockAccessPoint,
SavedAccessPointsWifiSettingsTest.java 52 private AccessPoint mockAccessPoint;
102 ReflectionHelpers.setField(mSettings, "mSelectedAccessPoint", mockAccessPoint);
103 when(mockAccessPoint.getConfig()).thenReturn(mockWifiConfiguration);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
AccessPointPreferenceTest.java 42 private AccessPoint mockAccessPoint;
81 when(mockAccessPoint.getSpeed()).thenReturn(0);
82 when(mockAccessPoint.getLevel()).thenReturn(level);
84 AccessPointPreference pref = createWithAccessPoint(mockAccessPoint);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
WifiDetailPreferenceControllerTest.java 113 private AccessPoint mockAccessPoint;
238 when(mockAccessPoint.getConfig()).thenReturn(mockWifiConfig);
239 when(mockAccessPoint.getLevel()).thenReturn(LEVEL);
240 when(mockAccessPoint.getSecurityString(false)).thenReturn(SECURITY);
273 mockAccessPoint,
380 when(mockAccessPoint.getSsidStr()).thenReturn(label);
390 when(mockAccessPoint.getSettingsSummary()).thenReturn(summary);
596 when(mockAccessPoint.getSettingsSummary()).thenReturn(summary);
605 when(mockAccessPoint.getSettingsSummary()).thenReturn(summary);
615 when(mockAccessPoint.getSettingsSummary()).thenReturn(summary)
    [all...]

Completed in 148 milliseconds