Searched refs:sAppWidgetService (Results 1 – 1 of 1) sorted by relevance
30 private static WidgetBackupProvider sAppWidgetService; field in AppWidgetBackupBridge33 sAppWidgetService = instance; in register()37 return (sAppWidgetService != null) in getWidgetParticipants()38 ? sAppWidgetService.getWidgetParticipants(userId) in getWidgetParticipants()45 return (sAppWidgetService != null) in getWidgetState()46 ? sAppWidgetService.getWidgetState(packageName, userId) in getWidgetState()51 if (sAppWidgetService != null) { in restoreStarting()52 sAppWidgetService.restoreStarting(userId); in restoreStarting()57 if (sAppWidgetService != null) { in restoreWidgetState()58 sAppWidgetService.restoreWidgetState(packageName, restoredState, userId); in restoreWidgetState()[all …]