Searched refs:requiresNetwork (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/summary/ |
D | SummaryAction.java | 26 public final boolean requiresNetwork; field in SummaryAction 38 boolean requiresNetwork, in SummaryAction() argument 48 this.requiresNetwork = requiresNetwork; in SummaryAction()
|
D | PartnerSummaryActionsCollector.java | 134 boolean requiresNetwork = in buildSummaryAction() 156 requiresNetwork, in buildSummaryAction()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | ProviderPropertiesUnbundled.java | 31 public static ProviderPropertiesUnbundled create(boolean requiresNetwork, in create() argument 35 return new ProviderPropertiesUnbundled(new ProviderProperties(requiresNetwork, in create()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | ProviderProperties.java | 116 boolean requiresNetwork = in.readInt() == 1; 125 return new ProviderProperties(requiresNetwork, requiresSatellite,
|
/frameworks/base/location/java/android/location/ |
D | LocationProvider.java | 139 public boolean requiresNetwork() { in requiresNetwork() method in LocationProvider
|
D | LocationManager.java | 1450 @NonNull String name, boolean requiresNetwork, boolean requiresSatellite, in addTestProvider() argument 1453 ProviderProperties properties = new ProviderProperties(requiresNetwork, in addTestProvider()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13903 method public boolean requiresNetwork();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 23290 method public boolean requiresNetwork();
|
/frameworks/base/api/ |
D | current.txt | 23290 method public boolean requiresNetwork();
|