Searched defs:updateFrom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java954 public @Config int updateFrom(@NonNull Configuration delta) { method in class:Configuration
1202 * configuration changes returned by {@link #updateFrom(Configuration)}.
1205 * {@link #updateFrom(Configuration)}
1808 * resulting delta can be used with {@link #updateFrom(Configuration)}.
1811 * {@link #updateFrom(Configuration)} will treat it as a no-op and not update that member.
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java151 notification.stats.updateFrom(old.stats);
937 public void updateFrom(SingleNotificationStats old) { method in class:NotificationUsageStats.SingleNotificationStats

Completed in 68 milliseconds