/cts/libs/input/src/com/android/cts/input/ |
D | InputJsonParser.java | 92 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/ |
D | SplitAppTest.java | 152 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
|
D | TestTheme.java | 214 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/ |
D | InputHidTestCase.java | 218 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()
|
D | InputUinputTestCase.java | 47 protected void testInputDeviceEvents(int resourceId) { in testInputDeviceEvents()
|
D | InputTestCase.java | 108 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/ |
D | InputDeviceVibratorTest.java | 105 final int resourceId = R.raw.google_gamepad_register; in setup() local 130 public void testInputVibratorEvents(int resourceId) { in testInputVibratorEvents()
|
D | InputDeviceVibratorManagerTest.java | 88 final int resourceId = R.raw.google_gamepad_register; in setup() local 146 public void testInputVibratorManagerEvents(int resourceId) { in testInputVibratorManagerEvents()
|
D | InputDeviceSensorManagerTest.java | 371 final int resourceId = R.raw.gamepad_sensors_register; in setup() local
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | TestUtils.java | 135 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/ |
D | Intent_ShortcutIconResourceTest.java | 32 final int resourceId = android.content.cts.R.string.notify; field in Intent_ShortcutIconResourceTest
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PrecompiledLayoutTest.java | 69 private void compareInflation(int resourceId) { in compareInflation()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 382 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/ |
D | TestThemeHelper.java | 134 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/ |
D | GamepadWithAccessibilityTest.kt | 96 val resourceId = R.raw.google_gamepad_register in testDeviceId() constant
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | DigitalClockTest.java | 122 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorTest.java | 163 final int resourceId = pair[1]; in resourceColor() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 500 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/ |
D | Utils.java | 76 public static void showToast(Context context, int resourceId) { in showToast()
|
/cts/tests/translation/src/android/translation/cts/ |
D | Helper.java | 142 public static UiObject2 findObjectByResId(String resourcePackage, String resourceId) { in findObjectByResId()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | GridActivity.java | 174 final String resourceId = getResourceId(line, col); in onCell() local
|
D | VirtualContainerView.java | 548 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/ |
D | FragmentAnimatorTest.java | 561 int resourceId; field in FragmentAnimatorTest.AnimatorFragment
|
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | CustomDescriptionTest.java | 582 private RemoteViews newTemplate(int resourceId) { in newTemplate()
|
/cts/tests/tests/provider/src/android/provider/cts/media/ |
D | MediaStore_DownloadsTest.java | 361 File file, String mimeType, int resourceId) throws Exception { in insertImage()
|