Searched refs:adjustAllocateFlags (Results 1 – 2 of 2) sorted by relevance
3188 private int adjustAllocateFlags(int flags, int callingUid, String callingPackage) { in adjustAllocateFlags() method in StorageManagerService3219 flags = adjustAllocateFlags(flags, Binder.getCallingUid(), callingPackage); in getAllocatableBytes()3263 flags = adjustAllocateFlags(flags, Binder.getCallingUid(), callingPackage); in allocateBytes()
1760 PLcom/android/server/StorageManagerService;->adjustAllocateFlags(IILjava/lang/String;)I