Home
last modified time | relevance | path

Searched defs:roleManager (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DDefaultSmsAppHelper.java56 RoleManager roleManager = context.getSystemService(RoleManager.class); in ensureDefaultSmsApp() local
102 RoleManager roleManager = context.getSystemService(RoleManager.class); in stopBeingDefaultSmsApp() local
144 RoleManager roleManager = context.getSystemService(RoleManager.class); in getDefaultSmsApp() local
166 RoleManager roleManager = context.getSystemService(RoleManager.class); in setDefaultSmsApp() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-43769/test-app/src/android/security/cts/CVE_2024_43769/
DDeviceTest.java55 final RoleManager roleManager = context.getSystemService(RoleManager.class); in testPocCVE_2024_43769() local
110 private AutoCloseable withBypassingRoleQualificationTrue(RoleManager roleManager) in withBypassingRoleQualificationTrue()
141 RoleManager roleManager, Context context, String roleName, String packageName) in withRoleHolder()
/cts/tests/tests/activityrecognition/src/android/activityrecognition/cts/
DActivityRecognizerAttributionTags.kt46 val roleManager = context.getSystemService(RoleManager::class.java)!! in makeSelfActivityRecognizer() constant
61 val roleManager = context.getSystemService(RoleManager::class.java)!! in restoreActivityRecognizers() constant
77 val roleManager = context.getSystemService(RoleManager::class.java)!! in addActivityRecognizer() constant
/cts/hostsidetests/appsecurity/test-apps/RoleSecurityTestApp/src/com/android/cts/rolesecuritytest/
DDeviceTest.java65 final RoleManager roleManager = context.getSystemService(RoleManager.class); in cannotGetSmsRoleHolderForAnotherUser() local
/cts/tests/tests/security/src/android/security/cts/
DForceStopAssistantTest.kt113 private val roleManager = context.getSystemService(RoleManager::class.java) constant
DRolePermissionOverrideTest.kt45 private val roleManager = context.getSystemService(RoleManager::class.java)!! constant in android.security.cts.RolePermissionOverrideTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-43762/src/android/seurity/cts/CVE_2024_43762/
DDeviceTest.java135 RoleManager roleManager = context.getSystemService(RoleManager.class); in getLauncherPackage() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/
DCaptureContentForNotesVerifierActivity.java187 RoleManager roleManager = getSystemService(RoleManager.class); in isNotesRoleAvailable() local
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DAssociationRevokedTestBase.kt35 private val roleManager: RoleManager by lazy { in <lambda>() constant in android.companion.cts.uiautomation.AssociationRevokedTestBase
DUiAutomationTestBase.kt75 private val roleManager: RoleManager by lazy { in <lambda>() constant in android.companion.cts.uiautomation.UiAutomationTestBase
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPackageDeviceInfo.java404 final RoleManager roleManager = getContext().getSystemService(RoleManager.class); in getPackageRolesData() local
418 …public static List<String> getRoleHolders(String roleName, RoleManager roleManager) throws Excepti… in getRoleHolders()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java355 RoleManager roleManager = mInstrumentation.getContext() in setDefaultSmsApp() local
381 RoleManager roleManager = mInstrumentation.getContext() in getDefaultSmsApp() local
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java728 RoleManager roleManager = context.getSystemService(RoleManager.class); in setDefaultWalletRoleHolder() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java627 RoleManager roleManager = context.getSystemService(RoleManager.class); in setSmsApp() local