OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_error
(Results
1 - 14
of
14
) 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,
284
statusIcon = R.drawable.
fs_error
;
304
row.put("icon", R.drawable.
fs_error
);
315
idMap.put(R.drawable.
fs_error
, 0);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
HeartRateMonitorTestActivity.java
95
updateWidgets(value, sensorEvent.accuracy, R.drawable.
fs_error
);
GyroscopeTestActivity.java
189
R.drawable.
fs_error
);
196
R.drawable.
fs_error
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ChargingConstraintTestActivity.java
181
view.setImageResource(mTestPassed ? R.drawable.fs_good : R.drawable.
fs_error
);
ConnectivityConstraintTestActivity.java
180
view.setImageResource(mTestPassed ? R.drawable.fs_good : R.drawable.
fs_error
);
IdleConstraintTestActivity.java
200
view.setImageResource(mTestPassed ? R.drawable.fs_good : R.drawable.
fs_error
);
/external/chromium_org/webkit/browser/fileapi/
file_system_context.cc
534
base::File::Error
fs_error
= base::File::FILE_OK;
local
536
backend->CreateFileSystemOperation(url, this, &
fs_error
);
539
*error_code =
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/notifications/
NotificationListenerVerifierActivity.java
174
status.setImageResource(passed ? R.drawable.fs_good : R.drawable.
fs_error
);
314
mIcon2 = R.drawable.
fs_error
;
NotificationAttentionManagementVerifierActivity.java
201
.setSmallIcon(R.drawable.
fs_error
)
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java
356
iconResource = R.drawable.
fs_error
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java
229
iconResource = R.drawable.
fs_error
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java
373
iconResource = R.drawable.
fs_error
;
Completed in 144 milliseconds