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

Commit 54b0fb13 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Suppress deprecation warnings in LegacyTypeTrackerTest." am: 6e830b85...

Merge "Suppress deprecation warnings in LegacyTypeTrackerTest." am: 6e830b85 am: 5b3e7d90 am: 1233f72f am: 192074f3 am: de1c84a3

Change-Id: Ia7a29777227d1780e620c6c6b0ad84925512be12
parents 498984ae de1c84a3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@
 * limitations under the License.
 */

// Don't warn about deprecated types anywhere in this test, because LegacyTypeTracker's very reason
// for existence is to power deprecated APIs. The annotation has to apply to the whole file because
// otherwise warnings will be generated by the imports of deprecated constants like TYPE_xxx.
@file:Suppress("DEPRECATION")

package com.android.server

import android.net.ConnectivityManager.TYPE_ETHERNET