Home
last modified time | relevance | path

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

12

/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java92 private JSONArray getJsonArrayFromResource(int resourceId) { in getJsonArrayFromResource()
123 public String readRegisterCommand(int resourceId) { in readRegisterCommand()
152 public int readDeviceId(int resourceId) { in readDeviceId()
167 public int readVendorId(int resourceId) { in readVendorId()
182 public int readSources(int resourceId) { in readSources()
197 public int readProductId(int resourceId) { in readProductId()
251 public List<HidTestData> getHidTestData(int resourceId) { in getHidTestData()
284 public List<HidVibratorTestData> getHidVibratorTestData(int resourceId) { in getHidVibratorTestData()
324 public List<HidBatteryTestData> getHidBatteryTestData(int resourceId) { in getHidBatteryTestData()
357 public List<HidLightTestData> getHidLightTestData(int resourceId) { in getHidLightTestData()
[all …]
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java152 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureADefault() local
177 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureAPolishLocale() local
213 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureBDefault() local
241 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureBPolishLocale() local
279 int resourceId = resources.getIdentifier(FEATURE_C_STRING, null, null); in shouldLoadFeatureCDefault() local
304 int resourceId = resources.getIdentifier(FEATURE_C_STRING, null, null); in shouldLoadFeatureCPolishLocale() local
328 int resourceId = resources.getIdentifier(FEATURE_A_STRING, null, null); in shouldLoadFeatureADiffRevision() local
DTestTheme.java214 private String getString(Resources.Theme theme, int resourceId) { in getString()
221 private int getColor(Resources.Theme theme, int resourceId) { in getColor()
231 private int getDrawableColor(Resources.Theme theme, int resourceId) { in getDrawableColor()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java218 protected void testInputDeviceEvents(int resourceId) { in testInputDeviceEvents()
252 public void testInputVibratorEvents(int resourceId) throws Exception { in testInputVibratorEvents()
329 public void testInputVibratorManagerEvents(int resourceId) throws Exception { in testInputVibratorManagerEvents()
391 public void testInputBatteryEvents(int resourceId) { in testInputBatteryEvents()
420 public void testInputLightsManager(int resourceId) throws Exception { in testInputLightsManager()
DInputUinputTestCase.java47 protected void testInputDeviceEvents(int resourceId) { in testInputDeviceEvents()
DInputTestCase.java108 protected abstract void testInputDeviceEvents(int resourceId); in testInputDeviceEvents()
261 protected void testInputEvents(int resourceId) { in testInputEvents()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceVibratorTest.java105 final int resourceId = R.raw.google_gamepad_register; in setup() local
130 public void testInputVibratorEvents(int resourceId) { in testInputVibratorEvents()
DInputDeviceVibratorManagerTest.java88 final int resourceId = R.raw.google_gamepad_register; in setup() local
146 public void testInputVibratorManagerEvents(int resourceId) { in testInputVibratorManagerEvents()
DInputDeviceSensorManagerTest.java371 final int resourceId = R.raw.gamepad_sensors_register; in setup() local
/cts/tests/tests/preference/src/android/preference/cts/
DTestUtils.java135 int resourceId = mInstrumentation.getTargetContext().getResources() in getStatusBarHeight() local
152 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
/cts/tests/tests/view/src/android/view/cts/
DPrecompiledLayoutTest.java69 private void compareInflation(int resourceId) { in compareInflation()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java382 public static ViewNode findNodeByResourceId(AssistStructure structure, String resourceId) { in findNodeByResourceId()
389 public static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) { in findNodeByResourceId()
396 public static ViewNode findNodeByResourceId(ViewNode node, String resourceId) { in findNodeByResourceId()
442 @NonNull String resourceId) { in findAutofillIdByResourceId()
515 final String resourceId = node.getIdEntry(); in assertTextIsSanitized() local
547 public static void assertTextOnly(AssistStructure structure, String resourceId, in assertTextOnly()
565 public static ViewNode assertTextAndValue(AssistStructure structure, String resourceId, in assertTextAndValue()
575 public static ViewNode assertValue(AssistStructure structure, String resourceId, in assertValue()
585 public static ViewNode assertTextFromResources(AssistStructure structure, String resourceId, in assertTextFromResources()
593 public static ViewNode assertHintFromResources(AssistStructure structure, String resourceId, in assertHintFromResources()
[all …]
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DTestThemeHelper.java134 private int getColor(Resources.Theme theme, int resourceId) { in getColor()
141 private int getDrawableColor(Resources.Theme theme, int resourceId) { in getDrawableColor()
/cts/tests/input/src/android/input/cts/
DGamepadWithAccessibilityTest.kt96 val resourceId = R.raw.google_gamepad_register in testDeviceId() constant
/cts/tests/tests/widget/src/android/widget/cts/
DDigitalClockTest.java122 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java163 final int resourceId = pair[1]; in resourceColor() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java500 Context context, int resourceId, int track, String mimePrefix) { in hasCodecsForResourceCombo()
532 public static boolean hasCodecsForResource(Context context, int resourceId) { in hasCodecsForResource()
536 public static boolean checkCodecsForResource(Context context, int resourceId) { in checkCodecsForResource()
551 public static boolean hasCodecForResource(Context context, int resourceId, int track) { in hasCodecForResource()
555 public static boolean checkCodecForResource(Context context, int resourceId, int track) { in checkCodecForResource()
571 Context context, int resourceId, String mimePrefix) { in hasCodecForResourceAndDomain()
757 int resourceId, in getTrackFormatForResource()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
DUtils.java76 public static void showToast(Context context, int resourceId) { in showToast()
/cts/tests/translation/src/android/translation/cts/
DHelper.java142 public static UiObject2 findObjectByResId(String resourcePackage, String resourceId) { in findObjectByResId()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DGridActivity.java174 final String resourceId = getResourceId(line, col); in onCell() local
DVirtualContainerView.java548 private final String resourceId; field in VirtualContainerView.Item
555 public Item(Line line, int id, String resourceId, CharSequence text, boolean editable, in Item()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java561 int resourceId; field in FragmentAnimatorTest.AnimatorFragment
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DCustomDescriptionTest.java582 private RemoteViews newTemplate(int resourceId) { in newTemplate()
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStore_DownloadsTest.java361 File file, String mimeType, int resourceId) throws Exception { in insertImage()

12