Searched refs:MSG_DISCONNECT (Results 1 – 5 of 5) sorted by relevance
74 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine173 case MSG_DISCONNECT: in processMessage()255 mConnectionHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()272 case MSG_DISCONNECT: in processMessage()312 case MSG_DISCONNECT: in processMessage()351 sendMessage(MSG_DISCONNECT, device); in disconnect()
64 static final int MSG_DISCONNECT = 2; field in PbapClientConnectionHandler233 case MSG_DISCONNECT: in handleMessage()
56 private static final int MSG_DISCONNECT = 1; field in AoapServiceManager77 if (msg.what == MSG_DISCONNECT) { in AoapServiceManager()151 mHandler.removeMessages(MSG_DISCONNECT, connection); in postponeServiceDisconnection()152 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_DISCONNECT, connection), in postponeServiceDisconnection()
105 private static final int MSG_DISCONNECT = 2; field in MceStateMachine255 sendMessage(MSG_DISCONNECT, mDevice); in disconnect()480 case MSG_DISCONNECT: in processMessage()519 case MSG_DISCONNECT: in processMessage()922 case MSG_DISCONNECT: in processMessage()
94 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection182 case MSG_DISCONNECT:670 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();