Merge "Annotate two non-SDK methods known to be used by apps" am: de441278e7

am: 32d2f8fe46

Change-Id: I0d1a0e85eebb555ca43c2d43e6c28ce96af94122
This commit is contained in:
David Brazdil
2018-12-20 05:59:08 -08:00
committed by android-build-merger
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import android.content.Context;
abstract class WebSyncManager implements Runnable {
protected static final java.lang.String LOGTAG = "websync";
protected android.webkit.WebViewDatabase mDataBase;
@UnsupportedAppUsage
protected android.os.Handler mHandler;
protected WebSyncManager(Context context, String name) {

View File

@@ -16,6 +16,7 @@
package com.android.internal.widget;
import android.annotation.UnsupportedAppUsage;
import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
@@ -53,6 +54,7 @@ public class NumericTextView extends TextView {
private OnValueChangedListener mListener;
@UnsupportedAppUsage
public NumericTextView(Context context, AttributeSet attrs) {
super(context, attrs);