Home
last modified time | relevance | path

Searched refs:STATIC_BAREBONE_ID (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt74 import com.android.safetycenter.testing.SafetyCenterTestConfigs.Companion.STATIC_BAREBONE_ID
202 safetyCenterTestHelper.setData(STATIC_BAREBONE_ID, safetySourceTestData.unspecified) in setSafetySourceData_staticId_throwsIllegalArgumentException()
207 .isEqualTo("Unexpected safety source: $STATIC_BAREBONE_ID") in setSafetySourceData_staticId_throwsIllegalArgumentException()
311 safetyCenterTestHelper.setData(STATIC_BAREBONE_ID, safetySourceData = null) in setSafetySourceData_nullStaticId_throwsIllegalArgumentException()
316 .isEqualTo("Unexpected safety source: $STATIC_BAREBONE_ID") in setSafetySourceData_nullStaticId_throwsIllegalArgumentException()
653 safetyCenterManager.getSafetySourceDataWithPermission(STATIC_BAREBONE_ID) in getSafetySourceData_staticId_throwsIllegalArgumentException()
658 .isEqualTo("Unexpected safety source: $STATIC_BAREBONE_ID") in getSafetySourceData_staticId_throwsIllegalArgumentException()
733 STATIC_BAREBONE_ID, in reportSafetySourceError_staticId_throwsIllegalArgumentException()
740 .isEqualTo("Unexpected safety source: $STATIC_BAREBONE_ID") in reportSafetySourceError_staticId_throwsIllegalArgumentException()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestConfigs.kt602 staticSafetySourceBuilder(STATIC_BAREBONE_ID)
703 staticSafetySourceBuilder(STATIC_BAREBONE_ID)
1034 const val STATIC_BAREBONE_ID = "static_barebone" in issueOnlySafetySourceWithDuplicationInfo() constant
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/config/
DSafetySourceTest.kt61 assertThat(STATIC_BAREBONE.id).isEqualTo(STATIC_BAREBONE_ID) in getId_returnsId()
843 private const val STATIC_BAREBONE_ID = "static_barebone" constant
925 .setId(STATIC_BAREBONE_ID)
/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/
DSafetyCenterMultiUsersTest.kt82 import com.android.safetycenter.testing.SafetyCenterTestConfigs.Companion.STATIC_BAREBONE_ID
252 .safetyCenterEntryDefaultStaticBuilder(STATIC_BAREBONE_ID)