Home
last modified time | relevance | path

Searched refs:getNotificationConfigType (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Uwb/ranging/service/tests/unittests/src/com/android/ranging/tests/blerssi/
DBleRssiAdapterTest.java183 .getNotificationConfigType(), NOTIFICATION_CONFIG_ENABLE); in testAppMovingBackgroundForeground()
190 .getNotificationConfigType(), NOTIFICATION_CONFIG_DISABLE); in testAppMovingBackgroundForeground()
195 .getNotificationConfigType(), NOTIFICATION_CONFIG_ENABLE); in testAppMovingBackgroundForeground()
/packages/modules/Uwb/ranging/service/tests/unittests/src/com/android/ranging/tests/cs/
DCsAdapterTest.java194 .getNotificationConfigType(), NOTIFICATION_CONFIG_ENABLE); in testAppMovingBackgroundForeground()
201 .getNotificationConfigType(), NOTIFICATION_CONFIG_DISABLE); in testAppMovingBackgroundForeground()
206 .getNotificationConfigType(), NOTIFICATION_CONFIG_ENABLE); in testAppMovingBackgroundForeground()
/packages/modules/Uwb/ranging/service/tests/unittests/src/com/android/ranging/tests/rtt/
DRttAdapterTest.java193 .getNotificationConfigType(), NOTIFICATION_CONFIG_DISABLE); in testAppMovingBackgroundForeground()
198 .getNotificationConfigType(), NOTIFICATION_CONFIG_ENABLE); in testAppMovingBackgroundForeground()
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/util/
DDataNotificationManager.java61 switch (mCurrentConfig.getNotificationConfigType()) { in shouldSendResult()
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/rtt/
DRttConfig.java87 switch (ntfConfig.getNotificationConfigType()) { in asBackendParameters()
/packages/modules/Uwb/ranging/framework/java/android/ranging/
DDataNotificationConfig.java117 public int getNotificationConfigType() { in getNotificationConfigType() method in DataNotificationConfig
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/uwb/
DUwbConfig.java138 .setRangeDataConfigType((int) rangeDataNtfConfig.getNotificationConfigType()) in toBackend()
/packages/modules/Uwb/ranging/framework/tests/src/android/ranging/
DRangingFrameworkTest.java208 assertEquals(ntfConfig.getNotificationConfigType(), NOTIFICATION_CONFIG_ENABLE); in testRawRangingInitiatorSession()
/packages/modules/Uwb/ranging/framework/api/
Dcurrent.txt6 method public int getNotificationConfigType();