Merge "Annotate two non-SDK methods known to be used by apps"
This commit is contained in:
@@ -26,6 +26,7 @@ import android.content.Context;
|
|||||||
abstract class WebSyncManager implements Runnable {
|
abstract class WebSyncManager implements Runnable {
|
||||||
protected static final java.lang.String LOGTAG = "websync";
|
protected static final java.lang.String LOGTAG = "websync";
|
||||||
protected android.webkit.WebViewDatabase mDataBase;
|
protected android.webkit.WebViewDatabase mDataBase;
|
||||||
|
@UnsupportedAppUsage
|
||||||
protected android.os.Handler mHandler;
|
protected android.os.Handler mHandler;
|
||||||
|
|
||||||
protected WebSyncManager(Context context, String name) {
|
protected WebSyncManager(Context context, String name) {
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
package com.android.internal.widget;
|
package com.android.internal.widget;
|
||||||
|
|
||||||
|
import android.annotation.UnsupportedAppUsage;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.graphics.Rect;
|
import android.graphics.Rect;
|
||||||
import android.util.AttributeSet;
|
import android.util.AttributeSet;
|
||||||
@@ -53,6 +54,7 @@ public class NumericTextView extends TextView {
|
|||||||
|
|
||||||
private OnValueChangedListener mListener;
|
private OnValueChangedListener mListener;
|
||||||
|
|
||||||
|
@UnsupportedAppUsage
|
||||||
public NumericTextView(Context context, AttributeSet attrs) {
|
public NumericTextView(Context context, AttributeSet attrs) {
|
||||||
super(context, attrs);
|
super(context, attrs);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user