Home
last modified time | relevance | path

Searched refs:getEnvLevel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapbMessageVCardTest.java68 assertThat(vcard.getEnvLevel()).isEqualTo(TEST_ENV_LEVEL); in constructor_forVersionTwoPointOne_withEnvLevel()
84 assertThat(vcard.getEnvLevel()).isEqualTo(TEST_ENV_LEVEL); in constructor_forVersionThree()
134 assertThat(vcardParsed.getEnvLevel()).isEqualTo(TEST_ENV_LEVEL); in encodeToStringBuilder_thenParseBackToVCard_returnsCorrectly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java190 public int getEnvLevel() { in getEnvLevel() method in BluetoothMapbMessage.VCard
DBluetoothMapContentObserver.java3210 if (recipient.getEnvLevel() == 0) { in pushMessage()
3226 if (recipient.getEnvLevel() == 0) { in pushMessage()