Home | History | Annotate | Download | only in service

Lines Matching refs:getBoolean

357         private boolean getBoolean(String key) {
359 return mOverrides != null ? mOverrides.getBoolean(key, def) : def;
378 return getBoolean(CONFIG_ENABLED_MMS);
386 return getBoolean(CONFIG_ENABLED_TRANS_ID);
440 return getBoolean(CONFIG_ENABLE_MULTIPART_SMS);
444 return getBoolean(CONFIG_SEND_MULTIPART_SMS_AS_SEPARATE_MESSAGES);
448 return getBoolean(CONFIG_ENABLE_SMS_DELIVERY_REPORTS);
452 return getBoolean(CONFIG_ENABLED_NOTIFY_WAP_MMSC);
456 return getBoolean(CONFIG_ALIAS_ENABLED);
468 return getBoolean(CONFIG_ALLOW_ATTACH_AUDIO);
476 return getBoolean(CONFIG_ENABLE_GROUP_MMS);
480 return getBoolean(CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION);
484 return getBoolean(CONFIG_CELL_BROADCAST_APP_LINKS);
492 return getBoolean(CONFIG_ENABLE_MMS_READ_REPORTS);
496 return getBoolean(CONFIG_ENABLE_MMS_DELIVERY_REPORTS);
500 return getBoolean(CONFIG_SUPPORT_HTTP_CHARSET_HEADER);