OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRoam
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java
67
private int
mRoam
= HeadsetHalConstants.SERVICE_TYPE_HOME;
199
return
mRoam
;
203
if (
mRoam
!= roam) {
204
mRoam
= roam;
250
" mSignal=" + signal +"
mRoam
="+
mRoam
+
255
new HeadsetDeviceState(service,
mRoam
, signal, mBatteryCharge));
270
if (newService == mService && newRoam ==
mRoam
) {
275
mRoam
= newRoam;
411
int
mRoam
;
[
all
...]
HeadsetStateMachine.java
[
all
...]
Completed in 62 milliseconds