Rabbit-R1/original r1/java/sources/org/webrtc/NetworkPreference.java

12 lines
302 B
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package org.webrtc;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.SOURCE)
/* loaded from: classes3.dex */
public @interface NetworkPreference {
public static final int NEUTRAL = 0;
public static final int NOT_PREFERRED = -1;
}