Rabbit-R1/android (non root)/java/sources/com/google/common/util/concurrent/ServiceManagerBridge.java
2024-05-21 17:08:36 -04:00

10 lines
312 B
Java

package com.google.common.util.concurrent;
import com.google.common.collect.ImmutableMultimap;
import com.google.common.util.concurrent.Service;
@ElementTypesAreNonnullByDefault
/* loaded from: classes3.dex */
interface ServiceManagerBridge {
ImmutableMultimap<Service.State, Service> servicesByState();
}