Searched defs:mSetLoopingMethod (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAsyncRingtonePlayer.java450 private Method mSetLoopingMethod; field in class:AsyncRingtonePlayer.RingtonePlaybackDelegate
466 mSetLoopingMethod = Ringtone.class.getDeclaredMethod("setLooping", boolean.class);
502 mSetLoopingMethod.invoke(mRingtone, true);

Completed in 33 milliseconds