HomeSort by relevance Sort by last modified time
    Searched defs:mRoam (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 53 private int mRoam = HeadsetHalConstants.SERVICE_TYPE_HOME;
124 return mRoam;
128 mRoam = roam;
165 " mSignal="+mSignal +" mRoam="+mRoam +
170 new HeadsetDeviceState(mService, mRoam, mSignal, mBatteryCharge));
276 int mRoam;
282 mRoam = roam;
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 84 private boolean mRoam = false;
122 mRoam = false;
228 if (roam != mRoam) {
229 mRoam = roam;
    [all...]

Completed in 279 milliseconds