Searched refs:mJustDiscovered (Results 1 – 2 of 2) sorted by relevance
76 boolean mJustDiscovered; field in CachedBluetoothDevice446 if (mJustDiscovered != justDiscovered) { in setJustDiscovered()447 mJustDiscovered = justDiscovered; in setJustDiscovered()733 comparison = (another.mJustDiscovered ? 1 : 0) - (mJustDiscovered ? 1 : 0); in compareTo()1103 boolean tmpJustDiscovered = mJustDiscovered; in switchSubDeviceContent()1107 mJustDiscovered = mSubDevice.mJustDiscovered; in switchSubDeviceContent()1111 mSubDevice.mJustDiscovered = tmpJustDiscovered; in switchSubDeviceContent()
905 mCachedDevice.mJustDiscovered = JUSTDISCOVERED_1; in switchSubDeviceContent()907 subCachedDevice.mJustDiscovered = JUSTDISCOVERED_2; in switchSubDeviceContent()911 assertThat(mCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_1); in switchSubDeviceContent()914 assertThat(subCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_2); in switchSubDeviceContent()919 assertThat(mCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_2); in switchSubDeviceContent()922 assertThat(subCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_1); in switchSubDeviceContent()