HomeSort by relevance Sort by last modified time
    Searched refs:getCallerIdentity (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/speech/tts/
PlaybackQueueItem.java 17 Object getCallerIdentity() {
AudioPlaybackHandler.java 63 if (current != null && (current.getCallerIdentity() == callerIdentity)) {
107 if (item.getCallerIdentity() == callerIdentity) {
TextToSpeechService.java 283 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) {
326 stopForApp(speechItem.getCallerIdentity());
344 msg.obj = speechItem.getCallerIdentity();
425 public Object getCallerIdentity() {
501 mCallbacks.dispatchOnDone(getCallerIdentity(), utteranceId);
509 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId);
517 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId);
610 mAudioPlaybackHandler, this, getCallerIdentity(), mEventLogger);
699 mItem = new AudioPlaybackQueueItem(this, getCallerIdentity(),
737 this, getCallerIdentity(), mDuration))
    [all...]
TextToSpeech.java 707 private IBinder getCallerIdentity() {
708 return mServiceConnection.getCallerIdentity();
730 service.setCallback(getCallerIdentity(), null);
731 service.stop(getCallerIdentity());
    [all...]

Completed in 123 milliseconds