HomeSort by relevance Sort by last modified time
    Searched full:isnewer (Results 1 - 3 of 3) sorted by null

  /external/toybox/scripts/
make.sh 26 isnewer() function
35 if isnewer generated/Config.in toys
46 if isnewer generated/newtoys.h toys
198 if isnewer generated/globals.h toys
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 297 boolean isNewer = timeDelta > 0;
321 } else if (isNewer && !isLessAccurate) {
323 } else if (isNewer && !isSignificantlyLessAccurate && isFromSameProvider) {
  /frameworks/base/docs/html/guide/topics/location/
strategies.jd 281 boolean isNewer = timeDelta > 0;
305 } else if (isNewer && !isLessAccurate) {
307 } else if (isNewer && !isSignificantlyLessAccurate && isFromSameProvider) {

Completed in 2842 milliseconds