Home
last modified time | relevance | path

Searched refs:activationType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DMetricProducer.h235 void addActivation(int activationTrackerIndex, const ActivationType& activationType,
388 Activation(const ActivationType& activationType, const int64_t ttlNs) in Activation()
392 activationType(activationType) {} in Activation()
397 const ActivationType activationType; member
DMetricProducer.cpp113 void MetricProducer::addActivation(int activationTrackerIndex, const ActivationType& activationType, in addActivation() argument
123 std::make_shared<Activation>(activationType, ttl_seconds * NS_PER_SEC); in addActivation()
137 if (ACTIVATE_ON_BOOT == activation->activationType) { in activateLocked()
Dmetrics_manager_util.cpp740 ActivationType activationType; in initMetricActivations() local
742 activationType = activation.activation_type(); in initMetricActivations()
744 activationType = metric_activation.activation_type(); in initMetricActivations()
757 metric->addActivation(atomMatcherIndex, activationType, activation.ttl_seconds(), in initMetricActivations()
760 metric->addActivation(atomMatcherIndex, activationType, activation.ttl_seconds()); in initMetricActivations()
/frameworks/ml/nn/runtime/test/
DTestControlFlow.cpp45 OperandType activationType(Type::INT32, {}); in TEST_F() local
64 uint32_t noActivation = bodyModel.addConstantOperand(&activationType, kNoActivation); in TEST_F()
/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp1245 EXPECT_EQ(ACTIVATE_ON_BOOT, activation1->activationType); in TEST()
1258 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation2->activationType); in TEST()
1330 EXPECT_EQ(ACTIVATE_ON_BOOT, activation1001_1->activationType); in TEST()
1344 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation1001_2->activationType); in TEST()
1436 EXPECT_EQ(ACTIVATE_ON_BOOT, activationTimeBase3_1->activationType); in TEST()
1450 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activationTimeBase3_2->activationType); in TEST()
1593 EXPECT_EQ(ACTIVATE_ON_BOOT, activation1->activationType); in TEST()
1601 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation2->activationType); in TEST()
1609 EXPECT_EQ(ACTIVATE_ON_BOOT, activation3->activationType); in TEST()
1617 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation4->activationType); in TEST()
[all …]
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl86 int activationState, int activationType); in notifySimActivationStateChangedForPhoneId() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1338 int activationType, int activationState) { in notifySimActivationStateChangedForPhoneId() argument
1344 + "type=" + activationType + " state=" + activationState); in notifySimActivationStateChangedForPhoneId()
1348 switch (activationType) { in notifySimActivationStateChangedForPhoneId()
1361 + " phoneId=" + phoneId + "type=" + activationType in notifySimActivationStateChangedForPhoneId()
1365 if ((activationType == SIM_ACTIVATION_TYPE_VOICE) in notifySimActivationStateChangedForPhoneId()
1376 if ((activationType == SIM_ACTIVATION_TYPE_DATA) in notifySimActivationStateChangedForPhoneId()