HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_FAILED (Results 1 - 13 of 13) sorted by null

  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 54 RESULT_FAILED = 0, // Failed to communicate with the server; try later.
crash_report_sender.cc 81 return RESULT_FAILED;
  /frameworks/base/services/core/java/com/android/server/security/
VerityUtils.java 137 private static final int RESULT_FAILED = 3;
152 return new SetupResult(RESULT_FAILED, null, -1);
162 return mCode == RESULT_FAILED;
  /external/deqp/framework/common/
tcuThreadUtil.cpp 144 m_event->setResult(Event::RESULT_FAILED);
152 m_event->setResult(Event::RESULT_FAILED);
tcuThreadUtil.hpp 48 RESULT_FAILED
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 94 } else if (resultCode == RemoteIntent.RESULT_FAILED) {
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 94 } else if (resultCode == RemoteIntent.RESULT_FAILED) {
  /development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainWearActivity.java 92 } else if (resultCode == RemoteIntent.RESULT_FAILED) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 147 public static final int RESULT_FAILED = RESULT_FIRST_USER;
266 setResult(intentFiltersSetForManagedIntents? RESULT_OK : RESULT_FAILED, null);
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 106 } else if (resultCode == RemoteIntent.RESULT_FAILED) {
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 106 } else if (resultCode == RemoteIntent.RESULT_FAILED) {
  /development/samples/browseable/WearVerifyRemoteApp/Application/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainMobileActivity.java 106 } else if (resultCode == RemoteIntent.RESULT_FAILED) {
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 501 m_event->setResult(tcu::ThreadUtil::Event::RESULT_FAILED);
509 m_event->setResult(tcu::ThreadUtil::Event::RESULT_FAILED);
    [all...]

Completed in 591 milliseconds