D | AbstractLocationProvider.java | 43 public abstract class AbstractLocationProvider { class 221 protected AbstractLocationProvider(Executor executor, @Nullable CallerIdentity identity, in AbstractLocationProvider() method in AbstractLocationProvider 383 mExecutor.execute(AbstractLocationProvider.this::onStart); in start() 390 mExecutor.execute(AbstractLocationProvider.this::onStop); in stop()
|