diff options
Diffstat (limited to 'telephony/java/com')
3 files changed, 0 insertions, 8 deletions
diff --git a/telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java b/telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java index aae7617..c754068 100644 --- a/telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java +++ b/telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java @@ -34,7 +34,6 @@ import android.telephony.PhoneNumberUtils; import android.text.TextUtils; import android.telephony.Rlog; import android.telephony.SubscriptionManager; -import android.util.Log; /** * Helper class to make it easier to run asynchronous caller-id lookup queries. diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java index 92cd468..85a489b 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyIntents.java +++ b/telephony/java/com/android/internal/telephony/TelephonyIntents.java @@ -16,8 +16,6 @@ package com.android.internal.telephony; -import android.content.Intent; - /** * The intents that the telephony services broadcast. * diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index c89208d..0fccfa5 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -204,9 +204,4 @@ public interface TelephonyProperties * Type: string ( default = silent, enable to = prompt ) */ static final String PROPERTY_MMS_TRANSACTION = "mms.transaction"; - - /** - * Set to the sim count. - */ - static final String PROPERTY_SIM_COUNT = "ro.telephony.sim.count"; } |