D | Settings.java | 3652 return getLongForUser(cr, name, def, cr.getUserId()); in getLong() 3656 public static long getLongForUser(ContentResolver cr, String name, long def, in getLongForUser() method in Settings.System 3687 return getLongForUser(cr, name, cr.getUserId()); in getLong() 3691 public static long getLongForUser(ContentResolver cr, String name, int userHandle) in getLongForUser() method in Settings.System 6106 return getLongForUser(cr, name, def, cr.getUserId()); in getLong() 6111 public static long getLongForUser(ContentResolver cr, String name, long def, in getLongForUser() method in Settings.Secure 6142 return getLongForUser(cr, name, cr.getUserId()); in getLong() 6146 public static long getLongForUser(ContentResolver cr, String name, int userHandle) in getLongForUser() method in Settings.Secure
|