Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DDefaultSmsAppHelper.java54 RoleManager roleManager = context.getSystemService(RoleManager.class); in ensureDefaultSmsApp() local
88 RoleManager roleManager = context.getSystemService(RoleManager.class); in stopBeingDefaultSmsApp() local
121 RoleManager roleManager = context.getSystemService(RoleManager.class); in getDefaultSmsApp() local
142 RoleManager roleManager = context.getSystemService(RoleManager.class); in setDefaultSmsApp() local
/cts/tests/tests/nfc/src/android/nfc/cts/
DWalletRoleTestUtils.java91 RoleManager roleManager = context.getSystemService(RoleManager.class); in setDefaultWalletRoleHolder() local
109 RoleManager roleManager = context.getSystemService(RoleManager.class); in removeRoleHolder() local
133 RoleManager roleManager = context.getSystemService(RoleManager.class); in getDefaultWalletRoleHolder() local
146 RoleManager roleManager = context.getSystemService(RoleManager.class); in runWithRole() local
201 RoleManager roleManager = context.getSystemService(RoleManager.class); in runWithRoleNone() local
244 RoleManager roleManager = context.getSystemService(RoleManager.class); in clearRoleHolders() local
/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/
DRolePermissionOverrideTest.kt45 private val roleManager = context.getSystemService(RoleManager::class.java)!! constant in android.security.cts.RolePermissionOverrideTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/
DCaptureContentForNotesVerifierActivity.java187 RoleManager roleManager = getSystemService(RoleManager.class); in isNotesRoleAvailable() local
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPackageDeviceInfo.java399 final RoleManager roleManager = getContext().getSystemService(RoleManager.class); in getPackageRolesData() local
413 …public static List<String> getRoleHolders(String roleName, RoleManager roleManager) throws Excepti… in getRoleHolders()
/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.kt73 private val roleManager: RoleManager by lazy { in <lambda>() constant in android.companion.cts.uiautomation.UiAutomationTestBase
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java353 RoleManager roleManager = mInstrumentation.getContext() in setDefaultSmsApp() local
379 RoleManager roleManager = mInstrumentation.getContext() in getDefaultSmsApp() local
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java636 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