Merge "[Audiosharing] Update strings." into main
This commit is contained in:
@@ -13385,10 +13385,8 @@
|
|||||||
<string name="audio_streams_add_source_bad_code_state_summary">Check password and try again</string>
|
<string name="audio_streams_add_source_bad_code_state_summary">Check password and try again</string>
|
||||||
<!-- The preference summary when add source response results in general failure [CHAR LIMIT=NONE] -->
|
<!-- The preference summary when add source response results in general failure [CHAR LIMIT=NONE] -->
|
||||||
<string name="audio_streams_add_source_failed_state_summary">Can\u0027t connect. Try again.</string>
|
<string name="audio_streams_add_source_failed_state_summary">Can\u0027t connect. Try again.</string>
|
||||||
<!-- The preference summary when waiting for add source response [CHAR LIMIT=NONE] -->
|
<!-- The preference summary when connecting [CHAR LIMIT=NONE] -->
|
||||||
<string name="audio_streams_add_source_wait_for_response_summary">Connecting\u2026</string>
|
<string name="audio_streams_connecting_summary">Connecting\u2026</string>
|
||||||
<!-- The preference summary when waiting for sync [CHAR LIMIT=NONE] -->
|
|
||||||
<string name="audio_streams_wait_for_sync_state_summary">Scanning\u2026</string>
|
|
||||||
<!-- Le audio streams audio lost dialog title [CHAR LIMIT=NONE] -->
|
<!-- Le audio streams audio lost dialog title [CHAR LIMIT=NONE] -->
|
||||||
<string name="audio_streams_dialog_stream_is_not_available">Audio stream isn\u0027t available</string>
|
<string name="audio_streams_dialog_stream_is_not_available">Audio stream isn\u0027t available</string>
|
||||||
<!-- Le audio streams audio lost dialog subtitle [CHAR LIMIT=NONE] -->
|
<!-- Le audio streams audio lost dialog subtitle [CHAR LIMIT=NONE] -->
|
||||||
@@ -13408,7 +13406,7 @@
|
|||||||
<!-- Le audio streams confirm dialog default device [CHAR LIMIT=NONE] -->
|
<!-- Le audio streams confirm dialog default device [CHAR LIMIT=NONE] -->
|
||||||
<string name="audio_streams_dialog_default_device">connected compatible headphones</string>
|
<string name="audio_streams_dialog_default_device">connected compatible headphones</string>
|
||||||
<!-- Le audio streams activity title [CHAR LIMIT=NONE] -->
|
<!-- Le audio streams activity title [CHAR LIMIT=NONE] -->
|
||||||
<string name="audio_streams_activity_title">Broadcasts</string>
|
<string name="audio_streams_activity_title">Audio streams</string>
|
||||||
<!-- Le audio streams no password summary [CHAR LIMIT=NONE] -->
|
<!-- Le audio streams no password summary [CHAR LIMIT=NONE] -->
|
||||||
<string name="audio_streams_no_password_summary">No password</string>
|
<string name="audio_streams_no_password_summary">No password</string>
|
||||||
<!-- Le audio streams failure dialog subtitle [CHAR LIMIT=NONE] -->
|
<!-- Le audio streams failure dialog subtitle [CHAR LIMIT=NONE] -->
|
||||||
|
@@ -28,7 +28,7 @@ import com.android.settingslib.utils.ThreadUtils;
|
|||||||
class AddSourceWaitForResponseState extends AudioStreamStateHandler {
|
class AddSourceWaitForResponseState extends AudioStreamStateHandler {
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final int AUDIO_STREAM_ADD_SOURCE_WAIT_FOR_RESPONSE_STATE_SUMMARY =
|
static final int AUDIO_STREAM_ADD_SOURCE_WAIT_FOR_RESPONSE_STATE_SUMMARY =
|
||||||
R.string.audio_streams_add_source_wait_for_response_summary;
|
R.string.audio_streams_connecting_summary;
|
||||||
|
|
||||||
@VisibleForTesting static final int ADD_SOURCE_WAIT_FOR_RESPONSE_TIMEOUT_MILLIS = 20000;
|
@VisibleForTesting static final int ADD_SOURCE_WAIT_FOR_RESPONSE_TIMEOUT_MILLIS = 20000;
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@ import com.android.settingslib.utils.ThreadUtils;
|
|||||||
class WaitForSyncState extends AudioStreamStateHandler {
|
class WaitForSyncState extends AudioStreamStateHandler {
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final int AUDIO_STREAM_WAIT_FOR_SYNC_STATE_SUMMARY =
|
static final int AUDIO_STREAM_WAIT_FOR_SYNC_STATE_SUMMARY =
|
||||||
R.string.audio_streams_wait_for_sync_state_summary;
|
R.string.audio_streams_connecting_summary;
|
||||||
|
|
||||||
@VisibleForTesting static final int WAIT_FOR_SYNC_TIMEOUT_MILLIS = 15000;
|
@VisibleForTesting static final int WAIT_FOR_SYNC_TIMEOUT_MILLIS = 15000;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user