Merge "Add @UnsupportedAppUsage annotations"

am: 44091cdb47

Change-Id: I1dfae6f3d8ba8d5ff63f378c71f9670199a3adc3
This commit is contained in:
Mathew Inwood
2018-08-06 09:47:13 -07:00
committed by android-build-merger
11 changed files with 36 additions and 27 deletions

View File

@@ -23,6 +23,7 @@ import com.android.internal.telecom.IVideoProvider;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.annotation.UnsupportedAppUsage;
import android.app.Notification;
import android.bluetooth.BluetoothDevice;
import android.content.Intent;
@@ -1274,6 +1275,7 @@ public abstract class Connection extends Conferenceable {
* @param looper The looper.
* @hide
*/
@UnsupportedAppUsage
public VideoProvider(Looper looper) {
mBinder = new VideoProvider.VideoProviderBinder();
mMessageHandler = new VideoProvider.VideoProviderHandler(looper);