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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java101 private static final int MSG_ANSWER_VIDEO = 17; field in class:ConnectionService
162 mHandler.obtainMessage(MSG_ANSWER_VIDEO, args).sendToTarget();
327 case MSG_ANSWER_VIDEO: {

Completed in 29 milliseconds