Searched defs:mProxy (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoView.java52 protected HTML5VideoViewProxy mProxy; field in class:HTML5VideoView
89 mTimer.schedule(new TimeupdateTask(mProxy), TIMEUPDATE_PERIOD,
181 mProxy = null;
222 mProxy = proxy;
290 private HTML5VideoViewProxy mProxy; field in class:HTML5VideoView.TimeupdateTask
293 mProxy = proxy;
298 mProxy.onTimeupdate();
306 if (mProxy != null) {
307 mProxy.onPrepared(mp);
310 pauseAndDispatch(mProxy);
[all...]
H A DHTML5VideoViewProxy.java447 private final HTML5VideoViewProxy mProxy; field in class:HTML5VideoViewProxy.PosterDownloader
465 mProxy = proxy;
521 mProxy.doSetPoster(poster);
577 mRequestQueue = new RequestQueue(mProxy.getContext());
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java747 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipService.AutoRegistrationProcess
869 setListener(mProxy.getListener());
885 mProxy.setListener(listener);
893 mProxy.onRegistering(mSession);
897 mProxy.onRegistrationDone(mSession, duration);
900 mProxy.onRegistrationTimeout(mSession);
902 mProxy.onRegistrationFailed(mSession, mErrorCode,
906 mProxy.onRegistrationFailed(mSession,
910 mProxy.onRegistrationFailed(mSession,
914 mProxy
[all...]
H A DSipSessionGroup.java485 replacedSession.mProxy.getListener(),
488 newSession.mProxy.onCallTransferring(newSession,
495 newSession = createNewSession(event, mProxy,
498 mProxy.onRinging(newSession, newSession.mPeerProfile,
528 SipSessionListenerProxy mProxy = new SipSessionListenerProxy(); field in class:SipSessionGroup.SipSessionImpl
586 return new SipSessionImpl(mProxy.getListener());
657 mProxy.setListener((listener instanceof SipSessionListenerProxy)
883 mProxy.onRegistrationTimeout(this);
1049 mProxy.onCalling(this);
1058 mProxy
[all...]

Completed in 121 milliseconds