Home
last modified time | relevance | path

Searched refs:notifyListener (Results 1 – 24 of 24) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/
H A DGrantPermissionsWearViewHandler.java208 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 DConnectState.java225 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 DCrossWindowBlurListeners.java92 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 DNuPlayer.cpp1283 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 DNuPlayerDriver.h93 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
H A DNuPlayer.h302 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
H A DNuPlayerDriver.cpp1014 void NuPlayerDriver::notifyListener( in notifyListener() function in android::NuPlayerDriver
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSidecarFragment.java222 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 DTransportClient.java214 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 DCompatChange.java143 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 DLocationBasedCountryDetector.java243 notifyListener(null); in queryCountryCode()
252 notifyListener(mDetectedCountry); in queryCountryCode()
H A DCountryDetectorBase.java69 protected void notifyListener(Country country) { in notifyListener() method in CountryDetectorBase
H A DComprehensiveCountryDetector.java406 notifyListener(detectedCountry); in notifyIfCountryChanged()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java287 private void onStop(boolean notifyListener) { in onStop() argument
313 if (notifyListener) { in onStop()
H A DAudioTrackDecoder.java97 notifyListener(); in onDataAvailable()
H A DTrackDecoder.java106 protected void notifyListener() { in notifyListener() method in TrackDecoder
H A DGpuVideoTrackDecoder.java117 notifyListener(); in onDataAvailable()
H A DCpuVideoTrackDecoder.java91 notifyListener(); in onDataAvailable()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java279 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 DInitialUserSetter.java411 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 DComprehensiveCountryDetectorTest.java39 mLocationBasedCountryDetector.notifyListener(country); in notifyLocationBasedListener()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java1238 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 Dart-profile13407 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 Dhiddenapi-max-target-o.txt16018 Landroid/content/pm/RegisteredServicesCache;->notifyListener(Ljava/lang/Object;IZ)V