summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2017-01-09 08:35:22 -0800
committerJustin Klaassen <justinklaassen@google.com>2017-01-09 08:35:22 -0800
commitcc1bc2df01f9a717940344288da5cd3087f18fed (patch)
treefe26a615f9dcb7dc093ef27dcc38751ded2f9a3b
parentd1c6404d6a5916bdb5a4a330a5539416b1fa7828 (diff)
downloadplatform-tools-cc1bc2df01f9a717940344288da5cd3087f18fed.tar.gz
Import Android SDK Platform-Tools 26
/google/data/ro/projects/android/fetch_artifact \ --bid 3622093 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platform-tools-3622093.zip Pkg.Revision has been modified to appear as 26.0.0 Change-Id: I1ae3836c713666d015662cf5fda38fbc777ef59c
-rw-r--r--NOTICE.txt7
-rwxr-xr-xadbbin2260470 -> 2260470 bytes
-rw-r--r--api/api-versions.xml55
-rwxr-xr-xfastbootbin1544395 -> 1544395 bytes
-rwxr-xr-xsqlite3bin1218346 -> 1218346 bytes
5 files changed, 51 insertions, 11 deletions
diff --git a/NOTICE.txt b/NOTICE.txt
index b0ba365..3f4f99a 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -3408,9 +3408,7 @@ Public License instead of this License.
============================================================
Notices for file(s):
-/lib/libunwind.a
/lib/libunwind.so
-/lib64/libunwind.a
/lib64/libunwind.so
------------------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining
@@ -3435,9 +3433,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
============================================================
Notices for file(s):
/lib/libevent-host.so
-/lib/libevent.a
/lib64/libevent-host.so
-/lib64/libevent.a
------------------------------------------------------------
Libevent is available for use under the following license, commonly known
as the 3-clause (or "modified") BSD license:
@@ -4766,9 +4762,6 @@ support library is itself covered by the above license.
============================================================
Notices for file(s):
/bin/memory_replay
-/bin/simpleperf
-/lib/libsimpleperf.a
-/lib64/libsimpleperf.a
/nativetest/memory_replay_tests/memory_replay_tests32
/nativetest64/memory_replay_tests/memory_replay_tests64
------------------------------------------------------------
diff --git a/adb b/adb
index 65fc590..0cd908b 100755
--- a/adb
+++ b/adb
Binary files differ
diff --git a/api/api-versions.xml b/api/api-versions.xml
index ae1666d..7767448 100644
--- a/api/api-versions.xml
+++ b/api/api-versions.xml
@@ -6641,6 +6641,37 @@
<method name="&lt;init>()V" />
<method name="onThresholdReached(ILjava/lang/String;)V" />
</class>
+ <class name="android/app/usage/StorageStats" since="26">
+ <extends name="java/lang/Object" />
+ <implements name="android/os/Parcelable" />
+ <method name="&lt;init>()V" />
+ <method name="getCacheBytes()J" />
+ <method name="getCacheQuotaBytes()J" />
+ <method name="getCodeBytes()J" />
+ <method name="getDataBytes()J" />
+ <method name="getUid()I" />
+ <method name="getVolumeUuid()Ljava/lang/String;" />
+ <field name="CREATOR" />
+ </class>
+ <class name="android/app/usage/StorageStatsManager" since="26">
+ <extends name="java/lang/Object" />
+ <method name="&lt;init>()V" />
+ <method name="queryStatsForUid(Ljava/lang/String;I)Landroid/app/usage/StorageStats;" />
+ <method name="querySummary(Ljava/lang/String;)Landroid/app/usage/StorageSummary;" />
+ </class>
+ <class name="android/app/usage/StorageSummary" since="26">
+ <extends name="java/lang/Object" />
+ <implements name="android/os/Parcelable" />
+ <method name="&lt;init>()V" />
+ <method name="getFreeBytes()J" />
+ <method name="getSharedAudioBytes()J" />
+ <method name="getSharedImagesBytes()J" />
+ <method name="getSharedTotalBytes()J" />
+ <method name="getSharedVideoBytes()J" />
+ <method name="getTotalBytes()J" />
+ <method name="getVolumeUuid()Ljava/lang/String;" />
+ <field name="CREATOR" />
+ </class>
<class name="android/app/usage/UsageEvents" since="21">
<extends name="java/lang/Object" />
<implements name="android/os/Parcelable" />
@@ -6739,6 +6770,7 @@
<method name="notifyAppWidgetViewDataChanged([II)V" since="11" />
<method name="partiallyUpdateAppWidget(ILandroid/widget/RemoteViews;)V" since="11" />
<method name="partiallyUpdateAppWidget([ILandroid/widget/RemoteViews;)V" since="11" />
+ <method name="requestPinAppWidget(Landroid/content/ComponentName;Landroid/app/PendingIntent;)Z" since="26" />
<method name="updateAppWidget(ILandroid/widget/RemoteViews;)V" />
<method name="updateAppWidget(Landroid/content/ComponentName;Landroid/widget/RemoteViews;)V" />
<method name="updateAppWidget([ILandroid/widget/RemoteViews;)V" />
@@ -8358,6 +8390,7 @@
<field name="SENSOR_SERVICE" />
<field name="SHORTCUT_SERVICE" since="25" />
<field name="STORAGE_SERVICE" since="9" />
+ <field name="STORAGE_STATS_SERVICE" since="26" />
<field name="SYSTEM_HEALTH_SERVICE" since="24" />
<field name="TELECOM_SERVICE" since="21" />
<field name="TELEPHONY_SERVICE" />
@@ -9608,10 +9641,12 @@
<method name="&lt;init>()V" />
<method name="accept()Z" />
<method name="accept(Landroid/os/Bundle;)Z" />
+ <method name="getAppWidgetProviderInfo()Landroid/appwidget/AppWidgetProviderInfo;" />
<method name="getRequestType()I" />
<method name="getShortcutInfo()Landroid/content/pm/ShortcutInfo;" />
<method name="isValid()Z" />
<field name="CREATOR" />
+ <field name="REQUEST_TYPE_APPWIDGET" />
<field name="REQUEST_TYPE_SHORTCUT" />
</class>
<class name="android/content/pm/LauncherApps$PinItemRequest$RequestType" since="26">
@@ -41957,7 +41992,7 @@
<method name="findNearestTouchable(Landroid/view/ViewGroup;III[I)Landroid/view/View;" />
<method name="findNextFocus(Landroid/view/ViewGroup;Landroid/view/View;I)Landroid/view/View;" />
<method name="findNextFocusFromRect(Landroid/view/ViewGroup;Landroid/graphics/Rect;I)Landroid/view/View;" />
- <method name="findNextKeyboardNavigationCluster(Landroid/view/ViewGroup;Landroid/view/View;I)Landroid/view/View;" since="26" />
+ <method name="findNextKeyboardNavigationCluster(ILandroid/view/View;Landroid/view/View;I)Landroid/view/View;" since="26" />
<method name="getInstance()Landroid/view/FocusFinder;" />
</class>
<class name="android/view/FrameMetrics" since="24">
@@ -42727,6 +42762,7 @@
<method name="getActionProvider()Landroid/view/ActionProvider;" since="14" />
<method name="getActionView()Landroid/view/View;" since="11" />
<method name="getAlphabeticShortcut()C" />
+ <method name="getContentDescription()Ljava/lang/CharSequence;" since="26" />
<method name="getGroupId()I" />
<method name="getIcon()Landroid/graphics/drawable/Drawable;" />
<method name="getIntent()Landroid/content/Intent;" />
@@ -42737,6 +42773,7 @@
<method name="getSubMenu()Landroid/view/SubMenu;" />
<method name="getTitle()Ljava/lang/CharSequence;" />
<method name="getTitleCondensed()Ljava/lang/CharSequence;" />
+ <method name="getTooltip()Ljava/lang/CharSequence;" since="26" />
<method name="hasSubMenu()Z" />
<method name="isActionViewExpanded()Z" since="14" />
<method name="isCheckable()Z" />
@@ -42749,6 +42786,7 @@
<method name="setAlphabeticShortcut(C)Landroid/view/MenuItem;" />
<method name="setCheckable(Z)Landroid/view/MenuItem;" />
<method name="setChecked(Z)Landroid/view/MenuItem;" />
+ <method name="setContentDescription(Ljava/lang/CharSequence;)Landroid/view/MenuItem;" since="26" />
<method name="setEnabled(Z)Landroid/view/MenuItem;" />
<method name="setIcon(I)Landroid/view/MenuItem;" />
<method name="setIcon(Landroid/graphics/drawable/Drawable;)Landroid/view/MenuItem;" />
@@ -42762,6 +42800,7 @@
<method name="setTitle(I)Landroid/view/MenuItem;" />
<method name="setTitle(Ljava/lang/CharSequence;)Landroid/view/MenuItem;" />
<method name="setTitleCondensed(Ljava/lang/CharSequence;)Landroid/view/MenuItem;" />
+ <method name="setTooltip(Ljava/lang/CharSequence;)Landroid/view/MenuItem;" since="26" />
<method name="setVisible(Z)Landroid/view/MenuItem;" />
<field name="SHOW_AS_ACTION_ALWAYS" since="11" />
<field name="SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW" since="14" />
@@ -43279,7 +43318,7 @@
<method name="addChildrenForAccessibility(Ljava/util/ArrayList;)V" since="16" />
<method name="addFocusables(Ljava/util/ArrayList;I)V" />
<method name="addFocusables(Ljava/util/ArrayList;II)V" since="4" />
- <method name="addKeyboardNavigationClusters(Ljava/util/Collection;I)V" since="26" />
+ <method name="addKeyboardNavigationClusters(ILjava/util/Collection;I)V" since="26" />
<method name="addOnAttachStateChangeListener(Landroid/view/View$OnAttachStateChangeListener;)V" since="12" />
<method name="addOnLayoutChangeListener(Landroid/view/View$OnLayoutChangeListener;)V" since="11" />
<method name="addTouchables(Ljava/util/ArrayList;)V" />
@@ -43569,7 +43608,7 @@
<method name="isVerticalFadingEdgeEnabled()Z" />
<method name="isVerticalScrollBarEnabled()Z" />
<method name="jumpDrawablesToCurrentState()V" since="11" />
- <method name="keyboardNavigationClusterSearch(I)Landroid/view/View;" since="26" />
+ <method name="keyboardNavigationClusterSearch(ILandroid/view/View;I)Landroid/view/View;" since="26" />
<method name="layout(IIII)V" />
<method name="measure(II)V" />
<method name="mergeDrawableStates([I[I)[I" />
@@ -43843,6 +43882,8 @@
<field name="FOCUS_BACKWARD" />
<field name="FOCUS_DOWN" />
<field name="FOCUS_FORWARD" />
+ <field name="FOCUS_GROUP_CLUSTER" since="26" />
+ <field name="FOCUS_GROUP_SECTION" since="26" />
<field name="FOCUS_LEFT" />
<field name="FOCUS_RIGHT" />
<field name="FOCUS_UP" />
@@ -44369,7 +44410,7 @@
<method name="isLayoutRequested()Z" />
<method name="isTextAlignmentResolved()Z" since="19" />
<method name="isTextDirectionResolved()Z" since="19" />
- <method name="keyboardNavigationClusterSearch(Landroid/view/View;I)Landroid/view/View;" since="26" />
+ <method name="keyboardNavigationClusterSearch(ILandroid/view/View;I)Landroid/view/View;" since="26" />
<method name="notifySubtreeAccessibilityStateChanged(Landroid/view/View;Landroid/view/View;I)V" since="19" />
<method name="onNestedFling(Landroid/view/View;FFZ)Z" since="21" />
<method name="onNestedPreFling(Landroid/view/View;FF)Z" since="21" />
@@ -46387,6 +46428,11 @@
<method name="getEmbeddedView(ILandroid/content/Context;)Landroid/view/View;" />
<method name="getFullScreenView(ILandroid/content/Context;)Landroid/view/View;" />
</class>
+ <class name="android/webkit/RenderProcessGoneDetail" since="26">
+ <extends name="java/lang/Object" />
+ <method name="&lt;init>()V" />
+ <method name="didCrash()Z" />
+ </class>
<class name="android/webkit/ServiceWorkerClient" since="24">
<extends name="java/lang/Object" />
<method name="&lt;init>()V" />
@@ -46959,6 +47005,7 @@
<method name="onReceivedHttpError(Landroid/webkit/WebView;Landroid/webkit/WebResourceRequest;Landroid/webkit/WebResourceResponse;)V" since="23" />
<method name="onReceivedLoginRequest(Landroid/webkit/WebView;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V" since="12" />
<method name="onReceivedSslError(Landroid/webkit/WebView;Landroid/webkit/SslErrorHandler;Landroid/net/http/SslError;)V" since="8" />
+ <method name="onRenderProcessGone(Landroid/webkit/WebView;Landroid/webkit/RenderProcessGoneDetail;)Z" since="26" />
<method name="onScaleChanged(Landroid/webkit/WebView;FF)V" />
<method name="onTooManyRedirects(Landroid/webkit/WebView;Landroid/os/Message;Landroid/os/Message;)V" deprecated="16" />
<method name="onUnhandledInputEvent(Landroid/webkit/WebView;Landroid/view/InputEvent;)V" since="21" />
diff --git a/fastboot b/fastboot
index d31c2cc..e77831c 100755
--- a/fastboot
+++ b/fastboot
Binary files differ
diff --git a/sqlite3 b/sqlite3
index 4161082..db7992c 100755
--- a/sqlite3
+++ b/sqlite3
Binary files differ