Home
last modified time | relevance | path

Searched refs:METRIC_KEY_CANDIDATE_DEVICE_COUNT (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHandlerTest.java232 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleUserTriggeredNonLeaDeviceConnected_sharing_showStopDialog()
284 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleUserTriggeredLeaDeviceConnected_noSharingTwoLeaDevices_showJoinDialog()
328 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleUserTriggeredLeaDeviceConnected_sharing_showJoinDialog()
374 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleUserTriggeredLeaDeviceConnected_sharingWithTwoLeaDevices_showDisconnectDialog()
431 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleNonLeaDeviceConnected_sharing_showStopDialog()
483 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleLeaDeviceConnected_noSharingTwoLeaDevices_showJoinDialog()
527 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleLeaDeviceConnected_sharing_showJoinDialog()
572 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in handleLeaDeviceConnected_sharingWithTwoLeaDevices_showDisconnectDialog()
DAudioSharingSwitchBarControllerTest.java474 AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT in onPlaybackStarted_showJoinAudioSharingDialog()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java19 …ettings.connecteddevice.audiosharing.AudioSharingUtils.MetricKey.METRIC_KEY_CANDIDATE_DEVICE_COUNT;
69 METRIC_KEY_CANDIDATE_DEVICE_COUNT enumConstant
422 Pair.create(METRIC_KEY_CANDIDATE_DEVICE_COUNT.ordinal(), candidateDeviceCount) in buildAudioSharingDialogEventData()