Home
last modified time | relevance | path

Searched defs:notifyChanged (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DCaptivePortalDataShim.java67 void notifyChanged(INetworkMonitorCallbacks cb) throws RemoteException; in notifyChanged() method
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DAsyncDataSetObservable.kt39 override fun notifyChanged() { in notifyChanged() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java271 static synchronized void notifyChanged(BrowseTree.BrowseNode node) { in notifyChanged() method in BluetoothMediaBrowserService
307 static synchronized void notifyChanged(PlaybackStateCompat playbackState) { in notifyChanged() method in BluetoothMediaBrowserService
DAvrcpControllerStateMachine.java382 private void notifyChanged(BrowseTree.BrowseNode node) { in notifyChanged() method in AvrcpControllerStateMachine
393 private void notifyChanged(PlaybackStateCompat state) { in notifyChanged() method in AvrcpControllerStateMachine
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DCaptivePortalDataShimImpl.java126 public void notifyChanged(INetworkMonitorCallbacks cb) throws RemoteException { in notifyChanged() method in CaptivePortalDataShimImpl
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSeekBarPreference.java338 private void setValueInternal(int seekBarValue, boolean notifyChanged) { in setValueInternal()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DAccessPointPreference.java236 protected void notifyChanged() { in notifyChanged() method in AccessPointPreference
/packages/apps/Settings/src/com/android/settings/widget/
DSeekBarPreference.java265 private void setProgress(int progress, boolean notifyChanged) { in setProgress()