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

/frameworks/base/core/java/android/content/
H A DContentQueryMap.java55 * @param keepUpdated true if the cursor's ContentProvider should be monitored for changes and
62 public ContentQueryMap(Cursor cursor, String columnNameOfKey, boolean keepUpdated, argument
68 setKeepUpdated(keepUpdated);
73 if (!keepUpdated) {
83 * @param keepUpdated if true the ContentQueryMap should be registered with the cursor's
86 public void setKeepUpdated(boolean keepUpdated) { argument
87 if (keepUpdated == mKeepUpdated) return;
88 mKeepUpdated = keepUpdated;

Completed in 18 milliseconds