Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 25 of 27) sorted by relevance

12

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java119 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureADefault() local
135 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureAPolishLocale() local
163 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureBDefault() local
182 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureBPolishLocale() local
212 int resourceId = resources.getIdentifier(FEATURE_C_STRING, null, null); in shouldLoadFeatureCDefault() local
228 int resourceId = resources.getIdentifier(FEATURE_C_STRING, null, null); in shouldLoadFeatureCPolishLocale() local
/cts/tests/tests/preference2/src/android/preference2/cts/
DTestUtils.java150 int resourceId = in getMultiWindowFocus() local
211 int resourceId = mInstrumentation.getTargetContext().getResources() in getStatusBarHeight() local
227 int resourceId = mInstrumentation.getTargetContext().getResources() in getNavigationBarHeight() local
/cts/tests/tests/content/src/android/content/cts/
DIntent_ShortcutIconResourceTest.java32 final int resourceId = android.content.cts.R.string.notify; field in Intent_ShortcutIconResourceTest
DContextTest.java384 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java284 static ViewNode findNodeByResourceId(AssistStructure structure, String resourceId) { in findNodeByResourceId()
291 static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) { in findNodeByResourceId()
298 static ViewNode findNodeByResourceId(ViewNode node, String resourceId) { in findNodeByResourceId()
413 final String resourceId = node.getIdEntry(); in assertTextIsSanitized() local
445 static void assertTextOnly(AssistStructure structure, String resourceId, String expectedValue) { in assertTextOnly()
462 static ViewNode assertTextAndValue(AssistStructure structure, String resourceId, in assertTextAndValue()
472 static ViewNode assertValue(AssistStructure structure, String resourceId, in assertValue()
482 static ViewNode assertTextFromResouces(AssistStructure structure, String resourceId, in assertTextFromResouces()
607 static ViewNode assertTextIsSanitized(AssistStructure structure, String resourceId) { in assertTextIsSanitized()
617 static void assertListValueIsSanitized(AssistStructure structure, String resourceId) { in assertListValueIsSanitized()
[all …]
DCustomDescriptionDateTest.java158 private RemoteViews newTemplate(int resourceId) { in newTemplate()
DFatActivityTest.java223 private ViewNode assertNodeExists(String resourceId, int expectedImportantForAutofill) { in assertNodeExists()
DGridActivity.java167 final String resourceId = getResourceId(line, col); in onCell() local
DVirtualContainerView.java548 private final String resourceId; field in VirtualContainerView.Item
555 Item(Line line, int id, String resourceId, CharSequence text, boolean editable, in Item()
DCustomDescriptionTest.java486 private RemoteViews newTemplate(int resourceId) { in newTemplate()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java389 Context context, int resourceId, int track, String mimePrefix) { in hasCodecsForResourceCombo()
421 public static boolean hasCodecsForResource(Context context, int resourceId) { in hasCodecsForResource()
425 public static boolean checkCodecsForResource(Context context, int resourceId) { in checkCodecsForResource()
432 public static boolean hasCodecForResource(Context context, int resourceId, int track) { in hasCodecForResource()
436 public static boolean checkCodecForResource(Context context, int resourceId, int track) { in checkCodecForResource()
444 Context context, int resourceId, String mimePrefix) { in hasCodecForResourceAndDomain()
614 int resourceId, in getTrackFormatForResource()
654 Context context, int resourceId, String mimeTypePrefix) in createMediaExtractorForMimeType()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java89 final int resourceId = pair[1]; in resourceColor() local
/cts/tests/tests/widget/src/android/widget/cts/
DDigitalClockTest.java121 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet()
DPopupWindowTest.java1600 private void showPopup(int resourceId) throws Throwable { in showPopup()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
DUtils.java76 public static void showToast(Context context, int resourceId) { in showToast()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java94 public void registerInputDevice(int resourceId) { in registerInputDevice()
/cts/tests/tests/permission2/src/android/permission2/cts/
DPermissionPolicyTest.java191 private List<PermissionInfo> loadExpectedPermissions(int resourceId) throws Exception { in loadExpectedPermissions()
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackSurroundTest.java466 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) in SamplePlayerShorts()
500 SamplePlayerBytes(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) in SamplePlayerBytes()
DVideoDecoderPerfTest.java85 private void decode(String name, int resourceId, MediaFormat format) throws Exception { in decode()
DMediaCodecTest.java1709 private MediaExtractor getMediaExtractorForMimeType(int resourceId, String mimeTypePrefix) in getMediaExtractorForMimeType()
DVpxCodecTestBase.java700 private InputStream OpenFileOrResourceId(String filename, int resourceId) throws Exception { in OpenFileOrResourceId()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java560 int resourceId; field in FragmentAnimatorTest.AnimatorFragment
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java426 final int resourceId = mPlatformResources.getIdentifier(labelResName, null, null); in getPermissionLabel() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java461 int resourceId = R.xml.pm_test; in testGetResources() local
/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java631 private boolean drawableStateContains(int resourceId, int attr) { in drawableStateContains()

12