/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/ |
H A D | GrantPermissionsWearViewHandler.java | 208 notifyListener(DENIED); in onBackPressed() 215 notifyListener(GRANTED_ALWAYS); in onClick() 218 notifyListener(DENIED); in onClick() 223 notifyListener(DENIED_DO_NOT_ASK_AGAIN); in onClick() 225 notifyListener(DENIED); in onClick() 231 private void notifyListener(@Result int result) { in notifyListener() method in GrantPermissionsWearViewHandler
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | ConnectState.java | 225 notifyListener(StateMachine.RESULT_SUCCESS); in inferConnectionStatus() 228 notifyListener(StateMachine.RESULT_CAPTIVE_PORTAL); in inferConnectionStatus() 244 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR); in inferConnectionStatus() 250 notifyListener(StateMachine.RESULT_FAILURE); in inferConnectionStatus() 255 private void notifyListener(int result) { in notifyListener() method in ConnectState.ConnectToWifiFragment 335 fragment.notifyListener(StateMachine.RESULT_SUCCESS); in handleMessage() 342 fragment.notifyListener(StateMachine.RESULT_FAILURE); in handleMessage()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | CrossWindowBlurListeners.java | 92 notifyListener(listener, executor, mCrossWindowBlurEnabled); in addListener() 127 private void notifyListener(Consumer<Boolean> listener, Executor executor, boolean enabled) { in notifyListener() method in CrossWindowBlurListeners 140 notifyListener(mListeners.keyAt(i), mListeners.valueAt(i), enabled); in onCrossWindowBlurEnabledChanged()
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayer.cpp | 1283 notifyListener( in onMessageReceived() 1313 notifyListener(MEDIA_STARTED, 0, 0); in onMessageReceived() 2049 notifyListener(MEDIA_SET_VIDEO_SIZE, 0, 0); in updateVideoSize() 2127 notifyListener( in updateVideoSize() 2144 driver->notifyListener(msg, ext1, ext2, in); in notifyListener() 2594 driver->notifyListener( in onSourceNotify() 2805 notifyListener(MEDIA_SUBTITLE_DATA, 0, 0, &in); in sendSubtitleData() 2818 notifyListener(MEDIA_META_DATA, 0, 0, &in); in sendTimedMetaData() 2848 notifyListener(MEDIA_TIMED_TEXT, 0, 0, &parcel); in sendTimedTextData() 2850 notifyListener(MEDIA_TIMED_TEXT, 0, 0); in sendTimedTextData() [all …]
|
H A D | NuPlayerDriver.h | 93 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
|
H A D | NuPlayer.h | 302 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
|
H A D | NuPlayerDriver.cpp | 1014 void NuPlayerDriver::notifyListener( in notifyListener() function in android::NuPlayerDriver
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | SidecarFragment.java | 222 notifyListener(listener); in addListener() 279 notifyListener(listener); in notifyAllListeners() 283 private void notifyListener(Listener listener) { in notifyListener() method in SidecarFragment
|
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/ |
H A D | TransportClient.java | 214 notifyListener(listener, null, caller); in connectAsync() 234 notifyListener(listener, null, caller); in connectAsync() 246 notifyListener(listener, mTransport, caller); in connectAsync() 492 private void notifyListener( in notifyListener() method 506 notifyListener(listener, transport, caller); in notifyListenersAndClearLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/compat/ |
H A D | CompatChange.java | 143 notifyListener(pname); in addPackageOverrideInternal() 148 notifyListener(pname); in removePackageOverrideInternal() 392 private synchronized void notifyListener(String packageName) { in notifyListener() method in CompatChange
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
H A D | LocationBasedCountryDetector.java | 243 notifyListener(null); in queryCountryCode() 252 notifyListener(mDetectedCountry); in queryCountryCode()
|
H A D | CountryDetectorBase.java | 69 protected void notifyListener(Country country) { in notifyListener() method in CountryDetectorBase
|
H A D | ComprehensiveCountryDetector.java | 406 notifyListener(detectedCountry); in notifyIfCountryChanged()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
H A D | MediaDecoder.java | 287 private void onStop(boolean notifyListener) { in onStop() argument 313 if (notifyListener) { in onStop()
|
H A D | AudioTrackDecoder.java | 97 notifyListener(); in onDataAvailable()
|
H A D | TrackDecoder.java | 106 protected void notifyListener() { in notifyListener() method in TrackDecoder
|
H A D | GpuVideoTrackDecoder.java | 117 notifyListener(); in onDataAvailable()
|
H A D | CpuVideoTrackDecoder.java | 91 notifyListener(); in onDataAvailable()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | RegisteredServicesCache.java | 279 private void notifyListener(final V type, final int userId, final boolean removed) { in notifyListener() method in RegisteredServicesCache 521 notifyListener(info.type, userId, false /* removed */); in generateServicesMap() 542 notifyListener(info.type, userId, false /* removed */); in generateServicesMap() 568 notifyListener(v1, userId, true /* removed */); in generateServicesMap()
|
/aosp12/packages/services/Car/service/src/com/android/car/user/ |
H A D | InitialUserSetter.java | 411 notifyListener(/*initialUser= */ null); in fallbackDefaultBehavior() 458 notifyListener(actualUser); in switchUser() 667 private void notifyListener(@Nullable UserInfo initialUser) { in notifyListener() method in InitialUserSetter
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
H A D | ComprehensiveCountryDetectorTest.java | 39 mLocationBasedCountryDetector.notifyListener(country); in notifyLocationBasedListener()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogPerfHandler.java | 1238 listenerInfos.get(i).notifyListener( in notifyResourceOveruseStatsLocked() 1246 systemListenerInfos.get(j).notifyListener( in notifyResourceOveruseStatsLocked() 2629 public void notifyListener(@CarWatchdogManager.ResourceOveruseFlag int resourceType, in notifyListener() method in WatchdogPerfHandler.ResourceOveruseListenerInfo
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 13407 HPLcom/android/server/backup/transport/TransportClient;->lambda$notifyListener$1$TransportClient(Lc… 13411 HPLcom/android/server/backup/transport/TransportClient;->notifyListener(Lcom/android/server/backup/… 15008 HPLcom/android/server/compat/CompatChange;->notifyListener(Ljava/lang/String;)V 21728 PLcom/android/server/location/countrydetector/CountryDetectorBase;->notifyListener(Landroid/locatio…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 16018 Landroid/content/pm/RegisteredServicesCache;->notifyListener(Ljava/lang/Object;IZ)V
|