HomeSort by relevance Sort by last modified time
    Searched defs:supportsDeviceContextInjection (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/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 202 public boolean supportsDeviceContextInjection() {
204 return mLocationHardware.supportsDeviceContextInjection();
206 Log.e(TAG, "RemoteException at supportsDeviceContextInjection");

Completed in 301 milliseconds