summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-22 09:22:50 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-22 09:22:50 -0700
commit8d0083423ff338abdd6a4d74dd008409abaaa4fd (patch)
tree0b1c619ae32c49f0d57ab690a13d7c92af2cedcc /services
parentd29c99087466ed14ace7901c85d4977cfbd9fd52 (diff)
parent3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e (diff)
downloadframeworks_base-8d0083423ff338abdd6a4d74dd008409abaaa4fd.zip
frameworks_base-8d0083423ff338abdd6a4d74dd008409abaaa4fd.tar.gz
frameworks_base-8d0083423ff338abdd6a4d74dd008409abaaa4fd.tar.bz2
Merge "Fix bug introduced in Change I856118d8."
Diffstat (limited to 'services')
-rw-r--r--services/java/com/android/server/TelephonyRegistry.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/java/com/android/server/TelephonyRegistry.java b/services/java/com/android/server/TelephonyRegistry.java
index f5b7ca9..747af26 100644
--- a/services/java/com/android/server/TelephonyRegistry.java
+++ b/services/java/com/android/server/TelephonyRegistry.java
@@ -357,7 +357,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
if (!checkNotifyPermission("notifyDataActivity()" )) {
return;
}
- handleRemoveListLocked();
synchronized (mRecords) {
mDataActivity = state;
for (Record r : mRecords) {