Home
last modified time | relevance | path

Searched defs:callingUser (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java511 private SettingsCache getOrConstructCache(int callingUser, SparseArray<SettingsCache> which) { in getOrConstructCache()
517 private DatabaseHelper getOrEstablishDatabase(int callingUser) { in getOrEstablishDatabase()
531 public SettingsCache cacheForTable(final int callingUser, String tableName) { in cacheForTable()
548 public void invalidateCache(final int callingUser, String tableName) { in invalidateCache()
565 int callingUser = UserHandle.getCallingUserId(); in callFromPackage() local
751 final int callingUser = UserHandle.getCallingUserId(); in bulkInsert() local
863 final int callingUser = UserHandle.getCallingUserId(); in insertForUser() local
930 int callingUser = UserHandle.getCallingUserId(); in delete() local
964 int callingUser = UserHandle.getCallingUserId(); in update() local
/frameworks/base/services/java/com/android/server/am/
DActiveServices.java132 ServiceRecord getServiceByName(ComponentName name, int callingUser) { in getServiceByName()
143 ServiceRecord getServiceByIntent(Intent.FilterComparison filter, int callingUser) { in getServiceByIntent()
154 void putServiceByName(ComponentName name, int callingUser, ServiceRecord value) { in putServiceByName()
159 void putServiceByIntent(Intent.FilterComparison filter, int callingUser, in putServiceByIntent()
165 void removeServiceByName(ComponentName name, int callingUser) { in removeServiceByName()
173 void removeServiceByIntent(Intent.FilterComparison filter, int callingUser) { in removeServiceByIntent()
181 Collection<ServiceRecord> getAllServices(int callingUser) { in getAllServices()
186 private HashMap<ComponentName, ServiceRecord> getServices(int callingUser) { in getServices()
196 int callingUser) { in getServicesByIntent()
/frameworks/base/services/java/com/android/server/
DBluetoothManagerService.java1087 int callingUser = UserHandle.getCallingUserId(); in checkIfCallerIsForegroundUser() local
/frameworks/base/services/java/com/android/server/content/
DContentService.java166 final int callingUser = UserHandle.getCallingUserId(); in registerContentObserver() local