Searched refs:getWidgetParticipants (Results 1 – 4 of 4) sorted by relevance
36 public static List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetBackupBridge38 ? sAppWidgetService.getWidgetParticipants(userId) in getWidgetParticipants()
29 public List<String> getWidgetParticipants(int userId); in getWidgetParticipants() method
258 AppWidgetBackupBridge.getWidgetParticipants(UserHandle.USER_SYSTEM); in run()
2488 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl2489 return mBackupRestoreController.getWidgetParticipants(userId); in getWidgetParticipants()4208 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl.BackupRestoreController