summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-04 14:41:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-04 14:41:38 -0700
commit87efbbb563ef96a74ffd2fbbe5c0865a450254df (patch)
tree9e1257497544956c786791d5d080d685ac4cb0d3 /tests
parentae1864c0e79baae75ad25f20828349be8635d471 (diff)
parent6c01a11a20d5fc796360e5e97998401a6cc84f27 (diff)
downloadframeworks_base-87efbbb563ef96a74ffd2fbbe5c0865a450254df.zip
frameworks_base-87efbbb563ef96a74ffd2fbbe5c0865a450254df.tar.gz
frameworks_base-87efbbb563ef96a74ffd2fbbe5c0865a450254df.tar.bz2
Merge "implement the number bubbles on the status bar" into gingerbread
Diffstat (limited to 'tests')
-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));
}