Searched refs:mJustDiscovered (Results 1 – 2 of 2) sorted by relevance
124 boolean mJustDiscovered; field in CachedBluetoothDevice778 if (mJustDiscovered != justDiscovered) { in setJustDiscovered()779 mJustDiscovered = justDiscovered; in setJustDiscovered()1127 comparison = (another.mJustDiscovered ? 1 : 0) - (mJustDiscovered ? 1 : 0); in compareTo()1901 final boolean tmpJustDiscovered = mJustDiscovered; in switchSubDeviceContent()1907 mJustDiscovered = mSubDevice.mJustDiscovered; in switchSubDeviceContent()1913 mSubDevice.mJustDiscovered = tmpJustDiscovered; in switchSubDeviceContent()1957 final boolean tmpJustDiscovered = mJustDiscovered; in switchMemberDeviceContent()1964 mJustDiscovered = newMainDevice.mJustDiscovered; in switchMemberDeviceContent()1972 newMainDevice.mJustDiscovered = tmpJustDiscovered; in switchMemberDeviceContent()
1796 mCachedDevice.mJustDiscovered = JUSTDISCOVERED_1; in switchSubDeviceContent()1799 mSubCachedDevice.mJustDiscovered = JUSTDISCOVERED_2; in switchSubDeviceContent()1807 assertThat(mCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_2); in switchSubDeviceContent()1812 assertThat(mSubCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_1); in switchSubDeviceContent()1898 mCachedDevice.mJustDiscovered = JUSTDISCOVERED_1; in switchMemberDeviceContent_switchMainDevice_switchesSuccessful()1901 mSubCachedDevice.mJustDiscovered = JUSTDISCOVERED_2; in switchMemberDeviceContent_switchMainDevice_switchesSuccessful()1908 assertThat(mCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_2); in switchMemberDeviceContent_switchMainDevice_switchesSuccessful()1913 assertThat(mSubCachedDevice.mJustDiscovered).isEqualTo(JUSTDISCOVERED_1); in switchMemberDeviceContent_switchMainDevice_switchesSuccessful()