Searched refs:isFailed (Results 1 - 8 of 8) 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.h118 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/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java120 } else if (mCurrentCommand.isFailed()) {
624 public final boolean isFailed() { method in class:RemotePrintDocument.AsyncCommand
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java565 boolean isFailed = true; // All enabled Apns should be FAILED.
579 isFailed = false;
583 isFailed = false;
600 } else if (!isFailed) {

Completed in 393 milliseconds