Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleBackupFollowUpJobTest.java66 private static final PeopleTileKey PEOPLE_TILE_KEY = field in PeopleBackupFollowUpJobTest
121 mFollowUpEditor.putStringSet(PEOPLE_TILE_KEY.toString(), WIDGET_IDS); in testProcessFollowUpFile_shouldFollowUp()
130 assertThat(remainingWidgets.get(PEOPLE_TILE_KEY.toString())) in testProcessFollowUpFile_shouldFollowUp()
132 assertThat(mFollowUpSp.getStringSet(PEOPLE_TILE_KEY.toString(), new HashSet<>())) in testProcessFollowUpFile_shouldFollowUp()
138 mFollowUpEditor.putStringSet(PEOPLE_TILE_KEY.toString(), WIDGET_IDS); in testProcessFollowUpFile_shouldRestore()
147 assertThat(mFollowUpSp.getStringSet(PEOPLE_TILE_KEY.toString(), new HashSet<>())).isEmpty(); in testProcessFollowUpFile_shouldRestore()
165 remainingWidgets.put(PEOPLE_TILE_KEY.toString(), WIDGET_IDS); in testShouldCancelJob_remainingWidgets_shortTimeElapsed_shouldNotCancel()
172 remainingWidgets.put(PEOPLE_TILE_KEY.toString(), WIDGET_IDS); in testShouldCancelJob_remainingWidgets_longTimeElapsed_shouldCancel()
179 SharedPreferencesHelper.setPeopleTileKey(mWidgetIdSp, PEOPLE_TILE_KEY); in testCancelJobAndClearRemainingWidgets()
180 SharedPreferencesHelper.setPeopleTileKey(mSecondWidgetIdSp, PEOPLE_TILE_KEY); in testCancelJobAndClearRemainingWidgets()
[all …]
DSharedPreferencesHelperTest.java44 private static final PeopleTileKey PEOPLE_TILE_KEY = field in SharedPreferencesHelperTest
62 setStorageForTile(PEOPLE_TILE_KEY, WIDGET_ID); in testGetPeopleTileKey()
79 SharedPreferencesHelper.setPeopleTileKey(sp, PEOPLE_TILE_KEY); in testSetPeopleTileKey()
88 setStorageForTile(PEOPLE_TILE_KEY, WIDGET_ID); in testClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java81 PEOPLE_TILE_KEY, enumConstant
208 case PEOPLE_TILE_KEY: in backupKey()
234 case PEOPLE_TILE_KEY: in restoreKey()
481 return SharedFileEntryType.PEOPLE_TILE_KEY; in getEntryType()
DPeopleSpaceWidgetManager.java1343 case PEOPLE_TILE_KEY: in remapSharedFile()
1423 case PEOPLE_TILE_KEY: in dump()