Searched refs:getCallerIdentity (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 2332 return getCallerIdentity(null, null); in getCallerIdentity() 4173 ? getCallerIdentity() : getCallerIdentity(adminReceiver); 5963 caller = getCallerIdentity(who); 6066 caller = getCallerIdentity(); 7436 caller = getCallerIdentity(); 7568 caller = getCallerIdentity(); 8650 caller = getCallerIdentity(who); 8968 caller = getCallerIdentity(who); 14304 caller = getCallerIdentity(); in getAccountTypesWithManagementDisabledAsUser() 22570 caller = getCallerIdentity(); [all …]
|
/aosp14/frameworks/base/core/java/android/speech/tts/ |
H A D | TextToSpeechService.java | 531 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) { in maybeRemoveCurrentSpeechItem() 575 stopForApp(speechItem.getCallerIdentity()); in enqueueSpeechItem() 597 msg.obj = speechItem.getCallerIdentity(); in enqueueSpeechItem() 788 public Object getCallerIdentity() { in getCallerIdentity() method in TextToSpeechService.SpeechItem 866 mCallbacks.dispatchOnSuccess(getCallerIdentity(), utteranceId); in dispatchOnSuccess() 874 mCallbacks.dispatchOnStop(getCallerIdentity(), utteranceId, isStarted()); in dispatchOnStop() 882 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId); in dispatchOnStart() 890 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode); in dispatchOnError() 915 getCallerIdentity(), utteranceId, start, end, frame); in dispatchOnRangeStart() 1135 mItem = new AudioPlaybackQueueItem(this, getCallerIdentity(), in AudioSpeechItem() [all …]
|
H A D | TextToSpeech.java | 947 private IBinder getCallerIdentity() { in getCallerIdentity() method in TextToSpeech 948 return mServiceConnection.getCallerIdentity(); in getCallerIdentity() 968 service.setCallback(getCallerIdentity(), null); in shutdown() 969 service.stop(getCallerIdentity()); in shutdown() 1307 return service.playAudio(getCallerIdentity(), earconUri, queueMode, in playEarcon() 1364 return service.playSilence(getCallerIdentity(), durationInMs, 1462 return service.stop(getCallerIdentity()); 1740 int result = service.loadVoice(getCallerIdentity(), voice.getName()); 1912 return service.synthesizeToFileDescriptor(getCallerIdentity(), text, 2294 mService.setCallback(getCallerIdentity(), mCallback); [all …]
|
H A D | AudioPlaybackHandler.java | 63 if (current != null && (current.getCallerIdentity() == callerIdentity)) { in stopForApp() 107 if (item.getCallerIdentity() == callerIdentity) { in removeWorkItemsFor()
|
H A D | PlaybackQueueItem.java | 17 Object getCallerIdentity() { in getCallerIdentity() method in PlaybackQueueItem
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 3161 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity()Lcom/android/se… 3162 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity(Landroid/content…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 51235 Landroid/speech/tts/PlaybackQueueItem;->getCallerIdentity()Ljava/lang/Object; 51259 Landroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder; 51289 Landroid/speech/tts/TextToSpeech;->getCallerIdentity()Landroid/os/IBinder; 51353 Landroid/speech/tts/TextToSpeechService$SpeechItem;->getCallerIdentity()Ljava/lang/Object;
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13950 HSPLandroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 13953 HSPLandroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder;
|