Searched refs:TYPE_PENDING (Results 1 – 4 of 4) sorted by relevance
47 return InflationResult(TYPE_PENDING) in inflateAppWidget()185 return InflationResult(TYPE_PENDING, isUpdate = update, widgetInfo = appWidgetInfo) in inflateAppWidget()200 const val TYPE_PENDING = 1 constant
608 type = WidgetInflater.TYPE_PENDING, in When valid Pending Widget then checkAndAddItem()648 WidgetInflater.InflationResult(type = WidgetInflater.TYPE_PENDING, widgetInfo = null) in When Unrestored Pending App Widget then mark deleted()707 type = WidgetInflater.TYPE_PENDING, in When Pending App Widget has not started restore then update db and add item()784 type = WidgetInflater.TYPE_PENDING, in When Archived Pending App Widget then checkAndAddItem()
125 if (type == WidgetInflater.TYPE_PENDING || widgetInfo == null) in inflateAppWidget()
480 WidgetInflater.TYPE_PENDING -> { in processWidget()