Home
last modified time | relevance | path

Searched defs:template (Results 1 – 15 of 15) 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.java531 protected CaptureRequest prepareCaptureRequest(int template) throws Exception { in prepareCaptureRequest()
541 int template) in prepareCaptureRequestForSurfaces()
556 List<OutputConfiguration> outputConfigs, int template) throws Exception { in prepareCaptureRequestBuilderWithConfig()
569 List<OutputConfiguration> outputConfigs, int template) throws Exception { in prepareCaptureRequestForConfigs()
575 List<OutputConfiguration> outputConfigs, int template, ColorSpace.Named colorSpace) in prepareCaptureRequestForColorSpace()
DCamera2AndroidTestRule.java589 public CaptureRequest prepareCaptureRequest(int template) throws Exception { in prepareCaptureRequest()
599 int template) in prepareCaptureRequestForSurfaces()
614 List<OutputConfiguration> outputConfigs, int template) throws Exception { in prepareCaptureRequestForConfigs()
/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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellUtils.java82 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand()
DUserSettings.java207 private void logd(String template, Object...args) { in logd()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1661 int template = mStaticInfo.isColorOutputSupported() ? in runCaptureTest() local
1702 int template, in captureSingleShot()
1935 private void checkFpsRange(CaptureRequest.Builder request, int template, in checkFpsRange()
1982 private void checkAfMode(CaptureRequest.Builder request, int template, in checkAfMode()
2023 private void checkAntiBandingMode(CaptureRequest.Builder request, int template) { in checkAntiBandingMode()
2072 private void checkRequestForTemplate(CaptureRequest.Builder request, int template, in checkRequestForTemplate()
2554 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.java388 private static void fail(String template, Object... args) { in fail()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityMetricsLoggerTests.java484 final LogMaker template = new LogMaker(category); in waitForMetricsLog() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java838 String template = "^1 ^2 template ^3 ^4 to ^5 ^6 be ^7 ^8 expanded ^9"; in testExpandTemplate() local
1869 String template = "this is a string to be as the template for replacement"; in testReplace() local