Searched refs:ICM_ABORT_COMMAND (Results 1 – 8 of 8) sorted by relevance
234 public static final int ICM_ABORT_COMMAND = 2; field in InterfaceConflictManager240 ICM_ABORT_COMMAND294 return ICM_ABORT_COMMAND; // caller should not proceed with operation in manageInterfaceConflictForStateMachine()309 return mUserJustApproved ? ICM_EXECUTE_COMMAND : ICM_ABORT_COMMAND; in manageInterfaceConflictForStateMachine()
1306 if (icmResult == InterfaceConflictManager.ICM_ABORT_COMMAND) { in processMessageImpl()
313 assertEquals(InterfaceConflictManager.ICM_ABORT_COMMAND, in testUserRejected()430 assertEquals(InterfaceConflictManager.ICM_ABORT_COMMAND, in testUserRejectedWithDeferredMessages()446 assertEquals(InterfaceConflictManager.ICM_ABORT_COMMAND, in testUserRejectedWithDeferredMessages()450 assertEquals(InterfaceConflictManager.ICM_ABORT_COMMAND, in testUserRejectedWithDeferredMessages()454 assertEquals(InterfaceConflictManager.ICM_ABORT_COMMAND, in testUserRejectedWithDeferredMessages()
531 .thenReturn(InterfaceConflictManager.ICM_ABORT_COMMAND); in startSoftApWithUserRejection()
2960 if (proceedWithOperation == InterfaceConflictManager.ICM_ABORT_COMMAND) { in processMessageImpl()3036 if (proceedWithOperation == InterfaceConflictManager.ICM_ABORT_COMMAND) { in processMessageImpl()
2918 .thenReturn(InterfaceConflictManager.ICM_ABORT_COMMAND); in testStartListenAndSetChannelFailureWithDefaultStateHandling()7366 : InterfaceConflictManager.ICM_ABORT_COMMAND); in runTestP2pWithUserApproval()
2922 if (proceedWithOperation == InterfaceConflictManager.ICM_ABORT_COMMAND) { in processCommand()
4650 : InterfaceConflictManager.ICM_ABORT_COMMAND); in runTestConnectUserApproval()