Searched refs:key11 (Results 1 – 1 of 1) sorted by relevance
1495 PeopleTileKey key11 = SharedPreferencesHelper.getPeopleTileKey(sp11); in testRemapWidgetFiles() local1496 assertThat(key11.getShortcutId()).isNull(); in testRemapWidgetFiles()1497 assertThat(key11.getPackageName()).isNull(); in testRemapWidgetFiles()1551 PeopleTileKey key11 = new PeopleTileKey(OTHER_SHORTCUT_ID, 0, TEST_PACKAGE_B); in testRemapSharedFile() local1552 assertThat(sp.getStringSet(key11.toString(), new HashSet<>())).containsExactly( in testRemapSharedFile()1559 PeopleTileKey key11 = new PeopleTileKey(OTHER_SHORTCUT_ID, 0, TEST_PACKAGE_B); in testRemapFollowupFile() local1567 followUpEditor.putStringSet(key11.toString(), set11); in testRemapFollowupFile()1574 assertThat(followUp.getStringSet(key11.toString(), new HashSet<>())).containsExactly( in testRemapFollowupFile()