/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | SystemAppOpsHelper.java | 60 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()
|
D | AppOpsHelper.java | 68 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()
|
D | SystemLocationPermissionsHelper.java | 56 protected boolean hasPermission(String permission, CallerIdentity callerIdentity) { in hasPermission()
|
D | LocationPermissionsHelper.java | 108 protected abstract boolean hasPermission(String permission, CallerIdentity callerIdentity); in hasPermission()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
D | FakeAppOpsHelper.java | 61 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/ |
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/location/gnss/ |
D | GnssNavigationMessageProvider.java | 44 CallerIdentity callerIdentity, in GnssNavigationMessageListenerRegistration() 82 CallerIdentity callerIdentity, IGnssNavigationMessageListener listener) { in createRegistration()
|
D | GnssMeasurementsProvider.java | 62 CallerIdentity callerIdentity, in GnssMeasurementListenerRegistration() 124 CallerIdentity callerIdentity, IGnssMeasurementsListener listener) { in createRegistration()
|
D | GnssListenerMultiplexer.java | 266 protected void addListener(TRequest request, CallerIdentity callerIdentity, in addListener() 281 CallerIdentity callerIdentity, TListener listener) { in createRegistration()
|
D | GnssAntennaInfoProvider.java | 99 public void addListener(CallerIdentity callerIdentity, IGnssAntennaInfoListener listener) { in addListener()
|
/frameworks/base/location/java/android/location/util/identity/ |
D | CallerIdentity.java | 62 public static CallerIdentity forAggregation(CallerIdentity callerIdentity) { in forAggregation()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 1448 final long callerIdentity = Binder.clearCallingIdentity(); in getActivityOverrides() local
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1551 CallerIdentity callerIdentity = getCallerIdentity(); in setDevicePolicySafetyChecker() local
|