Searched refs:isFailed (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DExceptionTextView.java28 * A special EditText that sets {@link #isFailed()} to true as its internal makeNewLayout() method is called
48 public boolean isFailed() { method in class:ExceptionTextView
H A DBaselineAlignmentZeroWidthAndWeightTest.java60 assertFalse("exception test view should not fail", etv.isFailed());
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h119 bool isFailed() const;
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp325 bool FileHandle::isFailed() const function in class:FileHandle
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java427 boolean isFailed = true; // All enabled Apns should be FAILED.
441 isFailed = false;
445 isFailed = false;
459 } else if (!isFailed) {

Completed in 332 milliseconds