Searched refs:getResourceId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | GridActivity.java | 40 public static final String ID_L1C1 = getResourceId(1, 1); 41 public static final String ID_L1C2 = getResourceId(1, 2); 42 public static final String ID_L2C1 = getResourceId(2, 1); 43 public static final String ID_L2C2 = getResourceId(2, 2); 44 public static final String ID_L3C1 = getResourceId(3, 1); 45 public static final String ID_L3C2 = getResourceId(3, 2); 46 public static final String ID_L4C1 = getResourceId(4, 1); 47 public static final String ID_L4C2 = getResourceId(4, 2); 93 public static String getResourceId(int line, int col) { in getResourceId() method in GridActivity 154 final String id = getResourceId(i + 1, j + 1); in dumpCells() [all …]
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | AutofillHighlightTests.java | 47 int attributeResourceId = a.getResourceId(0, 0); in testHighlightedFrameLayout()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | TypedArrayTest.java | 143 assertEquals(R.drawable.pass, t.getResourceId(R.styleable.style1_type8, DEFINT)); in testGetAttributes()
|