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

/frameworks/base/core/java/android/provider/
H A DSettings.java4327 return getLocationModeForUser(cr, userHandle);
4366 return getLocationModeForUser(cr, userHandle);
6418 final int mode = getLocationModeForUser(cr, userId);
6499 private static final int getLocationModeForUser(ContentResolver cr, int userId) { method in class:Settings.Secure

Completed in 463 milliseconds