Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetInflater.kt42 restoreErrorType = RestoreError.NO_SEARCH_WIDGET in inflateAppWidget()
99 restoreErrorType = logReason in inflateAppWidget()
192 @RestoreError val restoreErrorType: String = RestoreError.APP_NOT_INSTALLED, constant in com.android.launcher3.widget.WidgetInflater.InflationResult
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt832 restoreErrorType = MISSING_WIDGET_PROVIDER in When widget inflation result is TYPE_DELETE then mark deleted()
845 verify(mockCursor).markDeleted(inflationResult.reason, inflationResult.restoreErrorType) in When widget inflation result is TYPE_DELETE then mark deleted()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWorkspaceItemProcessor.kt477 c.markDeleted(inflationResult.reason, inflationResult.restoreErrorType) in processWidget()