Home
last modified time | relevance | path

Searched refs:callingId (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/
DPendingIntentFactory.java171 final long callingId = Binder.clearCallingIdentity(); in resolveActivity() local
175 Binder.restoreCallingIdentity(callingId); in resolveActivity()
190 final long callingId = Binder.clearCallingIdentity(); in getNullableActivityPendingIntent() local
194 Binder.restoreCallingIdentity(callingId); in getNullableActivityPendingIntent()
230 final long callingId = Binder.clearCallingIdentity(); in getNonProtectedSystemOnlyBroadcastPendingIntent() local
234 Binder.restoreCallingIdentity(callingId); in getNonProtectedSystemOnlyBroadcastPendingIntent()
243 final long callingId = Binder.clearCallingIdentity(); in createPackageContextAsUser() local
251 Binder.restoreCallingIdentity(callingId); in createPackageContextAsUser()
DUserProfileGroup.java214 final long callingId = Binder.clearCallingIdentity(); in isProfile() local
219 Binder.restoreCallingIdentity(callingId); in isProfile()
225 final long callingId = Binder.clearCallingIdentity(); in getEnabledUserProfiles() local
229 Binder.restoreCallingIdentity(callingId); in getEnabledUserProfiles()
236 final long callingId = Binder.clearCallingIdentity(); in getProfileParent() local
240 Binder.restoreCallingIdentity(callingId); in getProfileParent()
DSafetyCenterFlags.java523 final long callingId = Binder.clearCallingIdentity(); in getBoolean() local
527 Binder.restoreCallingIdentity(callingId); in getBoolean()
533 final long callingId = Binder.clearCallingIdentity(); in getLong() local
537 Binder.restoreCallingIdentity(callingId); in getLong()
551 final long callingId = Binder.clearCallingIdentity(); in getString() local
555 Binder.restoreCallingIdentity(callingId); in getString()
DDevicePolicyResources.java70 final long callingId = Binder.clearCallingIdentity(); in getEnterpriseString() local
76 Binder.restoreCallingIdentity(callingId); in getEnterpriseString()
DSafetyCenterBroadcastDispatcher.java256 final long callingId = Binder.clearCallingIdentity(); in sendBroadcast() local
264 Binder.restoreCallingIdentity(callingId); in sendBroadcast()
310 final long callingId = Binder.clearCallingIdentity(); in createBroadcastOptions() local
318 Binder.restoreCallingIdentity(callingId); in createBroadcastOptions()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java101 final long callingId = Binder.clearCallingIdentity(); in notifyFromSystem() local
108 Binder.restoreCallingIdentity(callingId); in notifyFromSystem()
114 final long callingId = Binder.clearCallingIdentity(); in cancelFromSystem() local
121 Binder.restoreCallingIdentity(callingId); in cancelFromSystem()
143 final long callingId = Binder.clearCallingIdentity(); in createNotificationChannel() local
153 Binder.restoreCallingIdentity(callingId); in createNotificationChannel()
DMigrationNotificationFactory.java345 final long callingId = Binder.clearCallingIdentity(); in getPendingIntent() local
349 Binder.restoreCallingIdentity(callingId); in getPendingIntent()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java332 final long callingId = Binder.clearCallingIdentity(); in openFile() local
352 Binder.restoreCallingIdentity(callingId); in openFile()
429 final long callingId = Binder.clearCallingIdentity(); in delete() local
440 Binder.restoreCallingIdentity(callingId); in delete()
471 final long callingId = Binder.clearCallingIdentity(); in insert() local
490 Binder.restoreCallingIdentity(callingId); in insert()
534 final long callingId = Binder.clearCallingIdentity(); in query() local
550 Binder.restoreCallingIdentity(callingId); in query()
625 final long callingId = Binder.clearCallingIdentity(); in update() local
665 Binder.restoreCallingIdentity(callingId); in update()
[all …]
DBluetoothMapIMProvider.java229 final long callingId = Binder.clearCallingIdentity(); in delete() local
240 Binder.restoreCallingIdentity(callingId); in delete()
273 final long callingId = Binder.clearCallingIdentity(); in insert() local
292 Binder.restoreCallingIdentity(callingId); in insert()
336 final long callingId = Binder.clearCallingIdentity(); in query() local
393 Binder.restoreCallingIdentity(callingId); in query()
526 final long callingId = Binder.clearCallingIdentity(); in update() local
573 Binder.restoreCallingIdentity(callingId); in update()
643 final long callingId = Binder.clearCallingIdentity(); in call() local
683 Binder.restoreCallingIdentity(callingId); in call()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationChannels.java78 final long callingId = Binder.clearCallingIdentity(); in getContextAsUser() local
85 Binder.restoreCallingIdentity(callingId); in getContextAsUser()
186 final long callingId = Binder.clearCallingIdentity(); in createAllChannelsWithoutCallingIdentity() local
193 Binder.restoreCallingIdentity(callingId); in createAllChannelsWithoutCallingIdentity()
200 final long callingId = Binder.clearCallingIdentity(); in clearAllChannelsWithoutCallingIdentity() local
204 Binder.restoreCallingIdentity(callingId); in clearAllChannelsWithoutCallingIdentity()
DSafetyCenterNotificationSender.java435 final long callingId = Binder.clearCallingIdentity(); in notifyFromSystem() local
444 Binder.restoreCallingIdentity(callingId); in notifyFromSystem()
458 final long callingId = Binder.clearCallingIdentity(); in cancelNotificationFromSystem() local
464 Binder.restoreCallingIdentity(callingId); in cancelNotificationFromSystem()
/packages/modules/Permission/service/java/com/android/permission/util/
DPackageUtils.java60 final long callingId = Binder.clearCallingIdentity(); in queryUnfilteredIntentActivitiesAsUser() local
64 Binder.restoreCallingIdentity(callingId); in queryUnfilteredIntentActivitiesAsUser()
77 final long callingId = Binder.clearCallingIdentity(); in queryUnfilteredBroadcastReceiversAsUser() local
82 Binder.restoreCallingIdentity(callingId); in queryUnfilteredBroadcastReceiversAsUser()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java769 for (int callingId : mUidToZoneMap.keySet()) { in dump()
771 callingId, in dump()
772 mUidToZoneMap.get(callingId)); in dump()
886 for (int callingId : mUidToZoneMap.keySet()) { in dumpProto()
888 proto.write(UidToAudioZone.UID, callingId); in dumpProto()
889 proto.write(UidToAudioZone.AUDIO_ZONE_ID, mUidToZoneMap.get(callingId)); in dumpProto()