Home
last modified time | relevance | path

Searched refs:atom2 (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DComponentStateChangedReportedStatsTests.java236 ComponentStateChangedReported atom2 = data.get(1).getAtom().getExtension( in testComponentStateChangedReportedEnabledThenDisabled() local
238 assertThat(atom2.getUid()).isEqualTo( in testComponentStateChangedReportedEnabledThenDisabled()
240 assertThat(atom2.getComponentOldState()).isEqualTo(COMPONENT_STATE_ENABLED); in testComponentStateChangedReportedEnabledThenDisabled()
241 assertThat(atom2.getComponentNewState()).isEqualTo(COMPONENT_STATE_DISABLED); in testComponentStateChangedReportedEnabledThenDisabled()
242 assertThat(atom2.getIsLauncher()).isFalse(); in testComponentStateChangedReportedEnabledThenDisabled()
243 assertThat(atom2.getIsForWholeApp()).isFalse(); in testComponentStateChangedReportedEnabledThenDisabled()
244 assertThat(atom2.getCallingUid()).isEqualTo( in testComponentStateChangedReportedEnabledThenDisabled()
282 ComponentStateChangedReported atom2 = data.get(1).getAtom().getExtension( in testComponentStateChangedReportedEnabledThenDisabledWholeApp() local
284 assertThat(atom2.getUid()).isEqualTo( in testComponentStateChangedReportedEnabledThenDisabledWholeApp()
286 assertThat(atom2.getComponentOldState()).isEqualTo(COMPONENT_STATE_ENABLED); in testComponentStateChangedReportedEnabledThenDisabledWholeApp()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/express/
DExpresslogAtomsTests.java126 ExpressEventReported atom2 = in testExpressLogCounterAtom() local
128 assertThat(atom2.getValue()).isEqualTo(10); in testExpressLogCounterAtom()
158 ExpressUidEventReported atom2 = in testExpressLogCounterWithUidAtom() local
162 assertThat(atom2.getValue()).isEqualTo(10); in testExpressLogCounterWithUidAtom()
163 assertThat(atom2.getUid()).isAtLeast(0); in testExpressLogCounterWithUidAtom()
341 T atom2 = data.get(2).getAtom().getExtension(extension); in validateUidHistogramBins() local
342 assertThat(atom2.getBinIndex()).isGreaterThan(underflowBinIdx); in validateUidHistogramBins()
343 assertThat(atom2.getBinIndex()).isLessThan(overflowBinIdx); in validateUidHistogramBins()
360 T atom2 = data.get(2).getAtom().getExtension(extension); in validateHistogramBins() local
361 assertThat(atom2.getBinIndex()).isGreaterThan(underflowBinIdx); in validateHistogramBins()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/tls/
DTlsHandshakeStatsTests.java75 AtomsProto.TlsHandshakeReported atom2 = data.get(1).getAtom().getTlsHandshakeReported(); in testTlsHandshake() local
77 assertThat(atom2.getProtocol().toString()).contains("TLS_V1_3"); in testTlsHandshake()