Searched refs:getCallerIdentity (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1551 CallerIdentity callerIdentity = getCallerIdentity(); in setDevicePolicySafetyChecker() 2350 private CallerIdentity getCallerIdentity() { in getCallerIdentity() method 2351 return getCallerIdentity(null, null); in getCallerIdentity() 2357 private CallerIdentity getCallerIdentity(@Nullable String callerPackage) { in getCallerIdentity() method 2358 return getCallerIdentity(null, callerPackage); in getCallerIdentity() 2366 CallerIdentity getCallerIdentity(@Nullable ComponentName adminComponent) { in getCallerIdentity() method 2367 return getCallerIdentity(adminComponent, null); in getCallerIdentity() 2378 CallerIdentity getCallerIdentity(@Nullable ComponentName adminComponent, in getCallerIdentity() method 2902 final CallerIdentity caller = getCallerIdentity(); in getActiveAdminOrCheckPermissionsForCallerLocked() 2979 Preconditions.checkCallingUser(isManagedProfile(getCallerIdentity().getUserId())); in getActiveAdminOrCheckPermissionsForCallerLocked() [all …]
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeechService.java | 497 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()); in isFlushed() 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() 898 …mCallbacks.dispatchOnBeginSynthesis(getCallerIdentity(), utteranceId, sampleRateInHz, audioFormat,… in dispatchOnBeginSynthesis() [all …]
|
D | AudioPlaybackHandler.java | 63 if (current != null && (current.getCallerIdentity() == callerIdentity)) { in stopForApp() 107 if (item.getCallerIdentity() == callerIdentity) { in removeWorkItemsFor()
|
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() 1235 return service.playAudio(getCallerIdentity(), utteranceUri, queueMode, in speak() 1238 return service.speak(getCallerIdentity(), text, queueMode, getParams(params), in speak() 1307 return service.playAudio(getCallerIdentity(), earconUri, queueMode, in playEarcon() 1364 return service.playSilence(getCallerIdentity(), durationInMs, 1462 return service.stop(getCallerIdentity()); 1617 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) { [all …]
|
D | PlaybackQueueItem.java | 17 Object getCallerIdentity() { in getCallerIdentity() method in PlaybackQueueItem
|
/frameworks/base/services/ |
D | art-wear-profile | 9730 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity()Lcom/android/serv… 9731 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity(Landroid/content/C… 9732 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity(Landroid/content/… 9733 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity(Ljava/lang/String;…
|
D | art-profile | 1414 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCallerIdentity(Landroid/content…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 50592 Landroid/speech/tts/PlaybackQueueItem;->getCallerIdentity()Ljava/lang/Object; 50616 Landroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder; 50646 Landroid/speech/tts/TextToSpeech;->getCallerIdentity()Landroid/os/IBinder; 50710 Landroid/speech/tts/TextToSpeechService$SpeechItem;->getCallerIdentity()Ljava/lang/Object;
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 13735 HSPLandroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13738 HSPLandroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder;
|