Searched defs:Update (Results 1 – 7 of 7) sorted by relevance
28 data class Update<B>(val newValue: B) : Action<B>() dataClass
256 public static class Update { class in Model273 private Update() { in Update() method in Model.Update279 public Update(Exception exception, boolean remoteActionsEnabled) { in Update() method in Model.Update
46 struct Update { struct in android::os::statsd::TestStateListener47 Update(const HashableDimensionKey& key, int state) : mKey(key), mState(state){}; in Update() function48 HashableDimensionKey mKey;49 int mState;
32 TEST_F(ScoPktStatusTest, Update) { in TEST_F() argument
31 static interface Update {} interface in ProcessingTask
374 public static class Update { class in MockContentProvider391 public Update(Uri uri, in Update() method in MockContentProvider.Update
269 private class Update implements Command { class in CalendarProvider2Test273 public Update(String eventName, KeyValue[] pairs) { in Update() method in CalendarProvider2Test.Update