/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 327 String[] indices = atCommand.split(","); in handleCpbrCommand() local 328 for(int i = 0; i < indices.length; i++) in handleCpbrCommand() 330 indices[i] = indices[i].replace(';', ' ').trim(); in handleCpbrCommand() 332 index1 = Integer.parseInt(indices[0]); in handleCpbrCommand() 333 if (indices.length == 1) in handleCpbrCommand() 336 index2 = Integer.parseInt(indices[1]); in handleCpbrCommand()
|
/packages/apps/SpareParts/src/com/android/spare_parts/ |
D | SpareParts.java | 205 String[] indices = getResources().getStringArray(resid); in floatToIndex() local 206 float lastVal = Float.parseFloat(indices[0]); in floatToIndex() 207 for (int i=1; i<indices.length; i++) { in floatToIndex() 208 float thisVal = Float.parseFloat(indices[i]); in floatToIndex() 214 return indices.length-1; in floatToIndex()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DisplaySettings.java | 329 String[] indices = getResources().getStringArray(R.array.entryvalues_font_size); in floatToIndex() local 330 float lastVal = Float.parseFloat(indices[0]); in floatToIndex() 331 for (int i=1; i<indices.length; i++) { in floatToIndex() 332 float thisVal = Float.parseFloat(indices[i]); in floatToIndex() 338 return indices.length-1; in floatToIndex()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | Keyboard.java | 705 int[] indices = new int[mKeys.size()]; in computeNearestNeighbors() local 719 indices[count++] = i; in computeNearestNeighbors() 723 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CameraActivity.java | 2527 List<Integer> indices = mModuleManager.getSupportedModeIndexList(); in getSupportedModeNames() local 2530 for (Integer modeIndex : indices) { in getSupportedModeNames()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |