Home
last modified time | relevance | path

Searched defs:notifyListener (Results 1 – 25 of 266) sorted by relevance

1234567891011

/aosp_15_r20/external/junit/src/main/java/org/junit/runner/notification/
H A DRunNotifier.java81 protected abstract void notifyListener(RunListener each) throws Exception; in notifyListener() method in RunNotifier.SafeNotifier
90 protected void notifyListener(RunListener each) throws Exception { in fireTestRunStarted() method
102 protected void notifyListener(RunListener each) throws Exception { in fireTestRunFinished() method
120 protected void notifyListener(RunListener each) throws Exception { in fireTestSuiteStarted() method
137 protected void notifyListener(RunListener each) throws Exception { in fireTestSuiteFinished() method
155 protected void notifyListener(RunListener each) throws Exception { in fireTestStarted() method
175 protected void notifyListener(RunListener listener) throws Exception { in fireTestFailures() method
194 protected void notifyListener(RunListener each) throws Exception { in fireTestAssumptionFailed() method
208 protected void notifyListener(RunListener each) throws Exception { in fireTestIgnored() method
224 protected void notifyListener(RunListener each) throws Exception { in fireTestFinished() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/countrydetector/
H A DCountryDetectorBase.java69 protected void notifyListener(Country country) { in notifyListener() method in CountryDetectorBase
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUNotifier.java171 protected abstract void notifyListener(EventListener l); in notifyListener() method in ICUNotifier
H A DICUService.java950 protected void notifyListener(EventListener l) { in notifyListener() method in ICUService
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DICUNotifier.java169 protected abstract void notifyListener(EventListener l); in notifyListener() method in ICUNotifier
H A DICUService.java944 protected void notifyListener(EventListener l) { in notifyListener() method in ICUService
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DCrossWindowBlurListeners.java127 private void notifyListener(Consumer<Boolean> listener, Executor executor, boolean enabled) { in notifyListener() method in CrossWindowBlurListeners
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java106 protected void notifyListener() { in notifyListener() method in TrackDecoder
H A DMediaDecoder.java290 private void onStop(boolean notifyListener) { in onStop()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/
DSidecarFragment.java283 private void notifyListener(Listener listener) { in notifyListener() method in SidecarFragment
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DConnectState.java336 private void notifyListener(int result) { in notifyListener() method in ConnectState.ConnectToWifiFragment
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/compat/
H A DCompatChange.java390 private synchronized void notifyListener(String packageName) { in notifyListener() method in CompatChange
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A DTestSelector.java239 private void notifyListener() { in notifyListener() method in TestSelector
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java780 private void notifyListener(@Nullable String country) { in notifyListener() method in WifiCountryCode
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportConnection.java503 private void notifyListener( in notifyListener() method
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java1020 public void notifyListener(EventListener l) { in notifyListener() method in ICUServiceTest.ICUNSubclass
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUServiceTest.java1023 public void notifyListener(EventListener l) { in notifyListener() method in ICUServiceTest.ICUNSubclass
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java290 private void notifyListener(final V type, final int userId, final boolean removed) { in notifyListener() method in RegisteredServicesCache
/aosp_15_r20/packages/services/Car/service/src/com/android/car/user/
DInitialUserSetter.java767 private void notifyListener(@Nullable UserHandle initialUser) { in notifyListener() method in InitialUserSetter
/aosp_15_r20/libcore/support/src/test/java/tests/resources/
HDjunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dserv.cpp942 ICUService::notifyListener(EventListener& l) const in notifyListener() function in ICUService
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp1059 void NuPlayerDriver::notifyListener( in notifyListener() function in android::NuPlayerDriver
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dserv.cpp942 ICUService::notifyListener(EventListener& l) const in notifyListener() function in ICUService
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp35 virtual void notifyListener(EventListener& /*l*/) const override { in notifyListener() function in ICUNSubclass
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp35 virtual void notifyListener(EventListener& /*l*/) const override { in notifyListener() function in ICUNSubclass

1234567891011