Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryService.java182 dispatchBroadcast(self, intent); in onStartCommand()
194 static void dispatchBroadcast(final Context context, final Intent intent) { in dispatchBroadcast() method in DictionaryService
/aosp12/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBroadcastInterceptingContext.java75 public boolean dispatchBroadcast(Intent intent) { in dispatchBroadcast() method in BroadcastInterceptingContext.BroadcastInterceptor
181 if (interceptor.dispatchBroadcast(intent)) { in sendBroadcast()