Home
last modified time | relevance | path

Searched defs:assertions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java366 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nonPatternBasedVibrationEffect_waveform() local
388 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nonPatternBasedVibrationEffect_nonWaveform() local
407 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_patternBasedVibrationEffect_nonRepeating() local
426 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_patternBasedVibrationEffect_wholeRepeating() local
446 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_patternBasedVibrationEffect_partialRepeating() local
463 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nullVibrationEffect() local
480 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nullPattern() local
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h66 const Assertions& assertions() const { return m_Assertions; } in assertions() function
67 Assertions& assertions() { return m_Assertions; } in assertions() function
/frameworks/base/packages/SettingsLib/tests/unit/src/com/android/settingslib/fuelgague/
DBatteryStatusTest.kt135 val assertions = in assertIsBatteryDefender() constant