Home
last modified time | relevance | path

Searched refs:STOP (Results 1 – 23 of 23) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DDurationMetricsTests.java105 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 …]
DGaugeMetricsTests.java136 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()
DValueMetricsTests.java107 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()
DMetricsUtils.java84 .setEqInt(AppBreadcrumbReported.State.STOP.getNumber()))) in stopAtomMatcher()
89 return appBreadcrumbMatcherWithLabelAndState(id, label, AppBreadcrumbReported.State.STOP); in stopAtomMatcherWithLabel()
DCountMetricsTests.java93 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/
DNotificationPlayer.java44 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/
DRequest.java83 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),
DMediaControlProfile.java458 case Request.Opcodes.STOP: in onMediaControlRequest()
561 opcodesSupported |= Request.SupportedOpcodes.STOP; in playerActions2McsSupportedOpcodes()
DMediaControlGattService.java134 | Request.SupportedOpcodes.STOP
/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java227 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/
Dstate_machine.h131 STOP, enumerator
134 static_cast<std::underlying_type<Message>::type>(Message::STOP) + 1;
Dstate_machine_test.cc593 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()
Dmock_state_machine.h51 case Message::STOP: in MockBroadcastStateMachine()
Dstate_machine.cc230 case Message::STOP: in ProcessMessage()
Dbroadcaster.cc737 BroadcastStateMachine::Message::STOP, nullptr); in StopAudioBroadcast()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.h42 STOP, enumerator
DVideoCapture.cpp410 case StreamEvent::STOP: { in handleMessage()
/packages/modules/Uwb/generic_ranging/proto/src/
Ddebug_log.proto30 STOP = 2; enumerator
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java452 | 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()
DMediaControlProfileTest.java350 request = new Request(Request.Opcodes.STOP, 0); in testHandleMediaControlRequest()
420 Request.SupportedOpcodes.STOP in testPlayerActions2McsSupportedOpcodes()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/apps/TV/libs/m2/
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...