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
266 AppWidgetBackupBridge.getWidgetParticipants(UserHandle.USER_SYSTEM); in run()
2964 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl2965 return mBackupRestoreController.getWidgetParticipants(userId); in getWidgetParticipants()5275 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl.BackupRestoreController