Searched refs:timeDifference (Results 1 – 3 of 3) sorted by relevance
358 long timeDifference = mClock.elapsedRealtime() in calculateBssidScore() local361 if (timeDifference > 0) { in calculateBssidScore()362 int bonus = mLastSelectionAward - (int) (timeDifference / 1000 / 60); in calculateBssidScore()364 sbuf.append(" User selected it last time " + (timeDifference / 1000 / 60) in calculateBssidScore()
1416 long timeDifference = in tryEnableQualifiedNetwork() local1418 if (timeDifference < 0 || timeDifference in tryEnableQualifiedNetwork()
1077 long timeDifference = mClock.elapsedRealtime() - mLastPnoChangeTimeStamp; in setPnoState() local1078 if (timeDifference >= MINIMUM_PNO_GAP_MS) { in setPnoState()1081 long alarmTimeout = MINIMUM_PNO_GAP_MS - timeDifference; in setPnoState()