Searched refs:locationProvider (Results 1 – 1 of 1) sorted by relevance
240 static public int startUpdates(int androidClassKey, int locationProvider, int updateInterval) in startUpdates() argument247 positioningListener.expectedProviders = locationProvider; in startUpdates()254 if ((locationProvider & QT_GPS_PROVIDER) > 0) { in startUpdates()266 if ((locationProvider & QT_NETWORK_PROVIDER) > 0) { in startUpdates()282 if (!expectedProvidersAvailable(locationProvider)) { in startUpdates()309 static public int requestUpdate(int androidClassKey, int locationProvider) in requestUpdate() argument317 positioningListener.expectedProviders = locationProvider; in requestUpdate()320 if ((locationProvider & QT_GPS_PROVIDER) > 0) { in requestUpdate()330 if ((locationProvider & QT_NETWORK_PROVIDER) > 0) { in requestUpdate()344 if (!expectedProvidersAvailable(locationProvider)) { in requestUpdate()