Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt471 whenever(applyCommonProperties(any<ItemInfo>())).then {} in When processing Folder then create FolderInfo and mark restored()
527 whenever(applyCommonProperties(any())).thenCallRealMethod() in When valid TYPE_REAL App Widget then add item()
599 whenever(applyCommonProperties(any())).thenCallRealMethod() in When valid Pending Widget then checkAndAddItem()
644 whenever(applyCommonProperties(any())).thenCallRealMethod() in When Unrestored Pending App Widget then mark deleted()
695 whenever(applyCommonProperties(any())).thenCallRealMethod() in When Pending App Widget has not started restore then update db and add item()
779 whenever(applyCommonProperties(any())).thenCallRealMethod() in When Archived Pending App Widget then checkAndAddItem()
824 whenever(applyCommonProperties(any())).thenCallRealMethod() in When widget inflation result is TYPE_DELETE then mark deleted()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWorkspaceItemProcessor.kt323 c.applyCommonProperties(info) in processAppOrDeepShortcut()
399 c.applyCommonProperties(collection) in processFolderOrAppPair()
435 c.applyCommonProperties(appWidgetInfo) in processWidget()
DLoaderCursor.java472 public void applyCommonProperties(ItemInfo info) { in applyCommonProperties() method in LoaderCursor