summaryrefslogtreecommitdiff
path: root/platform/android/libs/downloader_library/gen/com
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-08-01 22:10:38 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-08-01 22:10:38 -0300
commit678948068bbde7f12a9c5f28a467b6cf4d127851 (patch)
tree75572f3a5cc6089a6ca3046e9307d0a7c0b72c51 /platform/android/libs/downloader_library/gen/com
parent9ff6d55822647c87eef392147ea15641d0922d47 (diff)
Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
Diffstat (limited to 'platform/android/libs/downloader_library/gen/com')
-rw-r--r--platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/BuildConfig.java6
-rw-r--r--platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/R.java73
2 files changed, 79 insertions, 0 deletions
diff --git a/platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/BuildConfig.java b/platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/BuildConfig.java
new file mode 100644
index 0000000000..da9d06e63c
--- /dev/null
+++ b/platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/BuildConfig.java
@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package com.android.vending.expansion.downloader;
+
+public final class BuildConfig {
+ public final static boolean DEBUG = false;
+} \ No newline at end of file
diff --git a/platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/R.java b/platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/R.java
new file mode 100644
index 0000000000..330aed1856
--- /dev/null
+++ b/platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/R.java
@@ -0,0 +1,73 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+
+package com.android.vending.expansion.downloader;
+
+public final class R {
+ public static final class attr {
+ }
+ public static final class drawable {
+ public static int notify_panel_notification_icon_bg=0x7f020000;
+ }
+ public static final class id {
+ public static int appIcon=0x7f060001;
+ public static int description=0x7f060007;
+ public static int notificationLayout=0x7f060000;
+ public static int progress_bar=0x7f060006;
+ public static int progress_bar_frame=0x7f060005;
+ public static int progress_text=0x7f060002;
+ public static int time_remaining=0x7f060004;
+ public static int title=0x7f060003;
+ }
+ public static final class layout {
+ public static int status_bar_ongoing_event_progress_bar=0x7f030000;
+ }
+ public static final class string {
+ public static int kilobytes_per_second=0x7f040014;
+ /** When a download completes, a notification is displayed, and this
+ string is used to indicate that the download successfully completed.
+ Note that such a download could have been initiated by a variety of
+ applications, including (but not limited to) the browser, an email
+ application, a content marketplace.
+ */
+ public static int notification_download_complete=0x7f040000;
+ /** When a download completes, a notification is displayed, and this
+ string is used to indicate that the download failed.
+ Note that such a download could have been initiated by a variety of
+ applications, including (but not limited to) the browser, an email
+ application, a content marketplace.
+ */
+ public static int notification_download_failed=0x7f040001;
+ public static int state_completed=0x7f040007;
+ public static int state_connecting=0x7f040005;
+ public static int state_downloading=0x7f040006;
+ public static int state_failed=0x7f040013;
+ public static int state_failed_cancelled=0x7f040012;
+ public static int state_failed_fetching_url=0x7f040010;
+ public static int state_failed_sdcard_full=0x7f040011;
+ public static int state_failed_unlicensed=0x7f04000f;
+ public static int state_fetching_url=0x7f040004;
+ public static int state_idle=0x7f040003;
+ public static int state_paused_by_request=0x7f04000a;
+ public static int state_paused_network_setup_failure=0x7f040009;
+ public static int state_paused_network_unavailable=0x7f040008;
+ public static int state_paused_roaming=0x7f04000d;
+ public static int state_paused_sdcard_unavailable=0x7f04000e;
+ public static int state_paused_wifi_disabled=0x7f04000c;
+ public static int state_paused_wifi_unavailable=0x7f04000b;
+ public static int state_unknown=0x7f040002;
+ public static int time_remaining=0x7f040015;
+ public static int time_remaining_notification=0x7f040016;
+ }
+ public static final class style {
+ public static int ButtonBackground=0x7f050003;
+ public static int NotificationText=0x7f050000;
+ public static int NotificationTextSecondary=0x7f050004;
+ public static int NotificationTextShadow=0x7f050001;
+ public static int NotificationTitle=0x7f050002;
+ }
+}