Home
last modified time | relevance | path

Searched refs:manageInterfaceConflictForStateMachine (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInterfaceConflictManagerTest.java154 mDut.manageInterfaceConflictForStateMachine("Some Tag", Message.obtain(), in testUserApprovalDisabled()
177 mDut.manageInterfaceConflictForStateMachine("Some Tag", Message.obtain(), in testUserApprovalDisabledForSpecificPackage()
195 mDut.manageInterfaceConflictForStateMachine("Some Tag", Message.obtain(), in testBypassDialog()
220 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, in testUserApprovalNeededButCommandCanProceed()
233 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, in testUserApprovalNeededButCommandCanProceed()
259 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, in testUserApproved()
274 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, mStateMachine, in testUserApproved()
299 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, in testUserRejected()
314 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, mStateMachine, in testUserRejected()
339 mDut.manageInterfaceConflictForStateMachine("Some Tag", msg, mStateMachine, in testUserApprovedWithDeferredMessages()
[all …]
DSoftApManagerTest.java391 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in setUp()
529 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), in startSoftApWithUserRejection()
553 verify(mInterfaceConflictManager).manageInterfaceConflictForStateMachine(any(), in startSoftApWithUserApprovalSkippedForTethering()
2485 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), in startSoftApAndVerifyEnabled()
2506 verify(mInterfaceConflictManager).manageInterfaceConflictForStateMachine(any(), in startSoftApAndVerifyEnabled()
2509 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), in startSoftApAndVerifyEnabled()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInterfaceConflictManager.java285 public @IcmResult int manageInterfaceConflictForStateMachine(String tag, Message msg, in manageInterfaceConflictForStateMachine() method in InterfaceConflictManager
DSoftApManager.java1300 .manageInterfaceConflictForStateMachine( in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java1462 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in setUpWifiP2pServiceImpl()
2916 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in testStartListenAndSetChannelFailureWithDefaultStateHandling()
7343 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in runTestP2pWithUserApproval()
7358 inOrder.verify(mInterfaceConflictManager).manageInterfaceConflictForStateMachine(any(), in runTestP2pWithUserApproval()
7363 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in runTestP2pWithUserApproval()
7425 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in testInterfaceConflictManagerResetIfWifiTurnedOff()
7441 inOrder.verify(mInterfaceConflictManager).manageInterfaceConflictForStateMachine(any(), in testInterfaceConflictManagerResetIfWifiTurnedOff()
7449 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in testInterfaceConflictManagerResetIfWifiTurnedOff()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java188 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in setup()
DWifiAwareStateManagerTest.java256 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in setUp()
4622 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in runTestConnectUserApproval()
4637 inOrder.verify(mInterfaceConflictManager).manageInterfaceConflictForStateMachine(any(), in runTestConnectUserApproval()
4647 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in runTestConnectUserApproval()
4653 inOrder.verify(mInterfaceConflictManager).manageInterfaceConflictForStateMachine(any(), in runTestConnectUserApproval()
DWifiAwareDataPathStateManagerTest.java205 when(mInterfaceConflictManager.manageInterfaceConflictForStateMachine(any(), any(), any(), in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2954 mInterfaceConflictManager.manageInterfaceConflictForStateMachine( in processMessageImpl()
3030 mInterfaceConflictManager.manageInterfaceConflictForStateMachine( in processMessageImpl()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2915 mInterfaceConflictMgr.manageInterfaceConflictForStateMachine(TAG, in processCommand()