HomeSort by relevance Sort by last modified time
    Searched refs:ENDED (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 54 ENDED,
162 state = State.ENDED;
263 if (state == State.ENDED) {
368 !(state == State.ENDED && !canReplay))
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 65 private static final int ENDED = 201;
207 // its playback ended.
272 // The video ended by itself, so we need to
276 sendMessage(obtainMessage(ENDED, 1, 0));
286 Message msg = Message.obtain(mWebCoreHandler, ENDED);
336 case ENDED:
555 case ENDED:
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 119 // Amount of time (in msec) that we display the "Call ended" state.
120 // The "short" value is for calls ended by the local user, and the
121 // "long" value is for calls ended by the remote caller.
662 // (The DISCONNECTED state is used only to drive the "call ended"
    [all...]
OtaUtils.java     [all...]

Completed in 1123 milliseconds