Searched refs:probOR (Results 1 – 1 of 1) sorted by relevance
147 probOR(probOR(targetScore.getRecencyScore(), targetScore.getFrequencyScore()), in computeScore()281 target.setScore(probOR(target.getScore(), FOREGROUND_APP_WEIGHT)); in promoteForegroundApp()327 private static float probOR(float a, float b) { in probOR() method in SharesheetModelScorer