Home
last modified time | relevance | path

Searched defs:template (Results 1 – 16 of 16) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DImageTransformationTest.java82 RemoteViews template = mock(RemoteViews.class); in fieldCannotBeFound() local
101 RemoteViews template = mock(RemoteViews.class); in theOneOptionsMatches() local
118 RemoteViews template = mock(RemoteViews.class); in theOneOptionsMatchesWithContentDescription() local
137 RemoteViews template = mock(RemoteViews.class); in noOptionsMatches() local
156 RemoteViews template = mock(RemoteViews.class); in multipleOptionsOneMatches() local
174 RemoteViews template = mock(RemoteViews.class); in multipleOptionsOneMatchesWithContentDescription() local
194 RemoteViews template = mock(RemoteViews.class); in twoOptionsMatch() local
213 RemoteViews template = mock(RemoteViews.class); in twoOptionsMatchWithContentDescription() local
DCharSequenceTransformationTest.java91 RemoteViews template = mock(RemoteViews.class); in testBadSubst() local
121 RemoteViews template = mock(RemoteViews.class); in testUnknownField() local
141 RemoteViews template = mock(RemoteViews.class); in testCreditCardObfuscator() local
158 RemoteViews template = mock(RemoteViews.class); in testReplaceAllByOne() local
175 RemoteViews template = mock(RemoteViews.class); in testPartialMatchIsIgnored() local
194 RemoteViews template = mock(RemoteViews.class); in userNameObfuscator() local
214 RemoteViews template = mock(RemoteViews.class); in testMismatch() local
236 RemoteViews template = mock(RemoteViews.class); in testFieldsAreAppliedInOrder() local
/cts/tests/controls/src/android/controls/cts/
DCtsControlsService.java90 ControlTemplate template = in buildLight() local
106 ControlTemplate template = new ToggleTemplate("toggle", button); in buildSwitch() local
122 ControlTemplate template = new ToggleTemplate("toggle", button); in buildMower() local
140 ControlTemplate template = new ToggleTemplate("toggle", button); in buildLock() local
154 ControlTemplate template = new ToggleTemplate("toggle", button); in buildGate() local
167 ControlTemplate template = new TemperatureControlTemplate("temperature", in buildThermostat() local
187 ControlTemplate template = new StatelessTemplate("stateless"); in buildRoutine() local
200 ControlTemplate template = new ThumbnailTemplate("thumbnail", active, mIcon, description); in buildCamera() local
324 ControlTemplate template = new TemperatureControlTemplate("temperature", in performControlAction() local
DCtsControlTemplateTest.java129 ThumbnailTemplate template = new ThumbnailTemplate( in testThumbnailTemplate_isActive() local
141 ThumbnailTemplate template = new ThumbnailTemplate( in testThumbnailTemplate_getIcon() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java514 protected CaptureRequest prepareCaptureRequest(int template) throws Exception { in prepareCaptureRequest()
524 int template) in prepareCaptureRequestForSurfaces()
539 List<OutputConfiguration> outputConfigs, int template) throws Exception { in prepareCaptureRequestBuilderWithConfig()
552 List<OutputConfiguration> outputConfigs, int template) throws Exception { in prepareCaptureRequestForConfigs()
558 List<OutputConfiguration> outputConfigs, int template, ColorSpace.Named colorSpace) in prepareCaptureRequestForColorSpace()
DCamera2AndroidTestRule.java578 public CaptureRequest prepareCaptureRequest(int template) throws Exception { in prepareCaptureRequest()
588 int template) in prepareCaptureRequestForSurfaces()
603 List<OutputConfiguration> outputConfigs, int template) throws Exception { in prepareCaptureRequestForConfigs()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellUtils.java39 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand()
DUserSettings.java207 private void logd(String template, Object...args) { in logd()
/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnCellUnderlyingNetworkTemplateTest.java65 VcnCellUnderlyingNetworkTemplate template, in verifyAllCapabilities()
/cts/tests/tests/match_flags/src/android/matchflags/cts/
DMatchFlagTests.java193 String template = "pm set-app-links-user-selection --package %s --user all %b all"; in setDomainUserSelectionApproval() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1652 int template = mStaticInfo.isColorOutputSupported() ? in runCaptureTest() local
1693 int template, in captureSingleShot()
1926 private void checkFpsRange(CaptureRequest.Builder request, int template, in checkFpsRange()
1973 private void checkAfMode(CaptureRequest.Builder request, int template, in checkAfMode()
2014 private void checkAntiBandingMode(CaptureRequest.Builder request, int template) { in checkAntiBandingMode()
2063 private void checkRequestForTemplate(CaptureRequest.Builder request, int template, in checkRequestForTemplate()
2545 private void captureTemplateTestByCamera(String cameraId, int template) throws Exception { in captureTemplateTestByCamera()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java195 protected String runShellCommand(String template, Object...args) { in runShellCommand()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DTestAppSystemServiceFactory.java349 private static void fail(String template, Object... args) { in fail()
/cts/tests/tests/permissionpolicy/src/android/permissionpolicy/cts/
DPermissionPolicyTest.java501 SimpleDateFormat template = new SimpleDateFormat("yyyy-MM-dd"); in parseDate() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java481 final LogMaker template = new LogMaker(category); in waitForMetricsLog() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java812 String template = "^1 ^2 template ^3 ^4 to ^5 ^6 be ^7 ^8 expanded ^9"; in testExpandTemplate() local
1827 String template = "this is a string to be as the template for replacement"; in testReplace() local