Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHandlerTest.java228 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleUserTriggeredNonLeaDeviceConnected_sharing_showStopDialog()
280 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleUserTriggeredLeaDeviceConnected_noSharingTwoLeaDevices_showJoinDialog()
324 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleUserTriggeredLeaDeviceConnected_sharing_showJoinDialog()
370 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleUserTriggeredLeaDeviceConnected_sharingWithTwoLeaDevices_showDisconnectDialog()
427 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleNonLeaDeviceConnected_sharing_showStopDialog()
479 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleLeaDeviceConnected_noSharingTwoLeaDevices_showJoinDialog()
523 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleLeaDeviceConnected_sharing_showJoinDialog()
568 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in handleLeaDeviceConnected_sharingWithTwoLeaDevices_showDisconnectDialog()
DAudioSharingSwitchBarControllerTest.java470 AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING in onPlaybackStarted_showJoinAudioSharingDialog()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java20 …ttings.connecteddevice.audiosharing.AudioSharingUtils.MetricKey.METRIC_KEY_DEVICE_COUNT_IN_SHARING;
68 METRIC_KEY_DEVICE_COUNT_IN_SHARING, enumConstant
421 Pair.create(METRIC_KEY_DEVICE_COUNT_IN_SHARING.ordinal(), deviceCountInSharing), in buildAudioSharingDialogEventData()