Home
last modified time | relevance | path

Searched refs:SocketState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java169 private enum SocketState { enum in BluetoothSocket
177 private volatile SocketState mSocketState;
249 mSocketState = SocketState.INIT; in BluetoothSocket()
285 bluetoothSocket.mSocketState = SocketState.CONNECTED; in createSocketFromOpenFd()
313 as.mSocketState = SocketState.CONNECTED; in acceptSocket()
406 return mSocketState == SocketState.CONNECTED; in isConnected()
448 if (mSocketState == SocketState.CLOSED) { in connect()
459 if (mSocketState == SocketState.CLOSED) { in connect()
483 if (mSocketState == SocketState.CLOSED) { in connect()
486 mSocketState = SocketState.CONNECTED; in connect()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt994 Landroid/bluetooth/BluetoothSocket$SocketState;->CLOSED:Landroid/bluetooth/BluetoothSocket$SocketSt…
995 Landroid/bluetooth/BluetoothSocket$SocketState;->CONNECTED:Landroid/bluetooth/BluetoothSocket$Socke…
996 Landroid/bluetooth/BluetoothSocket$SocketState;->INIT:Landroid/bluetooth/BluetoothSocket$SocketStat…
997 Landroid/bluetooth/BluetoothSocket$SocketState;->LISTENING:Landroid/bluetooth/BluetoothSocket$Socke…
998 …ndroid/bluetooth/BluetoothSocket$SocketState;->valueOf(Ljava/lang/String;)Landroid/bluetooth/Bluet…
999 Landroid/bluetooth/BluetoothSocket$SocketState;->values()[Landroid/bluetooth/BluetoothSocket$Socket…
1034 Landroid/bluetooth/BluetoothSocket;->mSocketState:Landroid/bluetooth/BluetoothSocket$SocketState;