HomeSort by relevance Sort by last modified time
    Searched refs:proxy_requires_auth (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 28 public Value proxy_requires_auth = new Value(); field in class:Browser
65 err.append(Validator.validateProxyRequiresAuth(proxy_requires_auth,
68 proxy_requires_auth.val));
71 proxy_requires_auth.val));
73 proxy_requires_auth.val));
141 if (Util.strToBool(browser.proxy_requires_auth.val)) {
JavaApp.java 29 public Value proxy_requires_auth = new Value(); field in class:JavaApp
65 err.append(Validator.validateProxyRequiresAuth(proxy_requires_auth,
68 proxy_requires_auth.val));
71 proxy_requires_auth.val));
73 proxy_requires_auth.val));
133 if (Util.strToBool(java.proxy_requires_auth.val)) {
MMS.java 27 public Value proxy_requires_auth = new Value(); field in class:MMS
66 err.append(Validator.validateProxyRequiresAuth(proxy_requires_auth,
69 proxy_requires_auth.val));
72 proxy_requires_auth.val));
74 proxy_requires_auth.val));
134 if (Util.strToBool(mms.proxy_requires_auth.val)) {
Worker.java 152 colIndex = MMS.arrMMSLineHeaders.indexOf("proxy_requires_auth");
155 "The colomn 'proxy_requires_auth' is missing in the MMS file");
157 mms.proxy_requires_auth = result[colIndex];
365 colIndex = Browser.arrBrowserLineHeaders.indexOf("proxy_requires_auth");
368 "The colomn 'proxy_requires_auth' is missing in the Browser file");
370 browser.proxy_requires_auth = result[colIndex];
579 colIndex = JavaApp.arrJavaAppLineHeaders.indexOf("proxy_requires_auth");
582 "The colomn 'proxy_requires_auth' is missing in the Java file");
584 javaApp.proxy_requires_auth = result[colIndex];
  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/lib/
DBProvTool.jar 

Completed in 59 milliseconds