Searched refs:isBetterThan (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java200 private static boolean isBetterThan(Location locationA, Location locationB) { method in class:FusionEngine
228 if (isBetterThan(mGpsLocation, mNetworkLocation)) {
/frameworks/base/native/android/
H A Dconfiguration.cpp235 return base->isBetterThan(*test, requested);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1051 bool isBetterThan(const ResTable_config& o, const ResTable_config* requested) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1674 bool ResTable_config::isBetterThan(const ResTable_config& o, function in class:android::ResTable_config
1980 // density always matches - we can scale it. See isBetterThan
3373 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) {
4902 if (!thisConfig.isBetterThan(bestConfig, config)) {

Completed in 1684 milliseconds