My fault, the last fix did not fix the issue completly. Now setting the listener so the cache item can be found when the encoding is to be set by the background worker.
Change-Id: Iea514ada9b4f52760033daee66aa29cdceda1c9e
Merge commit '06af762033467bb578b9ed2be8af580cc11505a8' into kraken
* commit '06af762033467bb578b9ed2be8af580cc11505a8':
Fix issue #2581524: Car home icon should always go to car home
Merge commit '52ebff3c47eb3fcd43d0337a43312240f7d2010e' into kraken
* commit '52ebff3c47eb3fcd43d0337a43312240f7d2010e':
Add warning magic to be a bit more reasonable.
Merge commit '6e40664fc75e25ebeafda883fc2bba27279bebdd' into kraken
* commit '6e40664fc75e25ebeafda883fc2bba27279bebdd':
Remove the checkStremingServer checking as it is unstable and introduce the flakiness.
Merge commit '19fe70cbe70615d2d639fec2a2a3ab35d00d43ef' into kraken
* commit '19fe70cbe70615d2d639fec2a2a3ab35d00d43ef':
Fix a FATAL ClassCastException in DataConnection.java
Merge commit 'f9e90378d50210298d1cec2b913653597cd62be4' into kraken
* commit 'f9e90378d50210298d1cec2b913653597cd62be4':
Move the public method HttpDateTime.parse() into AndroidHttpClient.
Merge commit '58d50183bc7c125db76f5ca8f76816ebb9f19d17' into kraken
* commit '58d50183bc7c125db76f5ca8f76816ebb9f19d17':
final versions of these fonts from ascender, including GPOS 'mark' feature
Merge commit 'd25fb8db8de213feb55cdfff087eabc6ee865f31' into kraken
* commit 'd25fb8db8de213feb55cdfff087eabc6ee865f31':
Do not create intents for application/xhtml+xml
Merge commit '210462e57762be9bb016b4d05374cae5f48b5aea' into kraken
* commit '210462e57762be9bb016b4d05374cae5f48b5aea':
Set mHeldMotionless to a new MOTIONLESS_IGNORE state
Merge commit '17de1532a950f7ee961debab93a7977292b7f1f3' into froyo-plus-aosp
* commit '17de1532a950f7ee961debab93a7977292b7f1f3':
Fix issue #2581524: Car home icon should always go to car home
Merge commit '5cc072522b51f796085a73545a3dd34a02877059' into froyo-plus-aosp
* commit '5cc072522b51f796085a73545a3dd34a02877059':
Add warning magic to be a bit more reasonable.
Merge commit '15b02f04c7b5e895dd8ebbb9448863a7d608b00f' into froyo-plus-aosp
* commit '15b02f04c7b5e895dd8ebbb9448863a7d608b00f':
Remove the checkStremingServer checking as it is unstable and introduce the flakiness.
Merge commit 'a18c824c029c14093b3d06d0a021c5397be667fb' into froyo-plus-aosp
* commit 'a18c824c029c14093b3d06d0a021c5397be667fb':
Fix a FATAL ClassCastException in DataConnection.java
Merge commit 'bc284a5f9f1e3f19ddd45cfb233f0d1775b612a7' into froyo-plus-aosp
* commit 'bc284a5f9f1e3f19ddd45cfb233f0d1775b612a7':
Move the public method HttpDateTime.parse() into AndroidHttpClient.
Merge commit 'a3c4c219c21e61ca4a642a35610dea07c437a647' into froyo-plus-aosp
* commit 'a3c4c219c21e61ca4a642a35610dea07c437a647':
final versions of these fonts from ascender, including GPOS 'mark' feature
Merge commit '34959e3fe87012d554af07fd6ad294b2ce3daea7' into froyo-plus-aosp
* commit '34959e3fe87012d554af07fd6ad294b2ce3daea7':
Do not create intents for application/xhtml+xml
Merge commit 'e67e6b94fd282283f1ffa2299fae536bee099715' into froyo-plus-aosp
* commit 'e67e6b94fd282283f1ffa2299fae536bee099715':
Set mHeldMotionless to a new MOTIONLESS_IGNORE state
Some places referred to "dip" as "device-independent pixels" but it
should be "density-independent pixels." Some publications are starting
to refer to this incorrectly.
Bug: 2586742
Change-Id: I030ef45a5ff61622c95133dcb7f2c82c7df652f0
Unlike the other audio focus and media button stack handling
methods, abandonAudioFocus() and unregisterAudioFocusClient() were
not synchronized around their focus stack. This CL corrects this.
Change-Id: I5ada574e4e163fa95da9dad2fefe610b48303320