Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8081ee1b authored by Artur Satayev's avatar Artur Satayev Committed by android-build-merger
Browse files

Merge "Use new UnsupportedAppUsage annotation."

am: 93958879

Change-Id: If7c0987b098608972ea743649561f5b803ea8d3c
parents 2adbc88c 93958879
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database;

import android.annotation.NonNull;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ContentResolver;
import android.net.Uri;
import android.os.Build;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.database;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;

/**
 * A base class for Cursors that store their data in {@link CursorWindow}s.
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.database;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Binder;
import android.os.Bundle;
import android.os.IBinder;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.database;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.net.Uri;
import android.os.Handler;
import android.os.UserHandle;
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database;

import android.annotation.BytesLong;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.res.Resources;
import android.database.sqlite.SQLiteClosable;
import android.database.sqlite.SQLiteException;
Loading