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

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java105 private static final String INSTALL_LOCATION_PROVIDER = field in class:LocationManagerService
106 android.Manifest.permission.INSTALL_LOCATION_PROVIDER;
1656 if (mContext.checkCallingOrSelfPermission(INSTALL_LOCATION_PROVIDER)
1658 throw new SecurityException("Requires INSTALL_LOCATION_PROVIDER permission");
2104 // clear calling identity so INSTALL_LOCATION_PROVIDER permission is not required

Completed in 366 milliseconds