Change-Id: Icbc2a92a8c655835f6cb7481e32288da55bc8321
Signed-off-by: sangrae.kim <sangrae.kim@samsung.com>
switch (args.type) {
case HumanActivityType.GPS:
callbackInterval = !type_.isNullOrUndefined(options[optionsAttributes[0]]) ?
- args.option.callbackInterval : 150000;
+ options[optionsAttributes[0]] : 150000;
sampleInterval = !type_.isNullOrUndefined(options[optionsAttributes[1]]) ?
- args.option.sampleInterval : 1000;
+ options[optionsAttributes[1]] : 1000;
break;
case HumanActivityType.HRM:
callbackInterval = !type_.isNullOrUndefined(options[optionsAttributes[0]]) ?