Searched refs:commonEventKeyCapacity (Results 1 – 2 of 2) sorted by relevance
106 let commonEventKeyCapacity = batteryInfoNdk.commonEventKeyCapacity();107 console.info(TAG + ` commonEventKeyCapacity: ${commonEventKeyCapacity}`);108 … expect(commonEventKeyCapacity).assertEqual(batteryInfo.CommonEventBatteryChangedKey.EXTRA_SOC);111 console.info(TAG + ` commonEventKeyCapacity err: ${error.code} ${error.message}`);
19 export const commonEventKeyCapacity: () => string; constant