Searched refs:orderedKeys (Results 1 – 2 of 2) sorted by relevance
691 List<String> orderedKeys = new ArrayList<>(MockListener.getInstance().mOrder); in test() local692 int rankA = findTagInKeys(ALICE, orderedKeys); in test()693 int rankB = findTagInKeys(BOB, orderedKeys); in test()694 int rankC = findTagInKeys(CHARLIE, orderedKeys); in test()728 List<String> orderedKeys = new ArrayList<>(MockListener.getInstance().mOrder); in test() local729 int rankA = findTagInKeys(ALICE, orderedKeys); in test()730 int rankB = findTagInKeys(BOB, orderedKeys); in test()731 int rankC = findTagInKeys(CHARLIE, orderedKeys); in test()776 List<String> orderedKeys = new ArrayList<>(MockListener.getInstance().mOrder); in test() local777 int rankA = findTagInKeys(ALICE, orderedKeys); in test()[all …]
136 String[] orderedKeys = rankingMap.getOrderedKeys(); in onNotificationRankingUpdate() local139 for( int i = 0; i < orderedKeys.length; i++) { in onNotificationRankingUpdate()140 String key = orderedKeys[i]; in onNotificationRankingUpdate()