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

/frameworks/base/core/java/android/provider/
H A DSettings.java2064 return putIntForUser(cr, name, value, UserHandle.myUserId());
2068 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.System
2356 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle);
4428 return putIntForUser(cr, name, value, UserHandle.myUserId());
4432 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.Secure
6580 * @deprecated use {@link #putIntForUser(ContentResolver, String, int, int)} and
6606 return putIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE, mode, userId);

Completed in 390 milliseconds