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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 18 * This file references fs_error.png, fs_good.png, fs_indeterminate.png,
267 statusIcon = R.drawable.fs_error;
287 row.put("icon", R.drawable.fs_error);
298 idMap.put(R.drawable.fs_error, 0);
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.cc 477 base::PlatformFileError fs_error = base::PLATFORM_FILE_OK; local
479 backend->CreateFileSystemOperation(url, this, &fs_error);
482 *error_code = fs_error;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 355 updateWidgets(value, BACKGROUND_RED, R.drawable.fs_error);
359 updateWidgets(value, BACKGROUND_RED, R.drawable.fs_error);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 140 status.setImageResource(passed ? R.drawable.fs_good : R.drawable.fs_error);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 124 status.setImageResource(passed ? R.drawable.fs_good : R.drawable.fs_error);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 166 status.setImageResource(passed ? R.drawable.fs_good : R.drawable.fs_error);
278 mIcon2 = R.drawable.fs_error;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 340 iconResource = R.drawable.fs_error;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 229 iconResource = R.drawable.fs_error;

Completed in 982 milliseconds