Home
last modified time | relevance | path

Searched refs:removeObserver (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSlicePreferenceController.java66 mLiveData.removeObserver(this); in setSliceUri()
79 mLiveData.removeObserver(this); in onStop()
/packages/apps/Settings/src/com/android/settings/slices/
DSlicePreferenceController.java67 mLiveData.removeObserver(this); in setSliceUri()
80 mLiveData.removeObserver(this); in onStop()
/packages/apps/Settings/src/com/android/settings/network/
DProxySubscriptionManager.java122 mLifecycle.removeObserver(this); in setLifecycle()
147 mLifecycle.removeObserver(this); in onDestroy()
DGlobalSettingsChangeListener.java86 mLifecycle.removeObserver(this); in notifyChangeBasedOn()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicePreferenceControllerTest.java82 verify(mLiveData).removeObserver(mController); in onStop_unregisterObserver()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DGlobalSettingsChangeListenerTest.java59 doNothing().when(mLifecycle).removeObserver(mListener); in setUp()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DInMemoryPhoneBook.java129 mContactListAsyncQueryLiveData.removeObserver(this); in onTearDown()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiDetailsFragment.java183 getLifecycle().removeObserver(mWifiInfoProvider); in onDetach()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java89 mUnreadMissedCallLiveData.removeObserver(mUnreadMissedCallObserver); in tearDown()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSettingsFragment.java222 mPreferenceControllers.forEach(lifecycle::removeObserver); in onDetach()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java176 mSettingsLiveData.removeObserver(mSettingsSliceView); in onDestroyView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DPrimaryImage.java230 public void removeObserver(ImageShow observer) { in removeObserver() method in PrimaryImage
DImageShow.java196 PrimaryImage.getImage().removeObserver(this); in detach()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java543 mLiveDataSettings.removeObserver(mSliceViewSettings); in onDestroy()