Searched defs:callerIdentity (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationPermissionUtil.java | 44 public static boolean doesCallerReportToAppOps(Context context, CallerIdentity callerIdentity) { in doesCallerReportToAppOps() 50 CallerIdentity callerIdentity) { in hasPermissionLocationHardware() 56 CallerIdentity callerIdentity) { in hasPermissionUpdateAppOpsStats()
|
D | GnssStatusListenerHelper.java | 51 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged() 55 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged() 62 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onFirstFix() 75 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onSvStatusChanged() 87 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onNmeaReceived()
|
D | RemoteListenerHelper.java | 79 public void addListener(@NonNull TListener listener, CallerIdentity callerIdentity) { in addListener() 136 void execute(TListener listener, CallerIdentity callerIdentity) throws RemoteException; in execute() 176 protected boolean hasPermission(Context context, CallerIdentity callerIdentity) { in hasPermission() 263 private IdentifiedListener(@NonNull TListener listener, CallerIdentity callerIdentity) { in IdentifiedListener()
|
D | GnssNavigationMessageProvider.java | 88 foreach((IGnssNavigationMessageListener listener, CallerIdentity callerIdentity) -> { in onNavigationMessageAvailable() 139 CallerIdentity callerIdentity) throws RemoteException { in execute()
|
D | GnssMeasurementsProvider.java | 97 foreach((IGnssMeasurementsListener listener, CallerIdentity callerIdentity) -> { in onMeasurementsAvailable() 155 CallerIdentity callerIdentity) throws RemoteException { in execute()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeechService.java | 477 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 …]
|
D | AudioPlaybackHandler.java | 58 public void stopForApp(Object callerIdentity) { in stopForApp() 102 private void removeWorkItemsFor(Object callerIdentity) { in removeWorkItemsFor()
|
D | SilencePlaybackQueueItem.java | 26 Object callerIdentity, long silenceDurationMs) { in SilencePlaybackQueueItem()
|
D | PlaybackQueueItem.java | 12 Object callerIdentity) { in PlaybackQueueItem()
|
D | AudioPlaybackQueueItem.java | 39 Object callerIdentity, in AudioPlaybackQueueItem()
|
D | PlaybackSynthesisCallback.java | 57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
|
D | SynthesisPlaybackQueueItem.java | 81 Object callerIdentity, AbstractEventLogger logger) { in SynthesisPlaybackQueueItem()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 613 CallerIdentity callerIdentity = linkedListener.mCallerIdentity; in updateGnssDataProviderOnUidImportanceChangedLocked() local 1752 CallerIdentity callerIdentity = new CallerIdentity(Binder.getCallingUid(), in addGnssBatchingCallback() local 2273 private boolean isThrottlingExemptLocked(CallerIdentity callerIdentity) { in isThrottlingExemptLocked() 2917 private LinkedListenerBase(@NonNull CallerIdentity callerIdentity, in LinkedListenerBase() 2929 @NonNull CallerIdentity callerIdentity, in LinkedListener() 2952 CallerIdentity callerIdentity = new CallerIdentity(Binder.getCallingUid(), in addGnssDataListener() local 3787 CallerIdentity callerIdentity = listener.mCallerIdentity; in dumpGnssDataListenersLocked() local
|