Home
last modified time | relevance | path

Searched defs:testTag (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/
H A DSettingsUiState.kt59 val testTag: String constant
67 override val testTag = DEVICE_UNSUPPORTED_TAG constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale
75 override val testTag = FPS_UNSUPPORTED_TAG constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale
81 override val testTag = STABILIZATION_UNSUPPORTED_TAG constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale
88 override val testTag = LENS_UNSUPPORTED_TAG constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale
94 override val testTag = LENS_UNSUPPORTED_TAG constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.RearLensUnsupportedRationale
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DKey.kt48 abstract val testTag: String constant
53 override val testTag: String = "scene:$debugName" constant
65 override val testTag: String = "overlay:$debugName" constant
96 val testTag: String = "element:$debugName" constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceShellFuncTest.java60 final String testTag = "testExecuteShellCommand_basic"; in testExecuteShellCommand_basic() local
101 final String testTag = "testExecuteShellCommandV2_basic"; in testExecuteShellCommandV2_basic() local
145 final String testTag = "testExecuteShellCommand_pipeStdin"; in testExecuteShellCommand_pipeStdin() local
DTestDeviceFileFuncTest.java317 final String testTag = "testDeleteFile_basic"; in testDeleteFile_Basic() local
341 final String testTag = "testDeleteFile_extStorage"; in testDeleteFile_ExtStorage() local
/aosp_15_r20/external/python/pyasn1/tests/type/
Dtest_univ.py288 def testTag(self): member in IntegerTestCase
350 def testTag(self): member in BooleanTestCase
426 def testTag(self): member in BitStringTestCase
637 def testTag(self): member in OctetStringTestCase
696 def testTag(self): member in Null
855 def testTag(self): member in RealTestCase
927 def testTag(self): member in ObjectIdentifier
975 def testTag(self): member in SequenceOf
1318 def testTag(self): member in Sequence
1826 def testTag(self): member in SetOf
[all …]
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
H A DAccessibilityNodeInfoExtraDataExtractor.java224 CharSequence testTag = fromInfo.getExtras().getCharSequence(EXTRA_DATA_TEST_TAG); in fetchTestTag() local
259 private @Nullable CharSequence testTag = null; field in AccessibilityNodeInfoExtraDataExtractor.ExtraData
355 ExtraData setTestTag(CharSequence testTag) { in setTestTag()
H A DViewHierarchyElementAndroid.java91 @Nullable CharSequence testTag, in ViewHierarchyElementAndroid()
370 private final @Nullable CharSequence testTag; field in ViewHierarchyElementAndroid.Builder
H A DViewHierarchyElement.java68 protected final @Nullable CharSequence testTag; field in ViewHierarchyElement
119 @Nullable CharSequence testTag, in ViewHierarchyElement()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DPrefetchControllerTest.java187 private JobStatus createJobStatus(String testTag, int jobId) { in createJobStatus()
191 private static JobStatus createJobStatus(String testTag, String packageName, int callingUid, in createJobStatus()
H A DQuotaControllerTest.java396 private JobStatus createJobStatus(String testTag, int jobId) { in createJobStatus()
400 private JobStatus createJobStatus(String testTag, JobInfo jobInfo) { in createJobStatus()
404 private JobStatus createExpeditedJobStatus(String testTag, int jobId) { in createExpeditedJobStatus()
412 private JobStatus createJobStatus(String testTag, String packageName, int callingUid, in createJobStatus()
H A DStateControllerTest.java134 private JobStatus createJobStatus(String testTag, int jobId) { in createJobStatus()
H A DFlexibilityControllerTest.java274 private JobStatus createJobStatus(String testTag, JobInfo.Builder job) { in createJobStatus()
278 private JobStatus createJobStatus(String testTag, JobInfo.Builder job, String sourcePackage) { in createJobStatus()
H A DBackgroundJobsControllerTest.java202 private JobStatus createJobStatus(String testTag, String packageName, int callingUid, in createJobStatus()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java257 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder) { in createJobStatus()
261 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder, in createJobStatus()
266 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder, in createJobStatus()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPendingJobQueueTest.java57 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder, in createJobStatus()
62 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder, in createJobStatus()
/aosp_15_r20/external/accompanist/adaptive/src/sharedTest/kotlin/com/google/accompanist/adaptive/
H A DFoldAwareColumnTest.kt62 private val testTag = "FoldAwareColumnTestTag" constant
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/
DDeviceSideTestCaseTest.java63 public void testTag() { in testTag() method in DeviceSideTestCaseTest
/aosp_15_r20/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/ui/
H A DToastMessage.kt32 val testTag: String = "" constant
H A DSnackbarData.kt26 val testTag: String = "" constant in com.google.jetpackcamera.feature.preview.ui.SnackbarData
/aosp_15_r20/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/
H A DCaptureModeToggleUiState.kt43 enum class DisabledReason(val testTag: String, val reasonTextResId: Int) { constant in com.google.jetpackcamera.feature.preview.CaptureModeToggleUiState.DisabledReason
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue10/
H A DBasicDumpTest.java24 public void testTag() { in testTag() method in BasicDumpTest
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue67/
H A DNonAsciiCharsInClassNameTest.java100 public void testTag() { in testTag() method in NonAsciiCharsInClassNameTest
/aosp_15_r20/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/
H A DJobStorePerfTests.java205 private static JobStatus createJobStatus(String testTag, int jobId, int callingUid) { in createJobStatus()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DConsoleResultReporter.java217 static String getTestSummary(String testTag, TestDescription testId, TestResult testResult) { in getTestSummary()
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java181 public void setTestTag(String testTag); in setTestTag()

12345