Merge "[DO NOT MERGE] Ambient music - Update for favoriting intent" into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d80e2a7cac
@@ -100,8 +100,7 @@ public class KeyguardIndicationRotateTextViewController extends
|
|||||||
*/
|
*/
|
||||||
public void updateIndication(@IndicationType int type, KeyguardIndication newIndication,
|
public void updateIndication(@IndicationType int type, KeyguardIndication newIndication,
|
||||||
boolean updateImmediately) {
|
boolean updateImmediately) {
|
||||||
if (type == INDICATION_TYPE_NOW_PLAYING
|
if (type == INDICATION_TYPE_REVERSE_CHARGING) {
|
||||||
|| type == INDICATION_TYPE_REVERSE_CHARGING) {
|
|
||||||
// temporarily don't show here, instead use AmbientContainer b/181049781
|
// temporarily don't show here, instead use AmbientContainer b/181049781
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -303,7 +302,6 @@ public class KeyguardIndicationRotateTextViewController extends
|
|||||||
public static final int INDICATION_TYPE_TRUST = 6;
|
public static final int INDICATION_TYPE_TRUST = 6;
|
||||||
public static final int INDICATION_TYPE_RESTING = 7;
|
public static final int INDICATION_TYPE_RESTING = 7;
|
||||||
public static final int INDICATION_TYPE_USER_LOCKED = 8;
|
public static final int INDICATION_TYPE_USER_LOCKED = 8;
|
||||||
public static final int INDICATION_TYPE_NOW_PLAYING = 9;
|
|
||||||
public static final int INDICATION_TYPE_REVERSE_CHARGING = 10;
|
public static final int INDICATION_TYPE_REVERSE_CHARGING = 10;
|
||||||
|
|
||||||
@IntDef({
|
@IntDef({
|
||||||
@@ -317,7 +315,6 @@ public class KeyguardIndicationRotateTextViewController extends
|
|||||||
INDICATION_TYPE_TRUST,
|
INDICATION_TYPE_TRUST,
|
||||||
INDICATION_TYPE_RESTING,
|
INDICATION_TYPE_RESTING,
|
||||||
INDICATION_TYPE_USER_LOCKED,
|
INDICATION_TYPE_USER_LOCKED,
|
||||||
INDICATION_TYPE_NOW_PLAYING,
|
|
||||||
INDICATION_TYPE_REVERSE_CHARGING,
|
INDICATION_TYPE_REVERSE_CHARGING,
|
||||||
})
|
})
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
|
|||||||
Reference in New Issue
Block a user