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.java490 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nonPatternBasedVibrationEffect_waveform() local
512 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nonPatternBasedVibrationEffect_nonWaveform() local
531 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_patternBasedVibrationEffect_nonRepeating() local
550 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_patternBasedVibrationEffect_wholeRepeating() local
570 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_patternBasedVibrationEffect_partialRepeating() local
587 Consumer<NotificationChannel> assertions = (testedChannel) -> { in testVibrationGetters_nullVibrationEffect() local
604 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