Home
last modified time | relevance | path

Searched defs:registry (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/powermanager/
DPowerManagerStatsTests.java112 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testThermalHeadroomCalledIsPushed() local
141 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testThermalStatusCalledIsPushed() local
167 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testThermalHeadroomThresholdsCalledIsPushed() local
186 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testThermalHeadroomThresholdsIsPulled() local
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DComponentStateChangedReportedStatsTests.java104 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testComponentStateChangedReportedForWholeApp() local
139 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testComponentStateChangedReportedForLauncherActivity() local
174 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testComponentStateChangedReportedForNoLauncherActivity() local
209 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testComponentStateChangedReportedEnabledThenDisabled() local
255 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testComponentStateChangedReportedEnabledThenDisabledWholeApp() local
302 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testComponentStateChangedReportedForTwoDifferentStateLauncherActivities() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/projection/
DMediaProjectionAtomsTests.java124 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testMediaProjectionStateChanged_stoppedCapture() local
169 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testMediaProjectionTargetChanged_stoppedCapture() local
196 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testMediaProjectionStateChanged_setupCancelled() local
226 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testMediaProjectionStateChanged_appSelectorShown() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/express/
DExpresslogAtomsTests.java116 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testExpressLogCounterAtom() local
145 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testExpressLogCounterWithUidAtom() local
180 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testExpressLogSampleAtomUniform() local
219 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testExpressLogSampleAtomScaled() local
259 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testExpressLogSampleWihtUidAtomUniform() local
301 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testExpressLogSampleWithUidAtomScaled() local
/cts/hostsidetests/grammaticalinflection/src/android/grammaticalinflection/cts/
DGrammaticalGenderAtomTests.java76 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testAtomLogging_genderSpecified_logsAtomSuccessfully() local
94 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testAtomLogging_genderNotSpecified_logsAtomSuccessfully() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memorysafety/
DMteStateTest.java78 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testMteState() local
/cts/hostsidetests/telecom/src/android/telecom/cts/
DTelecomHostStatsTest.java161 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testEmergencyNumberDialedAtom() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DOffBodySensorTestActivity.java161 SensorEventRegistry registry = waitForEvent(); in awaitAndVerifyEvent() local
177 public String verifyEvent(SensorEventRegistry registry, float expectedResponseValue, in verifyEvent()
252 SensorEventRegistry registry = mEventRegistry; in waitForEvent() local
498 SensorEventRegistry registry; in runWakeAPOffbodyDetectTest() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/credentials/
DCredentialsStatsTest.java91 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testInitialPhaseKnownCaller() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPacFileServer.java83 HttpRequestHandlerRegistry registry = new HttpRequestHandlerRegistry(); in PacFileServer() local
/cts/hostsidetests/media/src/android/media/metrics/cts/
DMediaMetricsAtomTests.java451 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testEditingEndedEvent_default() local
481 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testEditingEndedEvent_error() local
519 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testEditingEndedEvent_transcodeAndClip() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java252 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testAdpfHintSessionTidCleanupIsPushed() local
/cts/hostsidetests/input/src/android/input/cts/hostside/
DInputAtomsTest.kt59 private val registry: ExtensionRegistry = ExtensionRegistry.newInstance() constant in android.input.cts.hostside.InputAtomsTest