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) {
TextToSpeech.java 646 private IBinder getCallerIdentity() {
647 return mServiceConnection.getCallerIdentity();
659 service.setCallback(getCallerIdentity(), null);
660 service.stop(getCallerIdentity());
    [all...]
TextToSpeechService.java 278 mCurrentSpeechItem.getCallerIdentity() == callerIdentity) {
315 stopForApp(speechItem.getCallerIdentity());
332 msg.obj = speechItem.getCallerIdentity();
411 public Object getCallerIdentity() {
459 mCallbacks.dispatchOnDone(getCallerIdentity(), utteranceId);
467 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId);
475 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId);
581 mAudioPlaybackHandler, this, getCallerIdentity(), mEventLogger);
701 mItem = new AudioPlaybackQueueItem(this, getCallerIdentity(),
739 this, getCallerIdentity(), mDuration))
    [all...]

Completed in 550 milliseconds