summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-04 17:38:47 -0400
committerJoe Onorato <joeo@google.com>2010-10-04 17:40:24 -0400
commit6c01a11a20d5fc796360e5e97998401a6cc84f27 (patch)
tree7a09ab73d21027c887f21adb90fa8dbca5e98375 /tests/StatusBar
parenteb6e22f29ded58e7e51702c34878fd01e20ff802 (diff)
downloadframeworks_base-6c01a11a20d5fc796360e5e97998401a6cc84f27.zip
frameworks_base-6c01a11a20d5fc796360e5e97998401a6cc84f27.tar.gz
frameworks_base-6c01a11a20d5fc796360e5e97998401a6cc84f27.tar.bz2
implement the number bubbles on the status bar
Bug: 2993482 Change-Id: I73b1f8c39e995fd4f986c25ea04127eb23c3cd07
Diffstat (limited to 'tests/StatusBar')
-rw-r--r--tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java b/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
index 21f3be4..cfce7bd 100644
--- a/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
+++ b/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
@@ -619,7 +619,7 @@ public class NotificationTestList extends TestActivity
}
},
- new Test("Persistent with numbers 222") {
+ new Test("Persistent with numbers 22") {
public void run() {
mNM.notify(1, notificationWithNumbers(22));
}