Home | History | Annotate | Download | only in server

Lines Matching refs:userId

34     public static List<String> getWidgetParticipants(int userId) {
36 ? sAppWidgetService.getWidgetParticipants(userId)
40 public static byte[] getWidgetState(String packageName, int userId) {
42 ? sAppWidgetService.getWidgetState(packageName, userId)
46 public static void restoreStarting(int userId) {
48 sAppWidgetService.restoreStarting(userId);
52 public static void restoreWidgetState(String packageName, byte[] restoredState, int userId) {
54 sAppWidgetService.restoreWidgetState(packageName, restoredState, userId);
58 public static void restoreFinished(int userId) {
60 sAppWidgetService.restoreFinished(userId);