Searched refs:test_string_1 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
H A D | DevicePolicyResourcesTest.java | 491 sContext, UPDATABLE_DRAWABLE_ID_1, DRAWABLE_STYLE_1, R.string.test_string_1)); in constructDevicePolicyDrawableResource_withNonDrawableResource_throwsIllegalStateException() 585 createString(UPDATABLE_STRING_ID_1, R.string.test_string_1))); in setStrings_withoutRequiredPermission_throwsSecurityException() 592 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_withRequiredPermission_doesNotThrowSecurityException() 599 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_updatesCorrectUpdatableString() 603 assertThat(string).isEqualTo(sContext.getString(R.string.test_string_1)); in setStrings_updatesCorrectUpdatableString() 610 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_updatesCurrentlyUpdatedString() 626 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_doesNotUpdateOtherUpdatableStrings() 641 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_stringChangedFromNull_sendsBroadcast() 650 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_stringChangedFromOtherString_sendsBroadcast() 664 sDpm.getResources().setStrings(createString(UPDATABLE_STRING_ID_1, R.string.test_string_1)); in setStrings_stringNotChanged_doesNotSendBroadcast() [all …]
|
H A D | QuietModeTest.java | 110 String titleText = sContext.getString(R.string.test_string_1); in startActivityInQuietProfile_quietModeDialogShown() 114 "Core.UNLAUNCHABLE_APP_WORK_PAUSED_TITLE", R.string.test_string_1); in startActivityInQuietProfile_quietModeDialogShown()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/printf/ |
H A D | test_printf.cpp | 858 int test_string_1(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elemen… in test_string_1() function
|