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

  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
Browser.java 14 public Value ap_requires_auth = new Value(); field in class:Browser
45 err.append(Validator.validateApRequiresAuth(ap_requires_auth));
47 ap_requires_auth.val));
49 ap_requires_auth.val));
51 ap_requires_auth.val));
171 if (Util.strToBool(browser.ap_requires_auth.val)) {
JavaApp.java 18 public Value ap_requires_auth = new Value(); field in class:JavaApp
45 err.append(Validator.validateApRequiresAuth(ap_requires_auth));
47 ap_requires_auth.val));
49 ap_requires_auth.val));
51 ap_requires_auth.val));
162 if (Util.strToBool(java.ap_requires_auth.val)) {
MMS.java 17 public Value ap_requires_auth = new Value(); field in class:MMS
46 err.append(Validator.validateApRequiresAuth(ap_requires_auth));
48 ap_requires_auth.val));
50 ap_requires_auth.val));
52 ap_requires_auth.val));
162 if (Util.strToBool(mms.ap_requires_auth.val)) {
IM.java 18 public Value ap_requires_auth = new Value(); field in class:IM
65 err.append(Validator.validateApRequiresAuth(ap_requires_auth));
67 ap_requires_auth.val));
69 ap_requires_auth.val));
71 ap_requires_auth.val));
154 if (Util.strToBool(im.ap_requires_auth.val)) {
Worker.java 86 colIndex = MMS.arrMMSLineHeaders.indexOf("ap_requires_auth");
89 "The colomn 'ap_requires_auth' is missing in the MMS file");
91 mms.ap_requires_auth = result[colIndex];
292 colIndex = Browser.arrBrowserLineHeaders.indexOf("ap_requires_auth");
295 "The colomn 'ap_requires_auth' is missing in the Browser file");
297 browser.ap_requires_auth = result[colIndex];
507 colIndex = JavaApp.arrJavaAppLineHeaders.indexOf("ap_requires_auth");
510 "The colomn 'ap_requires_auth' is missing in the JavaApp file");
512 javaApp.ap_requires_auth = result[colIndex];
708 colIndex = IM.arrIMLineHeaders.indexOf("ap_requires_auth");
    [all...]
Validator.java 246 //validate ap_requires_auth: required, int, can be 0 or 1 wwwwwww
249 return " field 'ap_requires_auth' is required and cannot be empty\n";
252 return " field 'ap_requires_auth' must be integer 0 or 1\n";
257 //validate ppp_auth_type: required if ap_requires_auth=1, String, can have only
263 return " field 'ppp_auth_type' can't have value if ap_requires_auth=0\n";
266 return " field 'ppp_auth_type' can't be empty if ap_requires_auth=1\n";
275 //validate ppp_auth_name: can be set only if ap_requires_auth=1, String, max length 30 bytes
278 return " field 'ppp_auth_name' can't have value if ap_requires_auth=0\n";
287 //validate ppp_auth_secret: can be set only if ap_requires_auth=1, String, max length 30 bytes
291 " field 'ppp_auth_secret' can't have value if ap_requires_auth=0\n"
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/lib/
DBProvTool.jar 

Completed in 676 milliseconds