Searched refs:commonEventKeyPluggedType (Results 1 – 2 of 2) sorted by relevance
150 let commonEventKeyPluggedType = batteryInfoNdk.commonEventKeyPluggedType();151 console.info(TAG + ` commonEventKeyPluggedType: ${commonEventKeyPluggedType}`);152 …expect(commonEventKeyPluggedType).assertEqual(batteryInfo.CommonEventBatteryChangedKey.EXTRA_PLUGG…155 console.info(TAG + ` commonEventKeyPluggedType err: ${error.code} ${error.message}`);
23 export const commonEventKeyPluggedType: () => string; constant