Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/injector/
DSystemAppOpsHelper.java60 public boolean startOpNoThrow(int appOp, CallerIdentity callerIdentity) { in startOpNoThrow()
78 public void finishOp(int appOp, CallerIdentity callerIdentity) { in finishOp()
94 public boolean checkOpNoThrow(int appOp, CallerIdentity callerIdentity) { in checkOpNoThrow()
109 public boolean noteOp(int appOp, CallerIdentity callerIdentity) { in noteOp()
126 public boolean noteOpNoThrow(int appOp, CallerIdentity callerIdentity) { in noteOpNoThrow()
DAppOpsHelper.java68 public abstract boolean startOpNoThrow(int appOp, CallerIdentity callerIdentity); in startOpNoThrow()
73 public abstract void finishOp(int appOp, CallerIdentity callerIdentity); in finishOp()
78 public abstract boolean checkOpNoThrow(int appOp, CallerIdentity callerIdentity); in checkOpNoThrow()
83 public abstract boolean noteOp(int appOp, CallerIdentity callerIdentity); in noteOp()
88 public abstract boolean noteOpNoThrow(int appOp, CallerIdentity callerIdentity); in noteOpNoThrow()
DSystemLocationPermissionsHelper.java56 protected boolean hasPermission(String permission, CallerIdentity callerIdentity) { in hasPermission()
DLocationPermissionsHelper.java108 protected abstract boolean hasPermission(String permission, CallerIdentity callerIdentity); in hasPermission()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeAppOpsHelper.java61 public boolean startOpNoThrow(int appOp, CallerIdentity callerIdentity) { in startOpNoThrow()
71 public void finishOp(int appOp, CallerIdentity callerIdentity) { in finishOp()
78 public boolean checkOpNoThrow(int appOp, CallerIdentity callerIdentity) { in checkOpNoThrow()
84 public boolean noteOp(int appOp, CallerIdentity callerIdentity) { in noteOp()
94 public boolean noteOpNoThrow(int appOp, CallerIdentity callerIdentity) { in noteOpNoThrow()
/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()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssNavigationMessageProvider.java44 CallerIdentity callerIdentity, in GnssNavigationMessageListenerRegistration()
82 CallerIdentity callerIdentity, IGnssNavigationMessageListener listener) { in createRegistration()
DGnssMeasurementsProvider.java62 CallerIdentity callerIdentity, in GnssMeasurementListenerRegistration()
124 CallerIdentity callerIdentity, IGnssMeasurementsListener listener) { in createRegistration()
DGnssListenerMultiplexer.java266 protected void addListener(TRequest request, CallerIdentity callerIdentity, in addListener()
281 CallerIdentity callerIdentity, TListener listener) { in createRegistration()
DGnssAntennaInfoProvider.java99 public void addListener(CallerIdentity callerIdentity, IGnssAntennaInfoListener listener) { in addListener()
/frameworks/base/location/java/android/location/util/identity/
DCallerIdentity.java62 public static CallerIdentity forAggregation(CallerIdentity callerIdentity) { in forAggregation()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java1448 final long callerIdentity = Binder.clearCallingIdentity(); in getActivityOverrides() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1551 CallerIdentity callerIdentity = getCallerIdentity(); in setDevicePolicySafetyChecker() local