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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStrings.java138 * an input string. For example, {@code repeat("hey", 3)} returns the string
142 * @param count the number of times to repeat it; a nonnegative integer
147 public static String repeat(String string, int count) { method in class:Strings
H A DStringUtil.java119 * Old location of {@link Strings#repeat}; this method will be deprecated
122 public static String repeat(String string, int count) { method in class:StringUtil
123 return Strings.repeat(string, count);
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStrings.java138 * an input string. For example, {@code repeat("hey", 3)} returns the string
142 * @param count the number of times to repeat it; a nonnegative integer
147 public static String repeat(String string, int count) { method in class:Strings
H A DStringUtil.java120 * Old location of {@link Strings#repeat}; this method will be deprecated
123 public static String repeat(String string, int count) { method in class:StringUtil
124 return Strings.repeat(string, count);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java51 public static final String KEY_REPEAT = "repeat";
205 boolean repeat = data.getBoolean(KEY_REPEAT);
207 new ShuffleSource(mediaSet, repeat), 0, null);
213 boolean repeat = data.getBoolean(KEY_REPEAT);
214 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat),
248 public ShuffleSource(MediaSet mediaSet, boolean repeat) { argument
250 mRepeat = repeat;
318 public SequentialSource(MediaSet mediaSet, boolean repeat) { argument
320 mRepeat = repeat;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java538 CheckBox repeat; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
663 holder.repeat = (CheckBox) view.findViewById(R.id.repeat_onoff);
757 // Set the repeat text or leave it blank if it does not repeat.
862 itemHolder.repeat.setChecked(true);
865 itemHolder.repeat.setChecked(false);
868 itemHolder.repeat.setOnClickListener(new View.OnClickListener() {
898 // Remove all repeat days
921 // See if this was the last day, if so, un-check the repeat box.
926 itemHolder.repeat
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 1269 milliseconds