OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConnectionState
(Results
1 - 7
of
7
) sorted by null
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
49
private int
mConnectionState
= STATE_DISCONNECTED;
77
mConnectionState
= STATE_CONNECTED;
86
mConnectionState
= STATE_DISCONNECTED;
223
mConnectionState
= STATE_CONNECTING;
240
mConnectionState
= STATE_CONNECTING;
DeviceControlActivity.java
54
private TextView
mConnectionState
;
168
mConnectionState
= (TextView) findViewById(R.id.connection_state);
233
mConnectionState
.setText(resourceId);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
49
private int
mConnectionState
= STATE_DISCONNECTED;
77
mConnectionState
= STATE_CONNECTED;
86
mConnectionState
= STATE_DISCONNECTED;
223
mConnectionState
= STATE_CONNECTING;
240
mConnectionState
= STATE_CONNECTING;
DeviceControlActivity.java
54
private TextView
mConnectionState
;
168
mConnectionState
= (TextView) findViewById(R.id.connection_state);
233
mConnectionState
.setText(resourceId);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
49
private int
mConnectionState
= STATE_DISCONNECTED;
77
mConnectionState
= STATE_CONNECTED;
86
mConnectionState
= STATE_DISCONNECTED;
223
mConnectionState
= STATE_CONNECTING;
240
mConnectionState
= STATE_CONNECTING;
DeviceControlActivity.java
54
private TextView
mConnectionState
;
168
mConnectionState
= (TextView) findViewById(R.id.connection_state);
233
mConnectionState
.setText(resourceId);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java
53
private int
mConnectionState
= BluetoothAdapter.STATE_DISCONNECTED;
175
* @param
mConnectionState
the
mConnectionState
to set
177
void setConnectionState(int
mConnectionState
) {
179
this.
mConnectionState
=
mConnectionState
;
184
* @return the
mConnectionState
188
return
mConnectionState
;
Completed in 33 milliseconds