Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt103 dispatchBroadcast() in authenticationMethod()
210 dispatchBroadcast() in setSecurityModeAndDispatchBroadcast()
213 private fun dispatchBroadcast() { in dispatchBroadcast() method
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DBroadcastInterceptingContext.java75 public boolean dispatchBroadcast(Intent intent) { in dispatchBroadcast() method in BroadcastInterceptingContext.BroadcastInterceptor
208 if (interceptor.dispatchBroadcast(intent)) { in sendBroadcast()