Home
last modified time | relevance | path

Searched refs:getWidgetParticipants (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/server/
DAppWidgetBackupBridge.java34 public static List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetBackupBridge
36 ? sAppWidgetService.getWidgetParticipants(userId) in getWidgetParticipants()
DWidgetBackupProvider.java29 public List<String> getWidgetParticipants(int userId); in getWidgetParticipants() method
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2326 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl
2327 return mBackupRestoreController.getWidgetParticipants(userId); in getWidgetParticipants()
3979 public List<String> getWidgetParticipants(int userId) { in getWidgetParticipants() method in AppWidgetServiceImpl.BackupRestoreController
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java4156 AppWidgetBackupBridge.getWidgetParticipants(UserHandle.USER_SYSTEM); in run()