OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FusedLocationHardware
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/lib/java/com/android/location/provider/
FusedProvider.java
36
setFusedLocationHardware(new
FusedLocationHardware
(instance));
52
* Sets the
FusedLocationHardware
instance in the provider..
56
public abstract void setFusedLocationHardware(
FusedLocationHardware
value);
FusedLocationHardware.java
36
public final class
FusedLocationHardware
{
37
private final String TAG = "
FusedLocationHardware
";
60
public
FusedLocationHardware
(IFusedLocationHardware locationHardware) {
Completed in 45 milliseconds