Searched refs:callerContext (Results 1 – 1 of 1) sorted by relevance
6437 if (admin1.getPackageName().equals(callerContext.getPackageName())) { in verifyCanGetOwnerInstalledCaCerts()6438 admin1Context = callerContext; in verifyCanGetOwnerInstalledCaCerts()6443 callerContext.applicationInfo = new ApplicationInfo(); in verifyCanGetOwnerInstalledCaCerts()6444 final UserHandle callerUser = callerContext.binder.getCallingUserHandle(); in verifyCanGetOwnerInstalledCaCerts()6450 getServices().addPackageContext(callerUser, callerContext); in verifyCanGetOwnerInstalledCaCerts()6453 runAsCaller(callerContext, dpms, (dpm) -> { in verifyCanGetOwnerInstalledCaCerts()6510 if (admin1.getPackageName().equals(callerContext.getPackageName())) { in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()6511 admin1Context = callerContext; in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()6516 callerContext.applicationInfo = new ApplicationInfo(); in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()6523 getServices().addPackageContext(callerUser, callerContext); in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()[all …]