Searched refs:applyCommonProperties (Results 1 – 3 of 3) sorted by relevance
471 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()
323 c.applyCommonProperties(info) in processAppOrDeepShortcut()399 c.applyCommonProperties(collection) in processFolderOrAppPair()435 c.applyCommonProperties(appWidgetInfo) in processWidget()
472 public void applyCommonProperties(ItemInfo info) { in applyCommonProperties() method in LoaderCursor