return mFlushAll || mFlushedObjects.contains(speechItem.getCallerIdentity()); | return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()); | mFlushAll || mFlushedObjects.contains(speechItem.getCallerIdentity()) | mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()) | platform_frameworks_base | 10db95b316a29196ce39635682c07a2a414a09e7 | android.speech.tts.TextToSpeechService.SynthHandler | | _1 | mFlushedObjects |
---|
_2 | mFlushedObjects |
---|
| v0 | mFlushedObjects.contains(speechItem.getCallerIdentity()) |
---|
| | v0 | mFlushedObjects.contains(speechItem.getCallerIdentity()) |
---|
| Returns | True |