HomeSort by relevance Sort by last modified time
    Searched full:feature_string (Results 1 - 8 of 8) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureR.java 22 public static final int feature_string = R.string.feature_string; field in class:FeatureR
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/res/values/
values.xml 19 <string name="feature_string">red</string>
  /frameworks/base/tests/FeatureSplit/feature1/res/values/
values.xml 18 <string name="feature_string">Feature1</string>
  /external/pdfium/testing/tools/
suppressor.py 11 def __init__(self, finder, feature_string):
12 feature_vector = feature_string.strip().split(",")
test_runner.py 229 self.feature_string = subprocess.check_output([self.pdfium_test_path,
231 self.test_suppressor = suppressor.Suppressor(finder, self.feature_string)
  /frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
One.java 28 ((TextView) findViewById(R.id.text)).setText(R.string.feature_string);
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 236 assertEquals("red", r.getString(r.getIdentifier("feature_string", "string", PKG)));
242 final int stringId = (int) featR.getDeclaredField("feature_string").get(null);
355 final int stringId = (int) featR.getDeclaredField("feature_string").get(null);
  /art/runtime/
runtime.cc     [all...]

Completed in 681 milliseconds