/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | ImageTransformationTest.java | 82 RemoteViews template = mock(RemoteViews.class); in fieldCannotBeFound() local 86 trans.apply(finder, template, 0); in fieldCannotBeFound() 89 verify(template, never()).setImageViewResource(anyInt(), anyInt()); in fieldCannotBeFound() 101 RemoteViews template = mock(RemoteViews.class); in theOneOptionsMatches() local 105 trans.apply(finder, template, 0); in theOneOptionsMatches() 107 verify(template).setImageViewResource(0, 42); in theOneOptionsMatches() 118 RemoteViews template = mock(RemoteViews.class); in theOneOptionsMatchesWithContentDescription() local 122 trans.apply(finder, template, 0); in theOneOptionsMatchesWithContentDescription() 124 verify(template).setImageViewResource(0, 42); in theOneOptionsMatchesWithContentDescription() 125 verify(template).setContentDescription(0, "Are you content?"); in theOneOptionsMatchesWithContentDescription() [all …]
|
D | CharSequenceTransformationTest.java | 91 RemoteViews template = mock(RemoteViews.class); in testBadSubst() local 98 assertThrows(IndexOutOfBoundsException.class, () -> trans.apply(finder, template, 0)); in testBadSubst() 101 verify(template, never()).setCharSequence(eq(0), any(), any()); in testBadSubst() 121 RemoteViews template = mock(RemoteViews.class); in testUnknownField() local 127 trans.apply(finder, template, 0); in testUnknownField() 130 verify(template, never()).setCharSequence(eq(0), any(), any()); in testUnknownField() 141 RemoteViews template = mock(RemoteViews.class); in testCreditCardObfuscator() local 145 trans.apply(finder, template, 0); in testCreditCardObfuscator() 147 verify(template).setCharSequence(eq(0), any(), argThat(new CharSequenceMatcher("...3456"))); in testCreditCardObfuscator() 158 RemoteViews template = mock(RemoteViews.class); in testReplaceAllByOne() local [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
D | OWNERS | 2 # Bug template url: https://b.corp.google.com/issues/new?component=1517318&template=1946513 = per-f… 5 # Bug template url: https://b.corp.google.com/issues/new?component=316245&template=1018194 = per-fi… 8 # Bug template url: https://b.corp.google.com/issues/new?component=970984&template=1516678 = per-fi… 11 # Bug template url: https://b.corp.google.com/issues/new?component=316020&template=1018174 = per-fi… 14 # Bug template url: https://b.corp.google.com/issues/new?component=929241&template=1490914 = per-fi… 17 # Bug template url: https://buganizer.corp.google.com/issues/new?component=1519745&template=1948140… 20 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | OWNERS | 2 # Bug template url: https://b.corp.google.com/issues/new?component=316251&template=1018197 = per-fi… 5 # Bug template url: https://b.corp.google.com/issues/new?component=970984&template=1516678 = per-fi… 8 # Bug template url: https://b.corp.google.com/issues/new?component=1214056&template=1713787 = per-f… 11 # Bug template url: https://b.corp.google.com/issues/new?component=66910&template=188786 = per-file… 14 # Bug template url: https://b.corp.google.com/issues/new?component=761894&template=1433482 = per-fi… 17 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | OWNERS | 2 # Bug template url: https://b.corp.google.com/issues/new?component=316020&template=1018174 = per-fi… 5 # Bug template url: https://b.corp.google.com/issues/new?component=928697&template=1490890 = per-fi… 8 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | OWNERS | 2 # Bug template url: https://b.corp.google.com/issues/new?component=1517318&template=1946513 = per-f… 5 # Bug template url: https://b.corp.google.com/issues/new?component=1514550&template=0 = per-file *S… 8 # Bug template url: https://b.corp.google.com/issues/new?component=316275&template=1018192
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | OWNERS | 2 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199 = per-fi… 5 # Bug template url: https://b.corp.google.com/issues/new?component=136048&template=115201
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=1337891&template=1814288 = per-f… 2 # Bug template url: https://b.corp.google.com/issues/new?component=1337891&template=1814288 = per-f… 3 # Bug template url: https://b.corp.google.com/issues/new?component=746324&template=1398789 = per-fi…
|
/cts/tests/surfacecontrol/ |
D | OWNERS | 2 # Buganizer template url: https://b.corp.google.com/issues/new?component=316245&template=1018194 7 # Buganizer template url: https://b.corp.google.com/issues/new?component=1075130&template=1595188 =…
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_flip_mirror.py | 79 template = cv2.imread(opencv_processing_utils.CHART_FILE, cv2.IMREAD_ANYDEPTH) 80 image_processing_utils.write_image(template[:, :, np.newaxis] / 255, 84 template = image_processing_utils.get_image_patch( 85 template, _PATCH_X, _PATCH_Y, _PATCH_W, _PATCH_H) 88 center_uint8 = center_uint8[:min(center_uint8.shape[0], template.shape[0]), 89 :min(center_uint8.shape[1], template.shape[1])] 90 image_processing_utils.write_image(template[:, :, np.newaxis] / 255, 107 correlation = cv2.matchTemplate(comp_chart, template, cv2.TM_CCOEFF)
|
/cts/tests/controls/src/android/controls/cts/ |
D | CtsControlsService.java | 90 ControlTemplate template = in buildLight() local 99 .setControlTemplate(template) in buildLight() 106 ControlTemplate template = new ToggleTemplate("toggle", button); in buildSwitch() local 114 .setControlTemplate(template) in buildSwitch() 122 ControlTemplate template = new ToggleTemplate("toggle", button); in buildMower() local 131 .setControlTemplate(template) in buildMower() 140 ControlTemplate template = new ToggleTemplate("toggle", button); in buildLock() local 147 .setControlTemplate(template) in buildLock() 154 ControlTemplate template = new ToggleTemplate("toggle", button); in buildGate() local 161 .setControlTemplate(template) in buildGate() [all …]
|
/cts/tests/tests/vcn/src/android/net/vcn/cts/ |
D | VcnCellUnderlyingNetworkTemplateTest.java | 65 VcnCellUnderlyingNetworkTemplate template, in verifyAllCapabilities() argument 68 assertEquals(expectMatchCriteriaforNonInternet, template.getCbs()); in verifyAllCapabilities() 69 assertEquals(expectMatchCriteriaforNonInternet, template.getDun()); in verifyAllCapabilities() 70 assertEquals(expectMatchCriteriaforNonInternet, template.getIms()); in verifyAllCapabilities() 71 assertEquals(expectMatchCriteriaforNonInternet, template.getMms()); in verifyAllCapabilities() 72 assertEquals(expectMatchCriteriaforNonInternet, template.getRcs()); in verifyAllCapabilities() 74 assertEquals(expectMatchCriteriaforInternet, template.getInternet()); in verifyAllCapabilities()
|
/cts/tests/framework/base/windowmanager/testsdk28/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199
|
/cts/tests/framework/base/windowmanager/testsdk25/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=316020&template=1018174
|
/cts/tests/accessibilityservice/ |
D | OWNERS | 1 # Bug template url: http://b/new?component=1530954&template=1958448
|
/cts/tests/tests/uiautomation/ |
D | OWNERS | 1 # Bug template url: http://b/new?component=1530954&template=1958448
|
/cts/tests/accessibility/ |
D | OWNERS | 1 # Bug template url: http://b/new?component=1530954&template=1958448
|
/cts/hostsidetests/locale/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=1082762&template=1601534
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/area/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=1334157&template=1502790
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=1168918&template=1692371
|
/cts/tests/framework/base/grammaticalinflection/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=28174&template=1650608
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | OWNERS | 10 # Bug template url: https://b.corp.google.com/issues/new?component=25699&template=183271 = per-file… 13 # Bug template url: https://b.corp.google.com/issues/new?component=122570&template=195524 = per-fil…
|
/cts/tests/tests/graphics/src/android/graphics/fonts/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=25699&template=183271
|
/cts/tests/tests/graphics/src/android/graphics/text/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=25699&template=183271
|