OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProviderProperties
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
ProviderProperties.aidl
19
parcelable
ProviderProperties
;
ProviderProperties.java
27
public final class
ProviderProperties
implements Parcelable {
97
public
ProviderProperties
(boolean mRequiresNetwork,
112
public static final Parcelable.Creator<
ProviderProperties
> CREATOR =
113
new Parcelable.Creator<
ProviderProperties
>() {
115
public
ProviderProperties
createFromParcel(Parcel in) {
125
return new
ProviderProperties
(requiresNetwork, requiresSatellite,
130
public
ProviderProperties
[] newArray(int size) {
131
return new
ProviderProperties
[size];
ILocationProvider.aidl
24
import com.android.internal.location.
ProviderProperties
;
40
ProviderProperties
getProperties();
/frameworks/base/location/lib/java/com/android/location/provider/
ProviderPropertiesUnbundled.java
19
import com.android.internal.location.
ProviderProperties
;
29
private final
ProviderProperties
mProperties;
35
return new ProviderPropertiesUnbundled(new
ProviderProperties
(requiresNetwork,
40
private ProviderPropertiesUnbundled(
ProviderProperties
properties) {
44
public
ProviderProperties
getProviderProperties() {
LocationProviderBase.java
36
import com.android.internal.location.
ProviderProperties
;
61
private final
ProviderProperties
mProperties;
93
public
ProviderProperties
getProperties() {
/frameworks/base/services/java/com/android/server/location/
LocationProviderInterface.java
22
import com.android.internal.location.
ProviderProperties
;
44
public
ProviderProperties
getProperties();
PassiveProvider.java
22
import com.android.internal.location.
ProviderProperties
;
46
private static final
ProviderProperties
PROPERTIES = new
ProviderProperties
(
63
public
ProviderProperties
getProperties() {
MockProvider.java
33
import com.android.internal.location.
ProviderProperties
;
43
private final
ProviderProperties
mProperties;
58
ProviderProperties
properties) {
73
public
ProviderProperties
getProperties() {
LocationProviderProxy.java
31
import com.android.internal.location.
ProviderProperties
;
51
private
ProviderProperties
mProperties;
103
ProviderProperties
properties = null;
150
public
ProviderProperties
getProperties() {
GpsLocationProvider.java
70
import com.android.internal.location.
ProviderProperties
;
99
private static final
ProviderProperties
PROPERTIES = new
ProviderProperties
(
566
public
ProviderProperties
getProperties() {
[
all
...]
/frameworks/base/location/java/android/location/
LocationProvider.java
20
import com.android.internal.location.
ProviderProperties
;
49
private final
ProviderProperties
mProperties;
59
public LocationProvider(String name,
ProviderProperties
properties) {
85
public static boolean propertiesMeetCriteria(String name,
ProviderProperties
properties,
ILocationManager.aidl
31
import com.android.internal.location.
ProviderProperties
;
68
ProviderProperties
getProviderProperties(String provider);
71
void addTestProvider(String name, in
ProviderProperties
properties);
LocationManager.java
35
import com.android.internal.location.
ProviderProperties
;
314
private LocationProvider createProvider(String name,
ProviderProperties
properties) {
364
ProviderProperties
properties = mService.getProviderProperties(name);
[
all
...]
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
63
import com.android.internal.location.
ProviderProperties
;
572
ProviderProperties
properties = locationProvider != null
[
all
...]
/frameworks/base/
Android.mk
392
frameworks/base/location/java/com/android/internal/location/
ProviderProperties
.aidl \
[
all
...]
Completed in 60 milliseconds