Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/
H A DJobStorePerfTests.java148 private static JobStatus createJobStatus(String testTag, int jobId) { in createJobStatus()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DStateControllerTest.java135 private JobStatus createJobStatus(String testTag, int jobId) { in createJobStatus()
H A DTimeControllerTest.java137 private JobStatus createJobStatus(String testTag, JobInfo.Builder job) { in createJobStatus()
H A DQuotaControllerTest.java365 private JobStatus createJobStatus(String testTag, int jobId) { in createJobStatus()
372 private JobStatus createExpeditedJobStatus(String testTag, int jobId) { in createExpeditedJobStatus()
380 private JobStatus createJobStatus(String testTag, String packageName, int callingUid, in createJobStatus()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java195 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder) { in createJobStatus()
199 private JobStatus createJobStatus(String testTag, JobInfo.Builder jobInfoBuilder, in createJobStatus()
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DGraphicBufferMetrics.java356 String fileName, String testTag) throws IOException { in processGraphicBufferResult()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsTest.java892 final int testTag = 123; in testFilter_TagFilter() local
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp1638 auto testTag = in check_maced_pubkey() local
/aosp12/build/soong/apex/
H A Dapex.go591 testTag = dependencyTag{name: "test", payload: true} var