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

  /frameworks/base/core/java/android/speech/tts/
EventLogger.java 36 private final int mCallerPid;
50 mCallerPid = callerPid;
127 EventLogTags.writeTtsSpeakFailure(mServiceApp, mCallerUid, mCallerPid,
144 EventLogTags.writeTtsSpeakSuccess(mServiceApp, mCallerUid, mCallerPid,
TextToSpeechService.java 414 private final int mCallerPid;
422 mCallerPid = callerPid;
435 return mCallerPid;
    [all...]

Completed in 123 milliseconds