Merge "Partial cp of "Prepare role code for modularization."" am: a81f292a64 am: e52b6cba86

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1658122

Change-Id: I9608abaf2ea697d453c802f66beae0c3c6e55680
This commit is contained in:
Anton Hansson
2021-03-31 11:27:22 +00:00
committed by Automerger Merge Worker

View File

@@ -21,8 +21,6 @@ import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.SOURCE; import static java.lang.annotation.RetentionPolicy.SOURCE;
import android.os.Looper;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.Target; import java.lang.annotation.Target;
@@ -40,8 +38,7 @@ import java.lang.annotation.Target;
* </code> * </code>
* </pre> * </pre>
* *
* @memberDoc This method must be called from the * @memberDoc This method must be called from the main thread of your app.
* {@linkplain Looper#getMainLooper() main thread} of your app.
* @hide * @hide
*/ */
@Retention(SOURCE) @Retention(SOURCE)