Home
last modified time | relevance | path

Searched defs:callerIdentity (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationPermissionUtil.java44 public static boolean doesCallerReportToAppOps(Context context, CallerIdentity callerIdentity) { in doesCallerReportToAppOps()
50 CallerIdentity callerIdentity) { in hasPermissionLocationHardware()
56 CallerIdentity callerIdentity) { in hasPermissionUpdateAppOpsStats()
DAppOpsHelper.java120 public boolean checkLocationAccess(CallerIdentity callerIdentity) { in checkLocationAccess()
181 public boolean noteMockLocationAccess(CallerIdentity callerIdentity) { in noteMockLocationAccess()
200 private boolean startLocationMonitoring(int appOp, CallerIdentity callerIdentity) { in startLocationMonitoring()
219 private void stopLocationMonitoring(int appOp, CallerIdentity callerIdentity) { in stopLocationMonitoring()
236 private boolean noteOpNoThrow(int appOp, CallerIdentity callerIdentity) { in noteOpNoThrow()
DLocationManagerServiceUtils.java46 @NonNull CallerIdentity callerIdentity, in LinkedListener()
71 LinkedListenerBase(@NonNull CallerIdentity callerIdentity) { in LinkedListenerBase()
DRemoteListenerHelper.java81 CallerIdentity callerIdentity) { in addListener()
138 void execute(TListener listener, CallerIdentity callerIdentity) throws RemoteException; in execute()
178 protected boolean hasPermission(Context context, CallerIdentity callerIdentity) { in hasPermission()
268 CallerIdentity callerIdentity) { in IdentifiedListener()
DLocationManagerService.java1666 private boolean isThrottlingExempt(CallerIdentity callerIdentity) { in isThrottlingExempt()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssStatusListenerHelper.java55 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged()
59 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged()
66 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onFirstFix()
80 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onSvStatusChanged()
92 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onNmeaReceived()
DGnssNavigationMessageProvider.java90 foreach((IGnssNavigationMessageListener listener, CallerIdentity callerIdentity) -> { in onNavigationMessageAvailable()
141 CallerIdentity callerIdentity) throws RemoteException { in execute()
DGnssMeasurementsProvider.java117 foreach((IGnssMeasurementsListener listener, CallerIdentity callerIdentity) -> { in onMeasurementsAvailable()
175 CallerIdentity callerIdentity) throws RemoteException { in execute()
DGnssAntennaInfoProvider.java112 foreach((IGnssAntennaInfoListener listener, CallerIdentity callerIdentity) -> { in onGnssAntennaInfoAvailable()
DGnssManagerService.java360 CallerIdentity callerIdentity = linkedListener.getCallerIdentity(); in updateListenersOnForegroundChangedLocked() local
626 private boolean isThrottlingExempt(CallerIdentity callerIdentity) { in isThrottlingExempt()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java477 private void startFlushingSpeechItems(Object callerIdentity) { in startFlushingSpeechItems()
486 private void endFlushingSpeechItems(Object callerIdentity) { in endFlushingSpeechItems()
529 private synchronized SpeechItem maybeRemoveCurrentSpeechItem(Object callerIdentity) { in maybeRemoveCurrentSpeechItem()
616 public int stopForApp(final Object callerIdentity) { in stopForApp()
943 Object callerIdentity, in UtteranceSpeechItemWithParams()
987 Object callerIdentity, in SynthesisSpeechItem()
1097 Object callerIdentity, in SynthesisToFileOutputStreamSpeechItem()
1128 Object callerIdentity, in AudioSpeechItem()
1169 public SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, in SilenceSpeechItem()
1206 public LoadLanguageItem(Object callerIdentity, int callerUid, int callerPid, in LoadLanguageItem()
[all …]
DAudioPlaybackHandler.java58 public void stopForApp(Object callerIdentity) { in stopForApp()
102 private void removeWorkItemsFor(Object callerIdentity) { in removeWorkItemsFor()
DSilencePlaybackQueueItem.java26 Object callerIdentity, long silenceDurationMs) { in SilencePlaybackQueueItem()
DPlaybackQueueItem.java12 Object callerIdentity) { in PlaybackQueueItem()
DAudioPlaybackQueueItem.java39 Object callerIdentity, in AudioPlaybackQueueItem()
DPlaybackSynthesisCallback.java57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
DSynthesisPlaybackQueueItem.java81 Object callerIdentity, AbstractEventLogger logger) { in SynthesisPlaybackQueueItem()