Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DSharedPreferencesHelperTest.java49 private void setStorageForTile(PeopleTileKey peopleTileKey, int widgetId) { in setStorageForTile() method in SharedPreferencesHelperTest
62 setStorageForTile(PEOPLE_TILE_KEY, WIDGET_ID); in testGetPeopleTileKey()
88 setStorageForTile(PEOPLE_TILE_KEY, WIDGET_ID); in testClear()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1470 setStorageForTile(SHORTCUT_ID, TEST_PACKAGE_A, WIDGET_ID_8, URI); in testRemapWidgetFiles()
1471 setStorageForTile(OTHER_SHORTCUT_ID, TEST_PACKAGE_B, WIDGET_ID_11, URI); in testRemapWidgetFiles()
1502 setStorageForTile(SHORTCUT_ID, TEST_PACKAGE_A, WIDGET_ID_WITH_SHORTCUT, URI); in testRemapWidgetFiles_crossMapping()
1503 setStorageForTile(OTHER_SHORTCUT_ID, TEST_PACKAGE_B, WIDGET_ID_WITHOUT_SHORTCUT, URI); in testRemapWidgetFiles_crossMapping()
1504 setStorageForTile(THIRD_SHORTCUT_ID, TEST_PACKAGE_C, WIDGET_ID_WITH_KEY_IN_OPTIONS, URI); in testRemapWidgetFiles_crossMapping()
1529 setStorageForTile(SHORTCUT_ID, TEST_PACKAGE_A, WIDGET_ID_8, URI); in testRemapSharedFile()
1530 setStorageForTile(OTHER_SHORTCUT_ID, TEST_PACKAGE_B, WIDGET_ID_11, URI); in testRemapSharedFile()
1643 setStorageForTile(tile.getId(), tile.getPackageName(), widgetId, tile.getContactUri()); in addTileForWidget()
1759 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile() method in PeopleSpaceWidgetManagerTest