Searched refs:commonEventKeyChargeState (Results 1 – 2 of 2) sorted by relevance
128 let commonEventKeyChargeState = batteryInfoNdk.commonEventKeyChargeState();129 console.info(TAG + ` commonEventKeyChargeState: ${commonEventKeyChargeState}`);130 …expect(commonEventKeyChargeState).assertEqual(batteryInfo.CommonEventBatteryChangedKey.EXTRA_CHARG…133 console.info(TAG + ` commonEventKeyChargeState err: ${error.code} ${error.message}`);
21 export const commonEventKeyChargeState: () => string; constant