Home
last modified time | relevance | path

Searched refs:stringId (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
DFeatureProvider.java47 final int stringId = (int) baseR.getDeclaredField("my_string1").get(null); in onCreate() local
49 value.set(null, getContext().getResources().getString(stringId)); in onCreate()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java142 final int stringId = resources.getIdentifier(id, "string", "android"); in getInternalString() local
143 return resources.getString(stringId); in getInternalString()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java113 protected View createAutoItem(int stringId) { in createAutoItem() argument
116 instructions.setText(stringId); in createAutoItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DBaseEmulatorActivity.java96 final boolean makePaymentDefault(final ComponentName defaultComponent, int stringId) { in makePaymentDefault() argument
101 builder.setMessage(stringId); in makePaymentDefault()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java246 final int stringId = (int) featR.getDeclaredField("feature_string").get(null); in testFeatureBase() local
249 assertEquals("red", r.getString(stringId)); in testFeatureBase()
385 final int stringId = (int) featR.getDeclaredField("feature_string").get(null); in testFeatureApi() local
388 assertEquals("red", r.getString(stringId)); in testFeatureApi()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
DInteractiveVerifierActivity.java254 protected View createAutoItem(ViewGroup parent, int stringId) { in createAutoItem() argument
257 instructions.setText(stringId); in createAutoItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java269 protected View createUserInteractionTestView(ViewGroup parent, int stringId, int messageId) { in createUserInteractionTestView() argument
274 b.setText(stringId); in createUserInteractionTestView()
275 b.setTag(stringId); in createUserInteractionTestView()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DUiBot.java819 final int stringId = resources.getIdentifier(id, "string", "android");
820 return resources.getString(stringId);
828 final int stringId = resources.getIdentifier(id, "string", "android");
829 return resources.getString(stringId, formatArgs);
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java320 private AccessibilityNodeInfo getNodeByText(int stringId) {
322 sInstrumentation.getContext().getString(stringId)).get(0);
DAccessibilityTextActionTest.java450 private <T> T findSingleSpanInViewWithText(int stringId, Class<T> type) { in findSingleSpanInViewWithText() argument
452 .findAccessibilityNodeInfosByText(mActivity.getString(stringId)).get(0); in findSingleSpanInViewWithText()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java258 protected View createAutoItem(ViewGroup parent, int stringId) { in createAutoItem() argument
261 instructions.setText(stringId); in createAutoItem()