A lot of functions in the Android source code have peculiar names ending with LI, LPw, LPr. Does anyone know what these acronyms mean, as it would be more helpful to understand the function name and its purpose.
Example:
PackageManagerService.installPackageLI()
PackageManagerService.updatePermissionsLPw()
Settings.peekPackageLPr()
Thanks.
Look at line 234 :