OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTargetDevice
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java
85
//
mTargetDevice
is the device to be connected
88
// and
mTargetDevice
are null
89
// when either mCurrentDevice or
mTargetDevice
is not null,
93
// both mCurrentDevice and
mTargetDevice
are null
95
// mCurrentDevice is not null,
mTargetDevice
is null
98
// mCurrentDevice is null,
mTargetDevice
is not null
101
// Both mCurrentDevice and
mTargetDevice
are not null
103
// mCurrentDevice is not null,
mTargetDevice
is null
105
// Both mCurrentDevice and
mTargetDevice
are null
107
private BluetoothDevice
mTargetDevice
= null
[
all
...]
A2dpStateMachine.java
82
//
mTargetDevice
is the device to be connected
85
// and
mTargetDevice
are null
86
// when either mCurrentDevice or
mTargetDevice
is not null,
90
// both mCurrentDevice and
mTargetDevice
are null
92
// mCurrentDevice is not null,
mTargetDevice
is null
95
// mCurrentDevice is null,
mTargetDevice
is not null
98
// Both mCurrentDevice and
mTargetDevice
are not null
100
// mCurrentDevice is not null,
mTargetDevice
is null
102
// Both mCurrentDevice and
mTargetDevice
are null
104
private BluetoothDevice
mTargetDevice
= null
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
163
//
mTargetDevice
is the device to be connected
166
// and
mTargetDevice
are null
167
// when either mCurrentDevice or
mTargetDevice
is not null,
171
// both mCurrentDevice and
mTargetDevice
are null
173
// mCurrentDevice is not null,
mTargetDevice
is null
176
// mCurrentDevice is null,
mTargetDevice
is not null
179
// Both mCurrentDevice and
mTargetDevice
are not null
181
// mCurrentDevice is not null,
mTargetDevice
is null
183
// Both mCurrentDevice and
mTargetDevice
are null
185
private BluetoothDevice
mTargetDevice
= null
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
56
private BluetoothDevice
mTargetDevice
= null;
158
mTargetDevice
= device;
189
(
mTargetDevice
!= null &&
mTargetDevice
.equals(device))) {
190
mTargetDevice
= null;
660
((adapterService.isQuietModeEnabled()) &&(
mTargetDevice
== null)) ||
Completed in 215 milliseconds