Searched defs:mError (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java36 public Throwable mError = null; field in class:ContentQueryMapTest.LooperThread
47 mError = e;
101 if (thread.mError != null) throw thread.mError;
/frameworks/base/opengl/java/android/opengl/
H A DGLException.java27 mError = error;
32 mError = error;
44 return mError;
47 private final int mError; field in class:GLException
/frameworks/native/services/surfaceflinger/
H A DDispSync.h121 // mError is the computed model error. It is based on the difference
124 nsecs_t mError; member in class:android::DispSync
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java27 private Error mError; field in class:CommandException
49 mError = e;
93 return mError;
/frameworks/base/core/java/android/speech/tts/
H A DEventLogger.java43 private volatile boolean mError = false; field in class:EventLogger
109 mError = true;
126 if (mError || mPlaybackStartTime == -1 || mEngineCompleteTime == -1) {
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h36 char *mError; member in class:bcc::DyldSymbolResolver
45 { return (mError != NULL); }
47 { return mError; }
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h69 llvm::error_code mError; member in class:bcc::FileBase
136 { return (mError.value() != llvm::errc::success); }
139 { return mError; }
144 { return mError.message(); }
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java57 private int mError = NO_ERROR; field in class:KeyStore
96 default: throw new AssertionError(mError);
190 mError = mBinder.unlock(password);
191 return mError == NO_ERROR;
335 return mError;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java57 private final int mError; field in class:BlockingCameraManager.BlockingOpenException
60 return mError == ERROR_DISCONNECTED;
64 return mError != ERROR_DISCONNECTED;
74 return mError;
88 mError = errorCode;
183 private int mError = ERROR_UNINITIALIZED; field in class:BlockingCameraManager.OpenListener
202 assertEquals(ERROR_UNINITIALIZED, mError);
264 mError = error;
336 } else if (mError != ERROR_UNINITIALIZED) {
338 mError,
[all...]
/frameworks/native/include/binder/
H A DParcel.h233 status_t mError; member in class:android::Parcel
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageLoader.java372 private VolleyError mError; field in class:ImageLoader.BatchedImageRequest
391 mError = error;
398 return mError;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java57 private int mError = 0; field in class:MediaAudioEffectTest
361 mError = 0;
376 assertTrue(msg + ": no error on attachAuxEffect", mError != 0);
1366 mError = what;
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java81 boolean mError = false; field in class:TestRunner.JunitTestSuite
112 if (!mError) {
119 * mError while running the test.
124 mError = true;
129 mError = true;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h241 int mError; member in class:android::MediaPlayerService::AudioCache
/frameworks/rs/
H A DrsContext.h266 mutable RsError mError; member in class:android::renderscript::Context
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java2685 private CharSequence mError; field in class:PrintJobConfigActivity.CustomEditText
2704 return mError;
2710 mError = error;
/frameworks/base/include/androidfw/
H A DResourceTypes.h474 status_t mError; member in class:android::ResStringPool
740 status_t mError; member in class:android::ResXMLTree
1588 status_t mError; member in class:android::ResTable
/frameworks/base/core/java/android/widget/
H A DEditor.java159 CharSequence mError; field in class:Editor
245 if (mError != null) {
300 chooseSize(mErrorPopup, mError, tv);
301 tv.setText(mError);
308 mError = TextUtils.stringOrSpannedString(error);
311 if (mError == null) {
585 chooseSize(mErrorPopup, mError, tv);
931 if (mError != null) {
937 if (mError != null) {

Completed in 500 milliseconds