Searched defs:ERROR (Results 1 - 25 of 46) sorted by last modified time

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccController.java71 private static final int ERROR = field in class:EuiccController
281 resultCode = ERROR;
293 sendResult(mCallbackIntent, ERROR, null /* extrasIntent */);
380 sendResult(mCallbackIntent, ERROR, null /* extrasIntent */);
390 sendResult(mCallbackIntent, ERROR, null /* extrasIntent */);
420 sendResult(mCallbackIntent, ERROR, null /* extrasIntent */);
488 resultCode = ERROR;
500 sendResult(callbackIntent, ERROR, null /* extrasIntent */);
595 resultCode = ERROR;
607 sendResult(mCallbackIntent, ERROR, nul
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/multidex/library/test/src/android/util/
H A DLog.java51 public static final int ERROR = 6; field in class:Log
156 * Send an {@link #ERROR} log message.
162 return println(LOG_ID_MAIN, ERROR, tag, msg);
166 * Send a {@link #ERROR} log message and log the exception.
173 return println(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/ml/nn/runtime/
H A DExecutionPlan.h219 enum class Kind { ERROR, EMPTY, SIMPLE, COMPOUND }; member in class:android::nn::ExecutionPlan::Kind
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java109 public static final int ERROR = 13; field in class:LoggingEvents.VoiceIme
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java2289 public static final int ERROR = 0; field in class:WifiManager
2402 * {@link #ERROR}, {@link #IN_PROGRESS} or {@link #BUSY}
2886 ((TxPacketCountListener) listener).onFailure(ERROR);
3068 listener.onFailed(ERROR);
3082 listener.onFailed(ERROR);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java63 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED}
497 public static final int ERROR = 0; field in class:WifiP2pManager
536 * {@link #ERROR} or {@link #BUSY}
/frameworks/base/tools/aapt/
H A DSourcePos.cpp16 ERROR enumerator in enum:ErrorPos::Level
76 case ERROR:
120 g_errors.push_back(ErrorPos(this->file, this->line, msg, ErrorPos::ERROR));
/frameworks/base/tools/aapt2/util/
H A DUtil.h36 // which will pull in the ERROR definition. This conflicts
38 // ERROR, but it gets included too early (before winsock2.h).
39 #ifdef ERROR
40 #undef ERROR macro
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java56 public static boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
141 if (ERROR) {
147 if (ERROR) {
349 ERROR = isLoggable(android.util.Log.ERROR);
H A DDisconnectCause.java38 public static final int ERROR = TelecomProtoEnums.ERROR; // = 1 field in class:DisconnectCause
264 case ERROR:
265 code = "ERROR";
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java1855 public static final String ERROR = "error"; field in interface:Telephony.ThreadsColumns
/frameworks/base/telephony/java/com/android/ims/
H A DImsConfig.java529 public static final int ERROR = -1; field in class:ImsConfig.FeatureValueConstants
/frameworks/base/services/core/jni/BroadcastRadio/
H A Dtypes.h33 ERROR = -0x80000000ll, // Integer.MIN_VALUE member in class:android::server::BroadcastRadio::Status
/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java41 ERROR, enum constant in enum:SharedLog.Category
86 Log.e(mTag, record(Category.ERROR, e.toString()));
90 Log.e(mTag, record(Category.ERROR, msg));
/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportUtils.java41 log(Priority.ERROR, TAG, "Transport not available");
77 int ERROR = Log.ERROR; field in interface:TransportUtils.Priority
/frameworks/base/media/java/android/media/
H A DAudioManager.java1878 * @return a new unclaimed and unused audio session identifier, or {@link #ERROR} when the
1888 return ERROR;
3138 * @return {@link #ERROR} if there was an error communicating with the registration service
3154 return ERROR;
4216 public static final int ERROR = AudioSystem.ERROR; field in class:AudioManager
4320 * - {@link #ERROR} if patch cannot be connected for any other reason.
4339 * - {@link #ERROR} if patch cannot be released for any other reason.
4460 // If the patch generation doesn't equal port generation, return ERROR here in case
4463 return ERROR;
[all...]
H A DAudioRecord.java94 public static final int ERROR = AudioSystem.ERROR; field in class:AudioRecord
928 * or {@link #ERROR} if the implementation was unable to query the hardware for its
957 return ERROR;
1069 * <li>{@link #ERROR} in case of other error</li>
1100 * <li>{@link #ERROR} in case of other error</li>
1142 * <li>{@link #ERROR} in case of other error</li>
1172 * <li>{@link #ERROR} in case of other error</li>
1219 * <li>{@link #ERROR} in case of other error</li>
1270 * <li>{@link #ERROR} i
[all...]
H A DAudioSystem.java356 public static final int ERROR = -1; field in class:AudioSystem
H A DAudioTrack.java152 public static final int ERROR = AudioSystem.ERROR; field in class:AudioTrack
1573 * or {@link #ERROR} if unable to query for output properties,
1612 return ERROR;
2016 * {@link #ERROR} is returned in case of any other error.
2018 * @return error code or success, see {@link #SUCCESS}, {@link #ERROR},
2210 * <li>{@link #ERROR} in case of other error</li>
2258 * <li>{@link #ERROR} in case of other error</li>
2321 * <li>{@link #ERROR} in case of other error</li>
2367 * <li>{@link #ERROR} i
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java181 public static final int ERROR = -1; field in class:AudioEffect
736 status = ERROR;
768 status = ERROR;
802 status = ERROR;
837 status = ERROR;
H A DVisualizer.java127 public static final int ERROR = -1; field in class:Visualizer
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateErrors.java32 ERROR, enum constant in enum:MediaPlayerStateErrors.MediaPlayerState

Completed in 509 milliseconds

12