Searched defs:key1 (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/tests/metrics/
H A DEventMetricProducer_test.cpp106 ConditionKey key1; local
107 key1[StringToId("APP_IN_BACKGROUND_PER_UID")] = {getMockedDimensionKey(conditionTagId, 2, "111")};
116 EXPECT_CALL(*wizard, query(_, key1, _, _, _, _)).WillOnce(Return(ConditionState::kFalse));
H A DCountMetricProducer_test.cpp167 ConditionKey key1; local
168 key1[StringToId("APP_IN_BACKGROUND_PER_UID")] =
179 EXPECT_CALL(*wizard, query(_, key1, _, _, _, _)).WillOnce(Return(ConditionState::kFalse));
H A DMaxDurationTracker_test.cpp46 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); member in namespace:android::os::statsd
52 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); local
70 tracker.noteStart(key1, true, bucketStartTimeNs, ConditionKey());
72 tracker.noteStart(key1, true, bucketStartTimeNs + 3, ConditionKey());
74 tracker.noteStop(key1, bucketStartTimeNs + 10, false);
88 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); local
106 tracker.noteStart(key1, true, bucketStartTimeNs + 1, ConditionKey());
125 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); local
166 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); local
203 const HashableDimensionKey conditionDimKey = key1;
[all...]
H A DOringDurationTracker_test.cpp192 ConditionKey key1; local
193 key1[StringToId("APP_BACKGROUND")] = kConditionKey1;
195 EXPECT_CALL(*wizard, query(_, key1, _, _, _, _)) // #4
210 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1);
230 ConditionKey key1; local
231 key1[StringToId("APP_BACKGROUND")] = kConditionKey1;
233 EXPECT_CALL(*wizard, query(_, key1, _, _, _, _))
250 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1);
272 ConditionKey key1; local
273 key1[StringToI
[all...]
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
H A DCredential.java1166 private static boolean isPrivateKeyEquals(PrivateKey key1, PrivateKey key2) { argument
1167 if (key1 == null && key2 == null) {
1172 if (key1 == null || key2 == null) {
1176 return TextUtils.equals(key1.getAlgorithm(), key2.getAlgorithm()) &&
1177 Arrays.equals(key1.getEncoded(), key2.getEncoded());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 304 milliseconds