Searched refs:setConfigMethods (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java456 when(mWifiNative.setConfigMethods(anyString())).thenReturn(true);
546 when(mWifiNative.setConfigMethods(anyString())).thenReturn(true);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1088 public boolean setConfigMethods(String cfg) { method in class:WifiNative
H A DWifiStateMachine.java4413 if (!mWifiNative.setConfigMethods("physical_display virtual_push_button")) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2832 mWifiNative.setConfigMethods("virtual_push_button physical_display keypad");

Completed in 155 milliseconds