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