Searched refs:mProxy (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DJsResult.java33 protected final CallbackProxy mProxy; field in class:JsResult
54 mProxy = proxy;
78 synchronized (mProxy) {
79 mProxy.notify();
H A DHTML5VideoViewProxy.java110 private HTML5VideoViewProxy mProxy; field in class:HTML5VideoViewProxy.VideoPlayer.TimeupdateTask
113 mProxy = proxy;
117 mProxy.onTimeupdate();
349 private final HTML5VideoViewProxy mProxy; field in class:HTML5VideoViewProxy.PosterDownloader
363 mProxy = proxy;
403 mProxy.doSetPoster(poster);
451 mRequestQueue = new RequestQueue(mProxy.getContext());
H A DWebView.java4789 private final DragTracker mProxy; field in class:WebView.DragTrackerHandler
4805 mProxy = proxy;
4828 mProxy.onStartDrag(x, y);
4863 if (mProxy.onStretchChange(sx, sy)) {
4922 mProxy.onStretchChange(mXY[0], mXY[1]);
4929 mProxy.onDraw(canvas);
4952 mProxy.onBitmapChange(bm);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java363 SipSessionImpl newSession = new SipSessionImpl(mProxy);
373 mProxy.onRinging(newSession, newSession.mPeerProfile,
387 SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipSessionGroup.SipSessionImpl
440 return new SipSessionImpl(mProxy.getListener());
504 mProxy.setListener((listener instanceof SipSessionListenerProxy)
754 mProxy.onRegistrationTimeout(this);
945 mProxy.onCalling(this);
954 mProxy.onRegistering(this);
962 mProxy.onRegistering(this);
1025 mProxy
[all...]
H A DSipService.java742 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipService.AutoRegistrationProcess
790 setListener(mProxy.getListener());
795 mProxy.setListener(listener);
803 mProxy.onRegistering(mSession);
807 mProxy.onRegistrationDone(mSession, duration);
810 mProxy.onRegistrationTimeout(mSession);
812 mProxy.onRegistrationFailed(mSession, mErrorCode,
816 mProxy.onRegistrationFailed(mSession,
820 mProxy.onRegistrationFailed(mSession,
824 mProxy
[all...]

Completed in 67 milliseconds