Searched refs:putLongForUser (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 2889 return putLongForUser(cr, name, value, cr.getUserId()); in putLong() 2893 public static boolean putLongForUser(ContentResolver cr, String name, long value, in putLongForUser() method in Settings.System 5617 return putLongForUser(cr, name, value, cr.getUserId()); in putLong() 5622 public static boolean putLongForUser(ContentResolver cr, String name, long value, in putLongForUser() method in Settings.Secure
|