Searched refs:deviceInfo (Results 1 – 7 of 7) sorted by relevance
103 loadPaymentFrame_: function(deviceInfo) { argument104 if (deviceInfo) {106 this.deviceInfo_ = deviceInfo;107 if (deviceInfo.post_data && deviceInfo.post_data.length) {111 '?post_data=' + escape(deviceInfo.post_data) +112 '&formUrl=' + escape(deviceInfo.payment_url);116 deviceInfo.payment_url;138 changeState_: function(deviceInfo) { argument139 var newState = deviceInfo.state;159 if (deviceInfo.activate_over_non_cellular_network)[all …]
49 updateDeviceInfo: function(deviceInfo) { argument50 this.deviceInfo_ = deviceInfo;123 setPortalFrameIfNeeded_: function(deviceInfo) { argument129 if (deviceInfo.post_data && deviceInfo.post_data.length)130 postData = '&post_data=' + encodeURIComponent(deviceInfo.post_data);133 postData + '&formUrl=' + encodeURIComponent(deviceInfo.payment_url);204 MobileSetupPortal.onGotDeviceInfo = function(deviceInfo) { argument205 PortalImpl.getInstance().updateDeviceInfo(deviceInfo);
38 DeviceDisplayInfo deviceInfo = in testTargetDensityDpi() local42 assertEquals(deviceInfo.getDisplayWidth(), actualWidth, 10f); in testTargetDensityDpi()44 float displayWidth = (deviceInfo.getDisplayWidth()); in testTargetDensityDpi()45 float deviceDpi = (float) (160f * deviceInfo.getDIPScale()); in testTargetDensityDpi()73 DeviceDisplayInfo deviceInfo = in testWideViewportInitialScaleDoesNotExpandFixedLayoutWidth() local76 float displayWidth = (float) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale()); in testWideViewportInitialScaleDoesNotExpandFixedLayoutWidth()99 DeviceDisplayInfo deviceInfo = in testZeroValuesQuirk() local102 float displayWidth = (float) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale()); in testZeroValuesQuirk()128 DeviceDisplayInfo deviceInfo = in testScreenSizeInPhysicalPixelsQuirk() local130 float dipScale = (float) deviceInfo.getDIPScale(); in testScreenSizeInPhysicalPixelsQuirk()[all …]
2389 DeviceDisplayInfo deviceInfo = in useWideViewportLayoutWidthTest() local2391 int displayWidth = (int) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale()); in useWideViewportLayoutWidthTest()
82 loadPaymentFrame_: function(deviceInfo) { argument83 if (deviceInfo) {84 this.deviceInfo_ = deviceInfo;105 changeState_: function(deviceInfo) { argument106 var new_state = deviceInfo.state;150 this.loadPaymentFrame_(deviceInfo);176 $('finalMessage').textContent = deviceInfo.error;191 updateDeviceStatus_: function(deviceInfo) { argument192 this.changeState_(deviceInfo);250 MobileSetup.deviceStateChanged = function(deviceInfo) { argument[all …]
203 var deviceInfo = document.createElement('div');204 deviceInfo.className = 'device-info';205 device_dom_element.appendChild(deviceInfo);210 deviceInfo.appendChild(deviceName);215 deviceInfo.appendChild(deviceDescription);
58 …CFDictionaryRef deviceInfo = ColorSyncDeviceCopyDeviceInfo(kColorSyncDisplayDeviceClass, mainDispl…60 if (!deviceInfo) {66 …CFDictionaryRef profileInfo = (CFDictionaryRef)CFDictionaryGetValue(deviceInfo, kColorSyncCustomPr…71 … profileInfo = (CFDictionaryRef)CFDictionaryGetValue(deviceInfo, kColorSyncFactoryProfiles);77 CFRelease(deviceInfo);