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

/frameworks/base/core/java/android/provider/
H A DSettings.java2037 return putIntForUser(cr, name, value, UserHandle.myUserId());
2041 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.System
2329 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle);
4390 return putIntForUser(cr, name, value, UserHandle.myUserId());
4394 public static boolean putIntForUser(ContentResolver cr, String name, int value, method in class:Settings.Secure
6393 * @deprecated use {@link #putIntForUser(ContentResolver, String, int, int)} and
6419 return putIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE, mode, userId);

Completed in 143 milliseconds