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

Commit c674b057 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use new UnsupportedAppUsage annotation."

parents 73cab34d 2a9f3b88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.internal.util;

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

/**
 * A helper class that aims to provide comparable growth performance to ArrayList, but on primitive
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package com.android.internal.util;

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

public class HexDump
{
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.internal.util;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Message;

/**
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@

package com.android.internal.util;

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

import java.io.PrintWriter;
import java.io.Writer;
import java.util.Arrays;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.internal.util;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Build;

import java.io.File;
Loading