Lines Matching refs:getCallingOrCurrentUserId

129     private int getCallingOrCurrentUserId() {
146 return getImplForUser(getCallingOrCurrentUserId()).allocateAppWidgetId(
152 return getImplForUser(getCallingOrCurrentUserId()).getAppWidgetIdsForHost(hostId);
157 getImplForUser(getCallingOrCurrentUserId()).deleteAppWidgetId(appWidgetId);
162 getImplForUser(getCallingOrCurrentUserId()).deleteHost(hostId);
167 getImplForUser(getCallingOrCurrentUserId()).deleteAllHosts();
173 getImplForUser(getCallingOrCurrentUserId()).bindAppWidgetId(appWidgetId, provider,
181 return getImplForUser(getCallingOrCurrentUserId()).bindAppWidgetIdIfAllowed(
187 return getImplForUser(getCallingOrCurrentUserId()).hasBindAppWidgetPermission(
194 getImplForUser(getCallingOrCurrentUserId()).setBindAppWidgetPermission(
213 return getImplForUser(getCallingOrCurrentUserId()).startListening(host,
276 return getImplForUser(getCallingOrCurrentUserId()).getAppWidgetIds(provider);
281 return getImplForUser(getCallingOrCurrentUserId()).getAppWidgetInfo(appWidgetId);
286 return getImplForUser(getCallingOrCurrentUserId()).getAppWidgetViews(appWidgetId);
291 getImplForUser(getCallingOrCurrentUserId()).updateAppWidgetOptions(appWidgetId, options);
296 return getImplForUser(getCallingOrCurrentUserId()).getAppWidgetOptions(appWidgetId);
302 return getImplForUser(getCallingOrCurrentUserId()).getInstalledProviders(categoryFilter);
308 getImplForUser(getCallingOrCurrentUserId()).notifyAppWidgetViewDataChanged(
315 getImplForUser(getCallingOrCurrentUserId()).partiallyUpdateAppWidgetIds(
321 getImplForUser(getCallingOrCurrentUserId()).stopListening(hostId);
348 getImplForUser(getCallingOrCurrentUserId()).updateAppWidgetIds(appWidgetIds, views);
354 getImplForUser(getCallingOrCurrentUserId()).updateAppWidgetProvider(provider, views);