Searched refs:orderedKeys (Results 1 – 2 of 2) sorted by relevance
700 List<String> orderedKeys = new ArrayList<>(MockListener.getInstance().mOrder); in test() local701 int rankA = findTagInKeys(ALICE, orderedKeys); in test()702 int rankB = findTagInKeys(BOB, orderedKeys); in test()703 int rankC = findTagInKeys(CHARLIE, orderedKeys); in test()737 List<String> orderedKeys = new ArrayList<>(MockListener.getInstance().mOrder); in test() local738 int rankA = findTagInKeys(ALICE, orderedKeys); in test()739 int rankB = findTagInKeys(BOB, orderedKeys); in test()740 int rankC = findTagInKeys(CHARLIE, orderedKeys); in test()785 List<String> orderedKeys = new ArrayList<>(MockListener.getInstance().mOrder); in test() local786 int rankA = findTagInKeys(ALICE, orderedKeys); in test()[all …]
127 String[] orderedKeys = rankingMap.getOrderedKeys(); in onNotificationRankingUpdate() local130 for( int i = 0; i < orderedKeys.length; i++) { in onNotificationRankingUpdate()131 String key = orderedKeys[i]; in onNotificationRankingUpdate()