Searched defs:EVENT_CONNECT (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java58 public static final int EVENT_CONNECT = 1; field in class:BluetoothMasClient
331 client.sendToClient(EVENT_CONNECT, false);
347 client.sendToClient(EVENT_CONNECT, true);
354 client.sendToClient(EVENT_CONNECT, false);
612 * Upon completion callback handler will receive {@link #EVENT_CONNECT}
630 * Upon completion callback handler will receive {@link #EVENT_CONNECT}
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java180 static final int EVENT_CONNECT = BASE + 0; field in class:DataConnection
202 sCmdToString[EVENT_CONNECT - BASE] = "EVENT_CONNECT";
1166 case EVENT_CONNECT:
1167 if (DBG) log("DcDefaultState: msg.what=EVENT_CONNECT, fail not expected");
1277 * The state machine is inactive and expects a EVENT_CONNECT.
1352 case EVENT_CONNECT:
1353 if (DBG) log("DcInactiveState: mag.what=EVENT_CONNECT");
1360 log("DcInactiveState: msg.what=EVENT_CONNECT initConnection failed");
1405 case EVENT_CONNECT
[all...]

Completed in 98 milliseconds