Searched defs:repeat (Results 1 – 8 of 8) sorted by relevance
70 public static String repeat(char c, int size) { in repeat() method in TextUtils
166 int repeat = 1; in TEST_F() local199 int repeat = 1; in TEST_F() local
170 int repeat = 16; in sendUserControlPress() local
241 final int repeat = mDataBuffer.getInt(4 * 4); in handleStartPlayback() local
195 ParcelFileDescriptor repeat(ParcelFileDescriptor fd) throws RemoteException; in repeat() method
998 private String repeat(char c, int count) { in repeat() method in JsonReaderTest
1082 public static String repeat(char c, int n) { in repeat() method in UsbDeviceTestActivity