Searched refs:getCallingOrCurrentUserId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java129 private int getCallingOrCurrentUserId() { method in class:AppWidgetService
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())
[all...]

Completed in 48 milliseconds