コード例 #1
0
 /**
  * Whether this ringtone is currently playing.
  *
  * @return True if playing, false otherwise.
  */
 @DSGenerator(
     tool_name = "Doppelganger",
     tool_version = "2.0",
     generated_on = "2013-12-30 12:28:26.981 -0500",
     hash_original_method = "0CA36CF7485684069EDD095AE8455157",
     hash_generated_method = "113EE03FEC2AB5B9B31E6309FF6709D4")
 public boolean isPlaying() {
   return mAudio != null && mAudio.isPlaying();
 }