H A D | Settings.java | 3699 return getLongForUser(cr, name, def, cr.getUserId()); in getLong() 3703 public static long getLongForUser(ContentResolver cr, String name, long def, in getLongForUser() method in Settings.System 3734 return getLongForUser(cr, name, cr.getUserId()); in getLong() 3738 public static long getLongForUser(ContentResolver cr, String name, int userHandle) in getLongForUser() method in Settings.System 6153 return getLongForUser(cr, name, def, cr.getUserId()); in getLong() 6158 public static long getLongForUser(ContentResolver cr, String name, long def, in getLongForUser() method in Settings.Secure 6189 return getLongForUser(cr, name, cr.getUserId()); in getLong() 6193 public static long getLongForUser(ContentResolver cr, String name, int userHandle) in getLongForUser() method in Settings.Secure
|