Home
last modified time | relevance | path

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

/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/src/metrics/
DMetricProducer.h91 Activation(const ActivationType& activationType, const int64_t ttlNs) in Activation()
95 activationType(activationType) {} in Activation()
100 const ActivationType activationType; member
DMetricProducer.cpp172 if (ACTIVATE_ON_BOOT == activation->activationType) { in activateLocked()
Dmetrics_manager_util.cpp213 ActivationType activationType = (activation.has_activation_type()) ? in handleMetricActivation() local
216 activationType, activation.ttl_seconds() * NS_PER_SEC); in handleMetricActivation()
/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp1298 EXPECT_EQ(ACTIVATE_ON_BOOT, activation1_1_1->activationType); in TEST()
1304 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation1_1_2->activationType); in TEST()
1364 EXPECT_EQ(ACTIVATE_ON_BOOT, activation2_1_1->activationType); in TEST()
1370 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation2_1_2->activationType); in TEST()
1448 EXPECT_EQ(ACTIVATE_ON_BOOT, activation3_1_1->activationType); in TEST()
1454 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation3_1_2->activationType); in TEST()
1595 EXPECT_EQ(ACTIVATE_ON_BOOT, activation1->activationType); in TEST()
1603 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation2->activationType); in TEST()
1611 EXPECT_EQ(ACTIVATE_ON_BOOT, activation3->activationType); in TEST()
1619 EXPECT_EQ(ACTIVATE_IMMEDIATELY, activation4->activationType); in TEST()
[all …]
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl85 int activationState, int activationType); in notifySimActivationStateChangedForPhoneId() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1342 int activationType, int activationState) { in notifySimActivationStateChangedForPhoneId() argument
1348 + "type=" + activationType + " state=" + activationState); in notifySimActivationStateChangedForPhoneId()
1352 switch (activationType) { in notifySimActivationStateChangedForPhoneId()
1365 + " phoneId=" + phoneId + "type=" + activationType in notifySimActivationStateChangedForPhoneId()
1369 if ((activationType == SIM_ACTIVATION_TYPE_VOICE) in notifySimActivationStateChangedForPhoneId()
1380 if ((activationType == SIM_ACTIVATION_TYPE_DATA) in notifySimActivationStateChangedForPhoneId()