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

  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
Browser.java 31 public Value proxy_auth_type = new Value(); field in class:Browser
72 err.append(Validator.validateProxyAuthType(proxy_auth_type, isProxyEmpty,
145 browser.proxy_auth_type.val + "\"/>\n";
JavaApp.java 32 public Value proxy_auth_type = new Value(); field in class:JavaApp
72 err.append(Validator.validateProxyAuthType(proxy_auth_type, isProxyEmpty,
137 java.proxy_auth_type.val + "\"/>\n";
MMS.java 30 public Value proxy_auth_type = new Value(); field in class:MMS
73 err.append(Validator.validateProxyAuthType(proxy_auth_type, isProxyEmpty,
138 mms.proxy_auth_type.val + "\"/>\n";
Worker.java 178 colIndex = MMS.arrMMSLineHeaders.indexOf("proxy_auth_type");
181 "The colomn 'proxy_auth_type' is missing in the MMS file");
183 mms.proxy_auth_type = result[colIndex];
386 colIndex = Browser.arrBrowserLineHeaders.indexOf("proxy_auth_type");
389 "The colomn 'proxy_auth_type' is missing in the Browser file");
391 browser.proxy_auth_type = result[colIndex];
600 colIndex = JavaApp.arrJavaAppLineHeaders.indexOf("proxy_auth_type");
603 "The colomn 'proxy_auth_type' is missing in the Java file");
605 javaApp.proxy_auth_type = result[colIndex];
  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/lib/
DBProvTool.jar 

Completed in 77 milliseconds