/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | DefaultAppProvider.java | 72 final RoleManager roleManager = mRoleManagerSupplier.get(); in setDefaultBrowser() local 132 final RoleManager roleManager = mRoleManagerSupplier.get(); in setDefaultHome() local 148 final RoleManager roleManager = mRoleManagerSupplier.get(); in getRoleHolder() local
|
H A D | DexOptHelper.java | 322 RoleManager roleManager = mPm.mContext.getSystemService(RoleManager.class); in dexoptLauncher() local
|
H A D | PackageManagerShellCommand.java | 3408 RoleManager roleManager = mContext.getSystemService(RoleManager.class); in runSetHomeActivity() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
H A D | BugreportManagerServiceImplTest.java | 76 RoleManager roleManager = mContext.getSystemService(RoleManager.class); in tearDown() local 154 RoleManager roleManager = mContext.getSystemService(RoleManager.class); in testCancelBugreportWithRole() local
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | RolesUtils.java | 44 final RoleManager roleManager = context.getSystemService(RoleManager.class); in isRoleHolder() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/telecom/ |
H A D | TelecomLoaderService.java | 235 final RoleManager roleManager = mContext.getSystemService(RoleManager.class); in registerDefaultAppNotifier() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/television/ |
H A D | TvUnblockSensorActivity.java | 82 AppOpsManager appOpsManager, RoleManager roleManager) { in TvUnblockSensorActivity()
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/ |
H A D | TelephonyUtils.java | 310 RoleManager roleManager = context.getSystemService(RoleManager.class); in isPackageSMSRoleHolderForUser() local
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | SmsApplication.java | 481 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication() local 610 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser() local
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilitySecurityPolicy.java | 693 final RoleManager roleManager = mContext.getSystemService(RoleManager.class); in checkForAccessibilityPermissionOrRole() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | MockSystemServices.java | 144 public final RoleManager roleManager; field in MockSystemServices
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 242 final RoleManager roleManager = context.getSystemService(RoleManager.class); in getDefaultLauncher() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationPackageManager.java | 2521 RoleManager roleManager = mContext.getSystemService(RoleManager.class); in getDefaultBrowserPackageNameAsUser() local 2527 RoleManager roleManager = mContext.getSystemService(RoleManager.class); in setDefaultBrowserPackageNameAsUser() local
|