Searched defs:FAILURE (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/drm/common/
H A DReadWriteUtils.cpp33 #define FAILURE (-1) macro
70 length = FAILURE;
86 if (FAILURE != ftruncate(fd, size)) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsResult.java30 FAILURE, enum constant in enum:WpsResult.Status
39 status = Status.FAILURE;
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBidirectionalAsyncChannel.java38 public enum ChannelState { DISCONNECTED, HALF_CONNECTED, CONNECTED, FAILURE }; enum constant in enum:BidirectionalAsyncChannel.ChannelState
61 mState = ChannelState.FAILURE;
/frameworks/support/work/workmanager/src/main/java/androidx/work/
H A DWorker.java57 FAILURE, enum constant in enum:Worker.Result
165 * {@link Result#FAILURE}.
180 * {@link Result#FAILURE}.
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java65 protected static final int FAILURE = 1; field in class:ConnectivityManagerTestBase
214 * FAILURE if tethering result returns error.
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java187 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})
190 int FAILURE = -1; field in interface:InputMethodManagerService.ShellCommandResult
4762 return ShellCommandResult.FAILURE;
4856 return ShellCommandResult.FAILURE;
4865 return ShellCommandResult.FAILURE;
4944 return ShellCommandResult.FAILURE;
5005 return ShellCommandResult.FAILURE;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java659 private static final int FAILURE = -1; field in class:WifiStateMachine
1729 boolean result = (resultMsg.arg1 != FAILURE);
1744 boolean result = (resultMsg.arg1 != FAILURE);
3309 replyToMessage(message, message.what, ok ? SUCCESS : FAILURE);
3344 replyToMessage(message, message.what, ok ? SUCCESS : FAILURE);
3499 ? SUCCESS : FAILURE;
3504 (String) message.obj) ? SUCCESS : FAILURE;
4004 replyToMessage(message, message.what, ok ? SUCCESS : FAILURE);
4368 replyToMessage(message, message.what, FAILURE);
4381 replyToMessage(message, message.what, FAILURE);
[all...]

Completed in 191 milliseconds