Home | History | Annotate | Download | only in media

Lines Matching refs:mTag

109                     Log.w(mTag, "error loading sound for " + mCmd.uri, e);
123 if (mDebug) Log.d(mTag, "Starting playback");
145 Log.w(mTag, "Notification sound delayed by " + delay + "msecs");
149 Log.w(mTag, "error loading sound for " + cmd.uri, e);
155 super("NotificationPlayer-" + mTag);
163 if (mDebug) Log.d(mTag, "RemoveFirst");
169 if (mDebug) Log.d(mTag, "PLAY");
173 if (mDebug) Log.d(mTag, "STOP");
177 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
189 Log.w(mTag, "STOP command without a player");
226 private String mTag;
245 mTag = tag;
247 mTag = "NotificationPlayer";
326 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, mTag);