HomeSort by relevance Sort by last modified time
    Searched full:notifyvaluechanged (Results 1 - 7 of 7) sorted by null

  /system/update_engine/update_manager/
fake_variable.h 46 // Make the NotifyValueChanged() public for FakeVariables.
47 void NotifyValueChanged() {
48 Variable<T>::NotifyValueChanged();
variable_unittest.cc 116 var.NotifyValueChanged();
126 var.NotifyValueChanged();
175 var.NotifyValueChanged();
generic_variables.h 186 this->NotifyValueChanged();
192 this->NotifyValueChanged();
evaluation_context_unittest.cc 224 fake_async_var_.NotifyValueChanged();
242 fake_async_var_.NotifyValueChanged();
298 fake_async_var_.NotifyValueChanged();
variable.h 118 void NotifyValueChanged() {
real_updater_provider.cc 408 NotifyValueChanged();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
Picker.java 244 notifyValueChanged(columnIndex);
257 private void notifyValueChanged(int columnIndex) {
350 notifyValueChanged(columnIndex);

Completed in 3038 milliseconds