aboutsummaryrefslogtreecommitdiff
path: root/tests/EmbeddedKitchenSinkApp/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-11-30 21:25:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-11-30 21:25:32 +0000
commit1eeaea4207e2a9d1537e60065250e82880db7cf1 (patch)
tree4e88363731adc8a512a9ae90f4fe04a59e83fdc4 /tests/EmbeddedKitchenSinkApp/res
parentcd6f5e792ea4ef31069df682bcb1f267f20a17cc (diff)
parentafe7f304a0425509086acbd964aea575832a53f6 (diff)
downloadCar-1eeaea4207e2a9d1537e60065250e82880db7cf1.tar.gz
Merge "Default setup for excessive I/O notification"
Diffstat (limited to 'tests/EmbeddedKitchenSinkApp/res')
-rw-r--r--tests/EmbeddedKitchenSinkApp/res/layout/storagewear.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/EmbeddedKitchenSinkApp/res/layout/storagewear.xml b/tests/EmbeddedKitchenSinkApp/res/layout/storagewear.xml
index b310c3db28..cf98695f00 100644
--- a/tests/EmbeddedKitchenSinkApp/res/layout/storagewear.xml
+++ b/tests/EmbeddedKitchenSinkApp/res/layout/storagewear.xml
@@ -45,6 +45,12 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Write 1K"/>
+ <Button
+ android:id="@+id/perform_fsync"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="Call fsync()"/>
</LinearLayout>
<TextView
android:id="@+id/free_disk_space"