Home
last modified time | relevance | path

Searched refs:TEST_PRESENCE_STATE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DEventTest.java54 private static final int TEST_PRESENCE_STATE = BluetoothMapContract.PresenceState.ONLINE; field in EventTest
189 TEST_PRESENCE_STATE, in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
202 assertThat(event.presenceState).isEqualTo(TEST_PRESENCE_STATE); in constructor_forExtendedEventTypeOnePointTwo_withConversationEvents()
DBluetoothMapContentObserverTest.java117 static final int TEST_PRESENCE_STATE = 1; field in BluetoothMapContentObserverTest
1047 TEST_PRESENCE_STATE, in initContactsList()
1071 Assert.assertEquals(contactElement.getPresenceAvailability(), TEST_PRESENCE_STATE); in initContactsList() local
2392 TEST_PRESENCE_STATE, in handleContactListChanges_withNullContactForUci()
2414 Assert.assertEquals(contactElement.getPresenceAvailability(), TEST_PRESENCE_STATE); in handleContactListChanges_withNullContactForUci() local
2450 TEST_PRESENCE_STATE, in handleContactListChanges_withNonNullContactForUci()
2485 Assert.assertEquals(contactElement.getPresenceAvailability(), TEST_PRESENCE_STATE); in handleContactListChanges_withNonNullContactForUci() local