Searched refs:getDeviceType (Results 1 – 9 of 9) sorted by relevance
18 function getDeviceType(): DeviceType { function52 return getDeviceType();80 return getDeviceType();
12 function getDeviceType() { function45 return getDeviceType();73 return getDeviceType();
1 …getDeviceType(): DeviceType {\n switch (result?.device?.type) {\n case 'mobile':\n return…
22 "deviceType": getDeviceType(), in definition()27 return getDeviceType() in definition()40 func getDeviceType() -> Int { in getDeviceType() function
22 "deviceType": getDeviceType(), in definition()27 return getDeviceType() in definition()42 func getDeviceType() -> Int { in getDeviceType() function
52 getDeviceType(context).JSValue in <lambda>()69 return@AsyncFunction getDeviceType(context).JSValue in <lambda>()137 private fun getDeviceType(context: Context): DeviceType { in <lambda>() method
52 getDeviceType(context).JSValue in <lambda>()69 return@AsyncFunction getDeviceType(context).JSValue in <lambda>()133 private fun getDeviceType(context: Context): DeviceType { in <lambda>() method
68 return@AsyncFunction getDeviceType(context).JSValue in <lambda>()138 private fun getDeviceType(context: Context): DeviceType { in <lambda>() method
88 promise.resolve(getDeviceType(mContext).JSValue) in getDeviceTypeAsync()163 private fun getDeviceType(context: Context): DeviceType { in getDeviceType() method