Home
last modified time | relevance | path

Searched refs:interrupter (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java1568 mService.buzzBeepBlinkLocked(interrupter); in testCannotInterruptRingtoneInsistentBeep()
1572 assertFalse(interrupter.isInterruptive()); in testCannotInterruptRingtoneInsistentBeep()
1660 mService.buzzBeepBlinkLocked(interrupter); in testCannotInterruptRingtoneInsistentBuzz()
1664 assertFalse(interrupter.isInterruptive()); in testCannotInterruptRingtoneInsistentBuzz()
1680 mService.buzzBeepBlinkLocked(interrupter); in testCanInterruptRingtoneNonInsistentBeep()
1684 assertTrue(interrupter.isInterruptive()); in testCanInterruptRingtoneNonInsistentBeep()
1704 assertTrue(interrupter.isInterruptive()); in testCanInterruptRingtoneNonInsistentBuzz()
1725 assertTrue(interrupter.isInterruptive()); in testRingtoneInsistentBeep_doesNotBlockFutureSoundsOnceStopped()
1747 assertTrue(interrupter.isInterruptive()); in testRingtoneInsistentBuzz_doesNotBlockFutureSoundsOnceStopped()
1764 assertTrue(interrupter.isInterruptive()); in testCanInterruptNonRingtoneInsistentBeep()
[all …]
/aosp12/frameworks/base/cmds/interrupter/
H A DAndroid.bp11 name: "interrupter",
13 srcs: ["interrupter.c"],
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java475 final BaseClientMonitor interrupter = mock(BaseClientMonitor.class); in testInterruptPrecedingClients_whenExpected() local
476 when(interrupter.interruptsPrecedingClients()).thenReturn(true); in testInterruptPrecedingClients_whenExpected()
479 mScheduler.scheduleClientMonitor(interrupter); in testInterruptPrecedingClients_whenExpected()
491 final BaseClientMonitor interrupter = mock(BaseClientMonitor.class); in testDoesNotInterruptPrecedingClients_whenNotExpected() local
492 when(interrupter.interruptsPrecedingClients()).thenReturn(false); in testDoesNotInterruptPrecedingClients_whenNotExpected()
495 mScheduler.scheduleClientMonitor(interrupter); in testDoesNotInterruptPrecedingClients_whenNotExpected()
/aosp12/bionic/tests/
H A Dsetjmp_test.cpp308 auto interrupter = [](void* arg) -> void* { in TEST() local
322 ASSERT_EQ(0, pthread_create(&t, nullptr, interrupter, tids)); in TEST()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...