Searched refs:restoreErrorType (Results 1 – 3 of 3) sorted by relevance
42 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
832 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()
477 c.markDeleted(inflationResult.reason, inflationResult.restoreErrorType) in processWidget()