HomeSort by relevance Sort by last modified time
    Searched full:failurereason (Results 1 - 16 of 16) sorted by null

  /packages/apps/Camera2/src/com/android/camera/
FatalErrorHandlerImpl.java 57 eventprotos.CameraFailure.FailureReason.OPEN_FAILURE, null,
73 eventprotos.CameraFailure.FailureReason.RECONNECT_FAILURE, null,
89 eventprotos.CameraFailure.FailureReason.UNKNOWN_REASON, null,
106 eventprotos.CameraFailure.FailureReason.SECURITY, null,
CameraActivity.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 418 DataAllowFailReason failureReason = new DataAllowFailReason();
419 boolean allowed = isDataAllowed(failureReason);
420 assertFalse(failureReason.getDataAllowFailReason(), allowed);
456 failureReason.clearAllReasons();
457 allowed = isDataAllowed(failureReason);
458 assertTrue(failureReason.getDataAllowFailReason(), allowed);
481 DataAllowFailReason failureReason = new DataAllowFailReason();
482 boolean allowed = isDataAllowed(failureReason);
483 assertFalse(failureReason.getDataAllowFailReason(), allowed);
520 failureReason.clearAllReasons()
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FatalErrorDialogFailureHandler.java 42 mUsageStats.cameraFailure(eventprotos.CameraFailure.FailureReason.UNKNOWN_REASON,
RecoverySuccessCallback.java 37 mUsageStats.cameraFailure(eventprotos.CameraFailure.FailureReason.UNKNOWN_REASON,
FastCameraReset.java 58 mUsageStats.cameraFailure(eventprotos.CameraFailure.FailureReason.UNKNOWN_REASON,
  /packages/apps/Camera2/src_pd/com/google/common/logging/
eventprotos.java 53 public class FailureReason {
  /frameworks/base/core/java/android/hardware/camera2/
CaptureFailure.java 57 public @interface FailureReason {};
127 @FailureReason
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 65 * @param failureReason reason when in failed state
67 void onStateChanged(int state, int failureReason);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 170 StringBuilder failureReason = new StringBuilder();
171 failureReason.append("isDataAllowed: No");
173 failureReason.append(reason.mFailReasonStr);
175 return failureReason.toString();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 653 Loop &L, const char *&FailureReason) {
658 FailureReason = "no loop latch";
665 FailureReason = "no preheader";
671 FailureReason = "latch terminator not conditional branch";
681 FailureReason = "short running loop, not profitable";
687 FailureReason = "latch terminator branch not conditional on integral icmp";
693 FailureReason = "could not compute latch count";
712 FailureReason = "no add recurrences in the icmp";
771 FailureReason = "LHS in icmp not induction variable";
783 FailureReason = "expected icmp slt semantically, found something else"
    [all...]
  /art/runtime/
dex_file_verifier.h 32 const std::string& FailureReason() const {
dex_file_verifier.cc 135 *error_msg = verifier->FailureReason();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 704 ULONG FailureReason;
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 312 milliseconds