- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
328 B
Java
11 lines
328 B
Java
package androidx.core.location;
|
|
|
|
import android.location.LocationRequest;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract /* synthetic */ class LocationRequestCompat$$ExternalSyntheticApiModelOutline0 {
|
|
public static /* bridge */ /* synthetic */ LocationRequest m(Object obj) {
|
|
return (LocationRequest) obj;
|
|
}
|
|
}
|