summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-04 14:44:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-04 14:44:40 -0700
commit77e42376823197ae7fb3cea2afcca734723174a5 (patch)
tree043fe1bf0d3684eade58b911b33e4d8e756d0874 /tests/StatusBar
parent7008b7c1c47ed47bcd895e4a660cef91da048645 (diff)
parent87efbbb563ef96a74ffd2fbbe5c0865a450254df (diff)
downloadframeworks_base-77e42376823197ae7fb3cea2afcca734723174a5.zip
frameworks_base-77e42376823197ae7fb3cea2afcca734723174a5.tar.gz
frameworks_base-77e42376823197ae7fb3cea2afcca734723174a5.tar.bz2
am 87efbbb5: Merge "implement the number bubbles on the status bar" into gingerbread
Merge commit '87efbbb563ef96a74ffd2fbbe5c0865a450254df' into gingerbread-plus-aosp * commit '87efbbb563ef96a74ffd2fbbe5c0865a450254df': implement the number bubbles on the status bar
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 37976ee..b793d62 100644
--- a/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
+++ b/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
@@ -615,7 +615,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));
}