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

  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 73 private static final int ENDED = 201;
157 // Some other video is already playing. Notify the caller that its playback ended.
249 // The video ended by itself, so we need to
252 sendMessage(obtainMessage(ENDED));
262 Message msg = Message.obtain(mWebCoreHandler, ENDED);
293 case ENDED:
476 case ENDED:
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 118 // Amount of time (in msec) that we display the "Call ended" state.
119 // The "short" value is for calls ended by the local user, and the
120 // "long" value is for calls ended by the remote caller.
198 * displaying information about the call that just ended.
206 * OTA call ended UI visible, replacing normal OTA in-call UI.
726 // (The DISCONNECTED state is used only to drive the "call ended"
    [all...]
OtaUtils.java     [all...]

Completed in 121 milliseconds