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

/frameworks/base/core/java/android/print/
H A DPrintJob.java76 * @see #isFailed()
92 * @see #isFailed()
95 if (isFailed()) {
160 public boolean isFailed() { method in class:PrintJob
/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.h121 bool isFailed() const;
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java163 public boolean isFailed() { method in class:PrintJob
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp257 bool FileHandle::isFailed() const function in class:FileHandle
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java384 boolean isFailed = true; // All enabled Apns should be FAILED.
398 isFailed = false;
402 isFailed = false;
419 } else if (!isFailed) {

Completed in 401 milliseconds