Home | History | Annotate | Download | only in location

Lines Matching defs:isLocationEnabledForUser

1251         return isLocationEnabledForUser(Process.myUserHandle());
1281 public boolean isLocationEnabledForUser(UserHandle userHandle) {
1283 return mService.isLocationEnabledForUser(userHandle.getIdentifier());