Searched refs:MSG_DISCONNECT (Results 1 – 6 of 6) sorted by relevance
77 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine184 case MSG_DISCONNECT: in processMessage()230 .obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()251 case MSG_DISCONNECT: in processMessage()292 case MSG_DISCONNECT: in processMessage()359 sendMessage(MSG_DISCONNECT, device); in disconnect()
63 static final int MSG_DISCONNECT = 2; field in PbapClientConnectionHandler219 case MSG_DISCONNECT: in handleMessage()
57 private static final int MSG_DISCONNECT = 1; field in AoapServiceManager76 if (msg.what == MSG_DISCONNECT) { in AoapServiceManager()150 mHandler.removeMessages(MSG_DISCONNECT, connection); in postponeServiceDisconnection()151 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_DISCONNECT, connection), in postponeServiceDisconnection()
107 private static final int MSG_DISCONNECT = 2; field in MceStateMachine336 sendMessage(MSG_DISCONNECT, mDevice); in disconnect()618 case MSG_DISCONNECT: in processMessage()692 case MSG_DISCONNECT: in processMessage()1246 case MSG_DISCONNECT: in processMessage()1305 case MSG_DISCONNECT: in getMessageName()
198 mHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT).sendToTarget(); in createAndDisconnectWithoutAddingAccount_doesNotCrash()
122 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection194 case MSG_DISCONNECT:778 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();