/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | DurationMetricsTests.java | 105 AppBreadcrumbReported.State.STOP.getNumber(), label); in testDurationMetric() 185 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithCondition() 202 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithCondition() 207 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testDurationMetricWithCondition() 219 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithCondition() 296 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithActivation() 313 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithActivation() 418 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithConditionAndActivation() 423 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testDurationMetricWithConditionAndActivation() 435 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithConditionAndActivation() [all …]
|
D | GaugeMetricsTests.java | 136 AppBreadcrumbReported.State.STOP.getNumber(), 2); in testGaugeMetric() 139 AppBreadcrumbReported.State.STOP.getNumber(), 0); in testGaugeMetric() 142 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testGaugeMetric() 150 AppBreadcrumbReported.State.STOP.getNumber(), 2); in testGaugeMetric() 153 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testGaugeMetric() 187 .isEqualTo(AppBreadcrumbReported.State.STOP); in testGaugeMetric() 315 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testPulledGaugeMetricWithConditionAndActivation()
|
D | ValueMetricsTests.java | 107 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testValueMetric() 111 AppBreadcrumbReported.State.STOP.getNumber(), 3); in testValueMetric() 190 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testPullerAcrossBuckets() 273 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testMultipleEventsPerBucket() 441 AppBreadcrumbReported.State.STOP.getNumber(), conditionLabel); in testValueMetricWithConditionAndActivation()
|
D | MetricsUtils.java | 84 .setEqInt(AppBreadcrumbReported.State.STOP.getNumber()))) in stopAtomMatcher() 89 return appBreadcrumbMatcherWithLabelAndState(id, label, AppBreadcrumbReported.State.STOP); in stopAtomMatcherWithLabel()
|
D | CountMetricsTests.java | 93 AppBreadcrumbReported.State.STOP.getNumber(), 0); in testSimpleEventCountMetric() 155 AppBreadcrumbReported.State.STOP.getNumber(), 0); in testEventCountWithCondition() 249 AppBreadcrumbReported.State.STOP.getNumber(), endMatcherLabel); in testEventCountWithConditionAndActivation()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | NotificationPlayer.java | 44 private static final int STOP = 2; field in NotificationPlayer 197 case STOP: in run() 248 private int mState = STOP; 306 if (mState != STOP) { in stop() 309 cmd.code = STOP; in stop() 312 mState = STOP; in stop()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | Request.java | 83 public static final int STOP = 0x10; field in Request.SupportedOpcodes 177 public static final int STOP = 0x05; field in Request.Opcodes 254 entry(Opcodes.STOP, SupportedOpcodes.STOP),
|
D | MediaControlProfile.java | 458 case Request.Opcodes.STOP: in onMediaControlRequest() 561 opcodesSupported |= Request.SupportedOpcodes.STOP; in playerActions2McsSupportedOpcodes()
|
D | MediaControlGattService.java | 134 | Request.SupportedOpcodes.STOP
|
/packages/modules/StatsD/tests/src/android/cts/statsd/alert/ |
D | AnomalyDetectionTests.java | 227 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testDurationAnomalyDetection() 245 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testDurationAnomalyDetection() 255 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testDurationAnomalyDetection() 271 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testDurationAnomalyDetection() 299 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testDurationAnomalyDetectionForLateAlarms() 313 AppBreadcrumbReported.State.STOP.getNumber(), 1); in testDurationAnomalyDetectionForLateAlarms() 537 .setEqInt(AppBreadcrumbReported.State.STOP.getNumber())))) in getBaseConfig()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.h | 131 STOP, enumerator 134 static_cast<std::underlying_type<Message>::type>(Message::STOP) + 1;
|
D | state_machine_test.cc | 593 BroadcastStateMachine::Message::STOP); in TEST_F() 660 BroadcastStateMachine::Message::STOP); in TEST_F() 693 BroadcastStateMachine::Message::STOP); in TEST_F() 719 BroadcastStateMachine::Message::STOP); in TEST_F() 728 BroadcastStateMachine::Message::STOP); in TEST_F() 740 BroadcastStateMachine::Message::STOP); in TEST_F()
|
D | mock_state_machine.h | 51 case Message::STOP: in MockBroadcastStateMachine()
|
D | state_machine.cc | 230 case Message::STOP: in ProcessMessage()
|
D | broadcaster.cc | 737 BroadcastStateMachine::Message::STOP, nullptr); in StopAudioBroadcast()
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | VideoCapture.h | 42 STOP, enumerator
|
D | VideoCapture.cpp | 410 case StreamEvent::STOP: { in handleMessage()
|
/packages/modules/Uwb/generic_ranging/proto/src/ |
D | debug_log.proto | 30 STOP = 2; enumerator
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 452 | Request.SupportedOpcodes.STOP in testUpdatePlayerState() 776 | Request.SupportedOpcodes.STOP in testNotify() 955 | Request.SupportedOpcodes.STOP in verifyMediaControlPointRequests() 994 Request.Opcodes.STOP, null, expectedGattResult, invocation_count++); in verifyMediaControlPointRequests() 1119 | Request.SupportedOpcodes.STOP in testUpdateSupportedOpcodesChar()
|
D | MediaControlProfileTest.java | 350 request = new Request(Request.Opcodes.STOP, 0); in testHandleMediaControlRequest() 420 Request.SupportedOpcodes.STOP in testPlayerActions2McsSupportedOpcodes()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/packages/services/Car/tests/BugReportApp/libs/ |
D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/packages/apps/TV/libs/m2/ |
D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |