Searched refs:mStatusCode (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DPluginData.java56 private int mStatusCode; field in class:PluginData
80 mStatusCode = code;
139 return mStatusCode;
H A DWebResourceResponse.java30 private int mStatusCode; field in class:WebResourceResponse
137 mStatusCode = statusCode;
147 return mStatusCode;
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java47 protected int mStatusCode; field in class:PlaybackSynthesisCallback
62 mStatusCode = TextToSpeech.SUCCESS;
74 if (mStatusCode == TextToSpeech.STOPPED) {
80 mStatusCode = TextToSpeech.STOPPED;
131 mStatusCode = TextToSpeech.ERROR_OUTPUT;
134 if (mStatusCode == TextToSpeech.STOPPED) {
138 if (mStatusCode != TextToSpeech.SUCCESS) {
169 mStatusCode = TextToSpeech.ERROR_OUTPUT;
172 if (mStatusCode != TextToSpeech.SUCCESS) {
176 if (mStatusCode
[all...]
H A DFileSynthesisCallback.java55 protected int mStatusCode; field in class:FileSynthesisCallback
63 mStatusCode = TextToSpeech.SUCCESS;
72 if (mStatusCode == TextToSpeech.STOPPED) {
76 mStatusCode = TextToSpeech.STOPPED;
112 if (mStatusCode == TextToSpeech.STOPPED) {
116 if (mStatusCode != TextToSpeech.SUCCESS) {
142 mStatusCode = TextToSpeech.ERROR_OUTPUT;
156 if (mStatusCode == TextToSpeech.STOPPED) {
160 if (mStatusCode != TextToSpeech.SUCCESS) {
166 mStatusCode
[all...]
H A DSynthesisPlaybackQueueItem.java61 private volatile int mStatusCode; field in class:SynthesisPlaybackQueueItem
75 mStatusCode = TextToSpeech.SUCCESS;
112 if (mStatusCode == TextToSpeech.SUCCESS) {
114 } else if(mStatusCode == TextToSpeech.STOPPED) {
117 dispatcher.dispatchOnError(mStatusCode);
120 mLogger.onCompleted(mStatusCode);
130 mStatusCode = statusCode;
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java37 private int mStatusCode = HttpStatus.SC_OK; field in class:MockHttpClient
41 mStatusCode = HttpStatus.SC_OK;
49 mStatusCode = statusCode;
59 new ProtocolVersion("HTTP", 1, 1), mStatusCode, "");
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h29 unsigned long mStatusCode; member in struct:android::ARTSPResponse
H A DARTSPConnection.cpp659 response->mStatusCode = 0;
665 statusCodeStr.c_str(), &response->mStatusCode)
666 || response->mStatusCode < 100 || response->mStatusCode > 999) {
736 if (response->mStatusCode == 401) {
H A DMyHandler.h493 if (response->mStatusCode == 301 || response->mStatusCode == 302) {
522 if (response->mStatusCode != 200) {
665 if (response->mStatusCode != 200) {
795 if (response->mStatusCode != 200) {
1139 if (response->mStatusCode != 200) {
1273 if (response->mStatusCode != 200) {
H A DMyTransmitter.h381 if (response->mStatusCode == 401) {
393 if (result != OK || response->mStatusCode != 200) {
470 if (result != OK || response->mStatusCode != 200) {

Completed in 148 milliseconds