Home
last modified time | relevance | path

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

12

/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java92 private JSONArray getJsonArrayFromResource(int resourceId) { in getJsonArrayFromResource()
124 public String readRegisterCommand(int resourceId) { in readRegisterCommand()
153 public int readDeviceId(int resourceId) { in readDeviceId()
168 public int readVendorId(int resourceId) { in readVendorId()
183 public int readSources(int resourceId) { in readSources()
198 public int readProductId(int resourceId) { in readProductId()
252 public List<HidTestData> getHidTestData(int resourceId) { in getHidTestData()
285 public List<HidVibratorTestData> getHidVibratorTestData(int resourceId) { in getHidVibratorTestData()
325 public List<HidBatteryTestData> getHidBatteryTestData(int resourceId) { in getHidBatteryTestData()
358 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.java209 protected void testInputEvents(int resourceId) { in testInputEvents()
243 public void testInputVibratorEvents(int resourceId) throws Exception { in testInputVibratorEvents()
320 public void testInputVibratorManagerEvents(int resourceId) throws Exception { in testInputVibratorManagerEvents()
382 public void testInputBatteryEvents(int resourceId) { in testInputBatteryEvents()
408 public void testInputLightsManager(int resourceId) throws Exception { in testInputLightsManager()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DDeviceTestUtils.java37 protected static void createContentFromResource(int resourceId, File file) throws IOException { in createContentFromResource()
DOwnedFilesRule.java70 public Uri createFile(int resourceId, File imageFile) throws IOException { in createFile()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaProjectionActivity.java181 private static UiObject2 findUiObject(String resourceId) { in findUiObject()
241 int resourceId = in getResourceString() local
259 private static void scrollToGivenResource(String resourceId) { in scrollToGivenResource()
/cts/tests/tests/preference/src/android/preference/cts/
DTestUtils.java138 int resourceId = mInstrumentation.getTargetContext().getResources() in getStatusBarHeight() local
155 int resourceId = mInstrumentation.getTargetContext().getResources() in getNavigationBarHeight() local
/cts/tests/tests/content/src/android/content/cts/
DIntent_ShortcutIconResourceTest.java34 final int resourceId = android.content.cts.R.string.notify; field in Intent_ShortcutIconResourceTest
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DCheckers.java69 int resourceId = resources.getIdentifier("config_showUserSwitcherByDefault", in checkConfigShowUserSwitcher() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java408 public static ViewNode findNodeByResourceId(AssistStructure structure, String resourceId) { in findNodeByResourceId()
415 public static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) { in findNodeByResourceId()
422 public static ViewNode findNodeByResourceId(ViewNode node, String resourceId) { in findNodeByResourceId()
468 @NonNull String resourceId) { in findAutofillIdByResourceId()
541 final String resourceId = node.getIdEntry(); in assertTextIsSanitized() local
573 public static void assertTextOnly(AssistStructure structure, String resourceId, in assertTextOnly()
591 public static ViewNode assertTextAndValue(AssistStructure structure, String resourceId, in assertTextAndValue()
601 public static ViewNode assertValue(AssistStructure structure, String resourceId, in assertValue()
611 public static ViewNode assertTextFromResources(AssistStructure structure, String resourceId, in assertTextFromResources()
619 public static ViewNode assertHintFromResources(AssistStructure structure, String resourceId, in assertHintFromResources()
[all …]
/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java169 int resourceId = resources.getIdentifier( in testIsCallCaptioningEnabled() local
/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/tests/widget/src/android/widget/cts/
DDigitalClockTest.java131 private AttributeSet getAttributeSet(int resourceId) { in getAttributeSet()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceVibratorTest.java131 public void testInputVibratorEvents(int resourceId) { in testInputVibratorEvents()
DInputDeviceVibratorManagerTest.java152 public void testInputVibratorManagerEvents(int resourceId) { in testInputVibratorManagerEvents()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDevicePolicyResourcesTest.java569 String updatableDrawableId, String style, int resourceId) { in createDrawable()
575 String source, String updatableDrawableId, String style, int resourceId) { in createDrawableForSource()
840 String updatableStringId, int resourceId) { in createString()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java292 final int resourceId = pair[1]; in resourceColor() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java525 Context context, int resourceId, int track, String mimePrefix) { in hasCodecsForResourceCombo()
557 public static boolean hasCodecsForResource(Context context, int resourceId) { in hasCodecsForResource()
561 public static boolean checkCodecsForResource(Context context, int resourceId) { in checkCodecsForResource()
576 public static boolean hasCodecForResource(Context context, int resourceId, int track) { in hasCodecForResource()
580 public static boolean checkCodecForResource(Context context, int resourceId, int track) { in checkCodecForResource()
596 Context context, int resourceId, String mimePrefix) { in hasCodecForResourceAndDomain()
782 int resourceId, in getTrackFormatForResource()
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DPhotoPickerUiUtils.java200 public static UiObject findObject(@NonNull String resourceId, UiDevice device) { in findObject()
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTest.java795 private static void setText(String resourcePackage, String resourceId, String text) in setText()
801 private static void click(String resourcePackage, String resourceId) throws Exception { in click()
/cts/tests/tests/nfc/src/android/nfc/cts/
DWalletRoleTestUtils.java270 int resourceId = resources.getIdentifier(WALLET_OVERLAY_CONFIG, in getOverLayDefaultHolder() local
/cts/tests/translation/src/android/translation/cts/
DHelper.java157 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
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DConnectivityManagerTestOnMockModem.java234 int resourceId = in isSimHotSwapCapable() local

12