public final class android.telephony.LocationAccessPolicy
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.telephony.LocationAccessPolicy
  super_class: java.lang.Object
{
  private static final java.lang.String LOG_TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Landroid/telephony/LocationAccessPolicy;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            putstatic android.telephony.LocationAccessPolicy.LOG_TAG:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telephony.LocationAccessPolicy this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.telephony.LocationAccessPolicy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/LocationAccessPolicy;

  public static boolean canAccessCellLocation(android.content.Context, java.lang.String, int, int, boolean);
    descriptor: (Landroid/content/Context;Ljava/lang/String;IIZ)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=5
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.SecurityException
    MethodParameters:
                         Name  Flags
      context                  
      pkgName                  
      uid                      
      pid                      
      throwOnDeniedPermission  

  private static boolean isLocationModeEnabled(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.Context context
        start local 1 // int userId
         0: .line 95
            aload 0 /* context */
            ldc Landroid/location/LocationManager;
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast android.location.LocationManager
            astore 2 /* locationManager */
        start local 2 // android.location.LocationManager locationManager
         1: .line 96
            aload 2 /* locationManager */
            ifnonnull 4
         2: .line 97
            getstatic android.telephony.LocationAccessPolicy.LOG_TAG:Ljava/lang/String;
            ldc "Couldn't get location manager, denying location access"
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         3: .line 98
            iconst_0
            ireturn
         4: .line 100
      StackMap locals: android.location.LocationManager
      StackMap stack:
            aload 2 /* locationManager */
            iload 1 /* userId */
            invokestatic android.os.UserHandle.of:(I)Landroid/os/UserHandle;
            invokevirtual android.location.LocationManager.isLocationEnabledForUser:(Landroid/os/UserHandle;)Z
            ireturn
        end local 2 // android.location.LocationManager locationManager
        end local 1 // int userId
        end local 0 // android.content.Context context
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0          context  Landroid/content/Context;
            0    5     1           userId  I
            1    5     2  locationManager  Landroid/location/LocationManager;
    MethodParameters:
         Name  Flags
      context  
      userId   

  private static boolean checkInteractAcrossUsersFull(android.content.Context);
    descriptor: (Landroid/content/Context;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission.INTERACT_ACROSS_USERS_FULL cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      context  

  private static boolean isCurrentProfile(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=10, args_size=2
        start local 0 // android.content.Context context
        start local 1 // int uid
         0: .line 110
            invokestatic android.os.Binder.clearCallingIdentity:()J
            lstore 2 /* token */
        start local 2 // long token
         1: .line 112
            invokestatic android.app.ActivityManager.getCurrentUser:()I
            istore 4 /* currentUser */
        start local 4 // int currentUser
         2: .line 113
            iload 1 /* uid */
            invokestatic android.os.UserHandle.getUserId:(I)I
            istore 5 /* callingUserId */
        start local 5 // int callingUserId
         3: .line 114
            iload 5 /* callingUserId */
            iload 4 /* currentUser */
            if_icmpne 6
         4: .line 127
            lload 2 /* token */
            invokestatic android.os.Binder.restoreCallingIdentity:(J)V
         5: .line 115
            iconst_1
            ireturn
         6: .line 117
      StackMap locals: long int int
      StackMap stack:
            aload 0 /* context */
         7: .line 118
            ldc Landroid/os/UserManager;
         8: .line 117
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast android.os.UserManager
         9: .line 118
            iload 4 /* currentUser */
            invokevirtual android.os.UserManager.getProfiles:(I)Ljava/util/List;
        10: .line 117
            astore 6 /* userProfiles */
        start local 6 // java.util.List userProfiles
        11: .line 119
            aload 6 /* userProfiles */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 16
      StackMap locals: android.content.Context int long int int java.util.List top java.util.Iterator
      StackMap stack:
        12: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.content.pm.UserInfo
            astore 7 /* user */
        start local 7 // android.content.pm.UserInfo user
        13: .line 120
            aload 7 /* user */
            getfield android.content.pm.UserInfo.id:I
            iload 5 /* callingUserId */
            if_icmpne 16
        14: .line 127
            lload 2 /* token */
            invokestatic android.os.Binder.restoreCallingIdentity:(J)V
        15: .line 121
            iconst_1
            ireturn
        end local 7 // android.content.pm.UserInfo user
        16: .line 119
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        end local 6 // java.util.List userProfiles
        17: .line 127
            lload 2 /* token */
            invokestatic android.os.Binder.restoreCallingIdentity:(J)V
        18: .line 125
            iconst_0
            ireturn
        end local 5 // int callingUserId
        end local 4 // int currentUser
        19: .line 126
      StackMap locals: android.content.Context int long
      StackMap stack: java.lang.Throwable
            astore 9
        20: .line 127
            lload 2 /* token */
            invokestatic android.os.Binder.restoreCallingIdentity:(J)V
        21: .line 128
            aload 9
            athrow
        end local 2 // long token
        end local 1 // int uid
        end local 0 // android.content.Context context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0        context  Landroid/content/Context;
            0   22     1            uid  I
            1   22     2          token  J
            2   19     4    currentUser  I
            3   19     5  callingUserId  I
           11   17     6   userProfiles  Ljava/util/List<Landroid/content/pm/UserInfo;>;
           13   16     7           user  Landroid/content/pm/UserInfo;
      Exception table:
        from    to  target  type
           1     4      19  any
           6    14      19  any
          16    17      19  any
    MethodParameters:
         Name  Flags
      context  
      uid      
}
SourceFile: "LocationAccessPolicy.java"