Searched refs:PEOPLE_TILE_KEY (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | PeopleBackupFollowUpJobTest.java | 66 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 …]
|
D | SharedPreferencesHelperTest.java | 44 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/ |
D | PeopleBackupHelper.java | 81 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()
|
D | PeopleSpaceWidgetManager.java | 1343 case PEOPLE_TILE_KEY: in remapSharedFile() 1423 case PEOPLE_TILE_KEY: in dump()
|