Searched refs:DOT (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MorseCodeConverter.java | 22 static final long DOT = SPEED_BASE; field in MorseCodeConverter 30 /* A */ new long[] { DOT, GAP, DASH }, 31 /* B */ new long[] { DASH, GAP, DOT, GAP, DOT, GAP, DOT }, 32 /* C */ new long[] { DASH, GAP, DOT, GAP, DASH, GAP, DOT }, 33 /* D */ new long[] { DASH, GAP, DOT, GAP, DOT }, 34 /* E */ new long[] { DOT }, 35 /* F */ new long[] { DOT, GAP, DOT, GAP, DASH, GAP, DOT }, 36 /* G */ new long[] { DASH, GAP, DASH, GAP, DOT }, 37 /* H */ new long[] { DOT, GAP, DOT, GAP, DOT, GAP, DOT }, 38 /* I */ new long[] { DOT, GAP, DOT }, [all …]
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/ |
D | MorseCodeConverterTest.java | 36 MorseCodeConverter.DOT, in testCharacterS() 37 MorseCodeConverter.DOT, in testCharacterS() 38 MorseCodeConverter.DOT, in testCharacterS() 39 MorseCodeConverter.DOT, in testCharacterS() 40 MorseCodeConverter.DOT}; in testCharacterS()
|