Searched defs:mClient (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/picasa/
H A DPicasaApi.java61 private final GDataClient mClient; field in class:PicasaApi
160 mClient = new GDataClient();
165 synchronized (mClient) {
166 mClient.setAuthToken(auth.authToken);
188 synchronized (mClient) {
189 mClient.get(builder.toString(), operation);
265 synchronized (mClient) {
266 mClient.get(builder.toString(), operation);
328 synchronized (mClient) {
329 mClient
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java241 ProcessItem mClient; field in class:RunningState.ProcessItem
407 if (proc.mClient != this) {
409 proc.mClient = this;
727 proc.mClient = null;
879 if (proc.mClient == null && proc.mServices.size() <= 0) {
/packages/apps/Browser/src/com/android/browser/
H A DTab.java1240 private final WebViewClient mClient; field in class:Tab.SubWindowClient
1244 mClient = client;
1249 // Unlike the others, do not call mClient's version, which would
1257 mClient.doUpdateVisitedHistory(view, url, isReload);
1261 return mClient.shouldOverrideUrlLoading(view, url);
1266 mClient.onReceivedSslError(view, handler, error);
1271 mClient.onReceivedHttpAuthRequest(view, handler, host, realm);
1276 mClient.onFormResubmission(view, dontResend, resend);
1281 mClient.onReceivedError(view, errorCode, description, failingUrl);
1286 return mClient
1301 private final WebChromeClient mClient; field in class:Tab.SubWindowChromeClient
[all...]

Completed in 81 milliseconds