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

  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 95 private static final int MSG_CONNECT = 3;
341 mHandler.obtainMessage(MSG_CONNECT, id).sendToTarget();
376 case MSG_CONNECT: {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 51 static final int MSG_CONNECT = 1;
188 case MSG_CONNECT:
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MceStateMachine.java 97 private static final int MSG_CONNECT = 1;
370 case MSG_CONNECT:
466 case MSG_CONNECT:
669 case MSG_CONNECT:

Completed in 187 milliseconds