Searched defs: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 DHTML5VideoView.java40 protected HTML5VideoViewProxy mProxy; field in class:HTML5VideoView
79 mTimer.schedule(new TimeupdateTask(mProxy), TIMEUPDATE_PERIOD,
156 mProxy = null;
198 mProxy = proxy;
219 mPlayer.setDataSource(mProxy.getContext(), mUri, mHeaders);
247 private HTML5VideoViewProxy mProxy; field in class:HTML5VideoView.TimeupdateTask
250 mProxy = proxy;
255 mProxy.onTimeupdate();
263 if (mProxy != null) {
264 mProxy
[all...]
H A DHTML5VideoViewProxy.java383 private final HTML5VideoViewProxy mProxy; field in class:HTML5VideoViewProxy.PosterDownloader
401 mProxy = proxy;
453 mProxy.doSetPoster(poster);
505 mRequestQueue = new RequestQueue(mProxy.getContext());
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java793 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipService.AutoRegistrationProcess
915 setListener(mProxy.getListener());
931 mProxy.setListener(listener);
939 mProxy.onRegistering(mSession);
943 mProxy.onRegistrationDone(mSession, duration);
946 mProxy.onRegistrationTimeout(mSession);
948 mProxy.onRegistrationFailed(mSession, mErrorCode,
952 mProxy.onRegistrationFailed(mSession,
956 mProxy.onRegistrationFailed(mSession,
960 mProxy
[all...]
H A DSipSessionGroup.java476 replacedSession.mProxy.getListener(),
479 newSession.mProxy.onCallTransferring(newSession,
486 newSession = createNewSession(event, mProxy,
489 mProxy.onRinging(newSession, newSession.mPeerProfile,
519 SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipSessionGroup.SipSessionImpl
577 return new SipSessionImpl(mProxy.getListener());
648 mProxy.setListener((listener instanceof SipSessionListenerProxy)
874 mProxy.onRegistrationTimeout(this);
1040 mProxy.onCalling(this);
1049 mProxy
[all...]

Completed in 157 milliseconds