Searched refs:sAppWidgetService (Results 1 – 1 of 1) sorted by relevance
28 private static WidgetBackupProvider sAppWidgetService; field in AppWidgetBackupBridge31 sAppWidgetService = instance; in register()35 return (sAppWidgetService != null) in getWidgetParticipants()36 ? sAppWidgetService.getWidgetParticipants(userId) in getWidgetParticipants()41 return (sAppWidgetService != null) in getWidgetState()42 ? sAppWidgetService.getWidgetState(packageName, userId) in getWidgetState()47 if (sAppWidgetService != null) { in restoreStarting()48 sAppWidgetService.restoreStarting(userId); in restoreStarting()53 if (sAppWidgetService != null) { in restoreWidgetState()54 sAppWidgetService.restoreWidgetState(packageName, restoredState, userId); in restoreWidgetState()[all …]