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

/frameworks/base/core/java/android/provider/
H A DSettings.java2372 return putIntForUser(cr, name, value, UserHandle.myUserId());
2376 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.System
2665 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle);
4948 return putIntForUser(cr, name, value, UserHandle.myUserId());
4952 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.Secure
7341 * @deprecated use {@link #putIntForUser(ContentResolver, String, int, int)} and
7367 return putIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE, mode, userId);

Completed in 74 milliseconds