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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java87 private static final int MSG_CREATE_CONNECTION = 2; field in class:ConnectionService
149 mHandler.obtainMessage(MSG_CREATE_CONNECTION, args).sendToTarget();
286 case MSG_CREATE_CONNECTION: {

Completed in 35 milliseconds