HomeSort by relevance Sort by last modified time
    Searched refs:colsNum (Results 1 - 6 of 6) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
Worker.java 17 MMS.colsNum = result_str.length;
33 if (result.length != MMS.colsNum) {
35 MMS.colsNum + "\n";
221 Browser.colsNum = result_str.length;
237 if (result.length != Browser.colsNum) {
239 ": The number of tokens should be " + Browser.colsNum + "\n";
429 JavaApp.colsNum = result_str.length;
445 if (result.length != JavaApp.colsNum) {
447 ": The number of tokens should be " + JavaApp.colsNum + "\n";
629 IM.colsNum = result_str.length
    [all...]
Browser.java 6 public static int colsNum = 0; //number of columns in the comma sep file.
JavaApp.java 6 public static int colsNum = 0; //number of columns in the comma sep file.
MMS.java 6 public static int colsNum = 0; //number of columns in the comma sep file.
IM.java 6 public static int colsNum = 0; //number of columns in the comma sep file.
  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/lib/
DBProvTool.jar 

Completed in 272 milliseconds