Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java327 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/
DSpareParts.java205 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/
DDisplaySettings.java329 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/
DKeyboard.java705 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/
DCameraActivity.java2527 List<Integer> indices = mModuleManager.getSupportedModeIndexList(); in getSupportedModeNames() local
2530 for (Integer modeIndex : indices) { in getSupportedModeNames()
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...