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
2326 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl2327 return mBackupRestoreController.getWidgetParticipants(userId); in getWidgetParticipants()3979 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl.BackupRestoreController
4156 AppWidgetBackupBridge.getWidgetParticipants(UserHandle.USER_SYSTEM); in run()