diff options
-rw-r--r-- | media/java/android/media/PlayerRecord.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media/java/android/media/PlayerRecord.java b/media/java/android/media/PlayerRecord.java index 2942e7e..f9708c3 100644 --- a/media/java/android/media/PlayerRecord.java +++ b/media/java/android/media/PlayerRecord.java @@ -257,18 +257,6 @@ class PlayerRecord implements DeathRecipient { return mMediaIntent; } - // FIXME this is only used when comparing with the audio focus owner calling package name, - // accessor to be removed once audio focus and media button owner are dissociated - protected String getCallingPackageName() { - return mCallingPackageName; - } - - // FIXME this is only used when comparing with the audio focus owner calling package name, - // accessor to be removed once audio focus and media button owner are dissociated - protected int getCallingUid() { - return mCallingUid; - } - protected boolean hasMatchingMediaButtonIntent(PendingIntent pi) { if (mToken != null) { return mMediaIntent.equals(pi); |