FileDocCategorySizeDatePackage
ILocationProvider.javaAPI DocAndroid 5.1 API9217Sat Mar 14 05:48:10 GMT 2015com.android.internal.location

ILocationProvider

public interface ILocationProvider implements android.os.IInterface
Binder interface for services that implement location providers.

Use {@link LocationProviderBase} as a helper to implement this interface.

hide

Fields Summary
Constructors Summary
Methods Summary
public voiddisable()

public voidenable()

public com.android.internal.location.ProviderPropertiesgetProperties()

public intgetStatus(android.os.Bundle extras)

public longgetStatusUpdateTime()

public booleansendExtraCommand(java.lang.String command, android.os.Bundle extras)

public voidsetRequest(com.android.internal.location.ProviderRequest request, android.os.WorkSource ws)