Searched refs:MSG_DISCONNECT (Results 1 – 5 of 5) sorted by relevance
76 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine175 case MSG_DISCONNECT: in processMessage()257 mConnectionHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()274 case MSG_DISCONNECT: in processMessage()314 case MSG_DISCONNECT: in processMessage()353 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 AoapServiceManager75 if (msg.what == MSG_DISCONNECT) { in AoapServiceManager()149 mHandler.removeMessages(MSG_DISCONNECT, connection); in postponeServiceDisconnection()150 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_DISCONNECT, connection), in postponeServiceDisconnection()
113 private static final int MSG_DISCONNECT = 2; field in MceStateMachine266 sendMessage(MSG_DISCONNECT, mDevice); in disconnect()496 case MSG_DISCONNECT: in processMessage()545 case MSG_DISCONNECT: in processMessage()963 case MSG_DISCONNECT: in processMessage()
114 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection183 case MSG_DISCONNECT:747 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();