OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supportsDeviceContextInjection
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/location/
FusedLocationHardwareSecure.java
109
public boolean
supportsDeviceContextInjection
() throws RemoteException {
111
return mLocationHardware.
supportsDeviceContextInjection
();
/frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java
184
public boolean
supportsDeviceContextInjection
() {
186
return mLocationHardware.
supportsDeviceContextInjection
();
188
Log.e(TAG, "RemoteException at
supportsDeviceContextInjection
");
Completed in 47 milliseconds