Searched refs:getWidgetParticipants (Results 1 – 4 of 4) sorted by relevance
34 public static List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetBackupBridge36 ? sAppWidgetService.getWidgetParticipants(userId) in getWidgetParticipants()
29 public List<String> getWidgetParticipants(int userId); in getWidgetParticipants() method
2444 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl2445 return mBackupRestoreController.getWidgetParticipants(userId); in getWidgetParticipants()4126 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl.BackupRestoreController
4383 AppWidgetBackupBridge.getWidgetParticipants(UserHandle.USER_SYSTEM); in run()