summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2014-04-14 17:40:22 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2014-04-22 18:05:03 +0000
commit1990fe4e965f6cb5a65bf58f4764489cdc10acde (patch)
tree8c57699e877d4505884ec052b8529d3ef4cd1dd1 /media
parent0456e3aab1e0587512c805d7e240ad1461a69375 (diff)
downloadframeworks_base-1990fe4e965f6cb5a65bf58f4764489cdc10acde.zip
frameworks_base-1990fe4e965f6cb5a65bf58f4764489cdc10acde.tar.gz
frameworks_base-1990fe4e965f6cb5a65bf58f4764489cdc10acde.tar.bz2
PlayerRecord: remove obsolete accessors
Change-Id: I0a7789e28c1427b6e9f770368f9bab9c097b3594
Diffstat (limited to 'media')
-rw-r--r--media/java/android/media/PlayerRecord.java12
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);