Example #1
0
 public static VUserHandle getCallingUserHandle() {
   return new VUserHandle(VUserHandle.getUserId(getCallingUid()));
 }
Example #2
0
 public static int getBaseCallingUid() {
   return VUserHandle.getAppId(getCallingUid());
 }