/cts/tests/tests/telephony/current/src/android/telephony/cts/util/ |
D | DefaultSmsAppHelper.java | 54 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/ |
D | WalletRoleTestUtils.java | 91 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/ |
D | ActivityRecognizerAttributionTags.kt | 46 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/ |
D | DeviceTest.java | 65 final RoleManager roleManager = context.getSystemService(RoleManager.class); in cannotGetSmsRoleHolderForAnotherUser() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | RolePermissionOverrideTest.kt | 45 private val roleManager = context.getSystemService(RoleManager::class.java)!! constant
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/ |
D | CaptureContentForNotesVerifierActivity.java | 187 RoleManager roleManager = getSystemService(RoleManager.class); in isNotesRoleAvailable() local
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | PackageDeviceInfo.java | 399 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/ |
D | AssociationRevokedTestBase.kt | 35 private val roleManager: RoleManager by lazy { in <lambda>() constant in android.companion.cts.uiautomation.AssociationRevokedTestBase
|
D | UiAutomationTestBase.kt | 73 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/ |
D | ImsServiceConnector.java | 353 RoleManager roleManager = mInstrumentation.getContext() in setDefaultSmsApp() local 379 RoleManager roleManager = mInstrumentation.getContext() in getDefaultSmsApp() local
|
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/ |
D | QuickAccessWalletClientTest.java | 636 RoleManager roleManager = context.getSystemService(RoleManager.class); in setDefaultWalletRoleHolder() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsManagerTest.java | 627 RoleManager roleManager = context.getSystemService(RoleManager.class); in setSmsApp() local
|