Home
last modified time | relevance | path

Searched refs:key11 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1495 PeopleTileKey key11 = SharedPreferencesHelper.getPeopleTileKey(sp11); in testRemapWidgetFiles() local
1496 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() local
1552 assertThat(sp.getStringSet(key11.toString(), new HashSet<>())).containsExactly( in testRemapSharedFile()
1559 PeopleTileKey key11 = new PeopleTileKey(OTHER_SHORTCUT_ID, 0, TEST_PACKAGE_B); in testRemapFollowupFile() local
1567 followUpEditor.putStringSet(key11.toString(), set11); in testRemapFollowupFile()
1574 assertThat(followUp.getStringSet(key11.toString(), new HashSet<>())).containsExactly( in testRemapFollowupFile()