summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2010-10-21 14:19:21 -0700
committerWink Saville <wink@google.com>2010-10-21 14:19:21 -0700
commit3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e (patch)
treef1bf123ccc6be03780d210374f0b006594609a47 /services
parentc2238d006237ebf1296074d80fb4f4a2741ef880 (diff)
downloadframeworks_base-3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e.zip
frameworks_base-3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e.tar.gz
frameworks_base-3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e.tar.bz2
Fix bug introduced in Change I856118d8.
Change-Id: I9f1c2b2611396bb811b491b7e240b4913fa76fb4
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) {