Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt224 itemProcessorUnderTest.processItem() in createWorkspaceItemProcessorUnderTest()
238 itemProcessorUnderTest.processItem() in When app has null intent then mark deleted()
255 itemProcessorUnderTest.processItem() in When app has null target package then mark deleted()
272 itemProcessorUnderTest.processItem() in When app has empty String target package then mark deleted()
284 itemProcessorUnderTest.processItem() in When valid app then mark restored()
313 itemProcessorUnderTest.processItem() in When fallback Activity found for app then mark restored()
341 itemProcessorUnderTest.processItem() in When app with disabled activity and no fallback found then mark deleted()
381 itemProcessorUnderTest.processItem() in When valid Pinned Deep Shortcut then mark restored()
403 itemProcessorUnderTest.processItem() in When Pinned Deep Shortcut not found then mark deleted()
446 itemProcessorUnderTest.processItem() in When valid Pinned Deep Shortcut with null intent package then use targetPkg()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWorkspaceItemProcessor.kt94 fun processItem() { in processItem() method
DLoaderTask.java472 itemProcessor.processItem(); in loadWorkspaceImpl()