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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 44 private static final int MSG_SET_DISCONNECTED = 5;
96 case MSG_SET_DISCONNECTED: {
240 mHandler.obtainMessage(MSG_SET_DISCONNECTED, args).sendToTarget();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 67 private static final int MSG_SET_DISCONNECTED = 5;
125 case MSG_SET_DISCONNECTED: {
418 mHandler.obtainMessage(MSG_SET_DISCONNECTED, args).sendToTarget();
    [all...]

Completed in 36 milliseconds