Home | History | Annotate | Download | only in deviceconfig

Lines Matching refs:appendChild

178             doc.appendChild(devices);
181 devices.appendChild(device);
184 device.appendChild(name);
185 name.appendChild(doc.createTextNode(android.os.Build.MODEL));
187 device.appendChild(manufacturer);
188 manufacturer.appendChild(doc.createTextNode(android.os.Build.MANUFACTURER));
191 device.appendChild(hardware);
194 hardware.appendChild(screen);
197 screen.appendChild(screenSize);
216 screenSize.appendChild(screenSizeText);
219 screen.appendChild(diagonalLength);
223 diagonalLength.appendChild(doc.createTextNode(
227 screen.appendChild(pixelDensity);
248 pixelDensity.appendChild(pixelDensityText);
251 screen.appendChild(screenRatio);
264 screenRatio.appendChild(screenRatioText);
267 screen.appendChild(dimensions);
270 dimensions.appendChild(xDimension);
271 xDimension.appendChild(doc.createTextNode(Integer.toString(metrics.widthPixels)));
274 dimensions.appendChild(yDimension);
275 yDimension.appendChild(doc.createTextNode(Integer.toString(metrics.heightPixels)));
278 screen.appendChild(xdpi);
279 xdpi.appendChild(doc.createTextNode(Double.toString(metrics.xdpi)));
282 screen.appendChild(ydpi);
283 ydpi.appendChild(doc.createTextNode(Double.toString(metrics.ydpi)));
286 screen.appendChild(touch);
289 touch.appendChild(multitouch);
302 multitouch.appendChild(multitouchText);
305 touch.appendChild(mechanism);
317 mechanism.appendChild(mechanismText);
323 touch.appendChild(screenType);
324 screenType.appendChild(doc.createTextNode(" "));
327 hardware.appendChild(networking);
329 networking.appendChild(networkingText);
341 hardware.appendChild(sensors);
343 sensors.appendChild(sensorsText);
367 appendChild(mic);
374 mic.appendChild(micText);
379 hardware.appendChild(cam);
384 hardware.appendChild(camera);
386 camera.appendChild(location);
388 location.appendChild(doc.createTextNode("back"));
391 camera.appendChild(autofocus);
394 autofocus.appendChild(doc.createTextNode(" "));
396 autofocus.appendChild(doc.createTextNode("true"));
398 autofocus.appendChild(doc.createTextNode("false"));
402 camera.appendChild(flash);
405 flash.appendChild(doc.createTextNode("false"));
407 flash.appendChild(doc.createTextNode("true"));
414 hardware.appendChild(keyboard);
429 keyboard.appendChild(keyboardText);
432 hardware.appendChild(nav);
446 nav.appendChild(navText);
449 hardware.appendChild(ram);
491 ram.appendChild(doc.createTextNode(Long.toString(ramAmount)));
494 hardware.appendChild(buttons);
501 buttons.appendChild(buttonsText);
504 hardware.appendChild(internalStorage);
508 internalStorage.appendChild(doc.createTextNode(Long.toString(internalStorageSize)));
512 hardware.appendChild(externalStorage);
513 externalStorage.appendChild(doc.createTextNode(" "));
518 hardware.appendChild(cpu);
519 cpu.appendChild(doc.createTextNode(" "));
521 hardware.appendChild(gpu);
522 gpu.appendChild(doc.createTextNode(" "));
525 hardware.appendChild(abi);
527 abi.appendChild(abiText);
533 hardware.appendChild(dock);
534 dock.appendChild(doc.createTextNode(" "));
537 hardware.appendChild(pluggedIn);
538 pluggedIn.appendChild(doc.createTextNode(" "));
541 device.appendChild(software);
544 software.appendChild(apiLevel);
545 apiLevel.appendChild(doc.createTextNode(Integer
549 software.appendChild(liveWallpaperSupport);
551 liveWallpaperSupport.appendChild(doc.createTextNode("true"));
553 liveWallpaperSupport.appendChild(doc.createTextNode("flase"));
557 software.appendChild(bluetoothProfiles);
558 bluetoothProfiles.appendChild(doc.createTextNode(" "));
561 software.appendChild(glVersion);
572 glVersion.appendChild(doc.createTextNode(glVersionString));
575 software.appendChild(glExtensions);
577 glExtensions.appendChild(doc.createTextNode(mExtensions));
579 glExtensions.appendChild(doc.createTextNode(" "));
617 camera.appendChild(location);
628 location.appendChild(locationText);
634 camera.appendChild(autofocus);
637 autofocus.appendChild(doc.createTextNode(" "));
639 autofocus.appendChild(doc.createTextNode("true"));
641 autofocus.appendChild(doc.createTextNode("false"));
645 camera.appendChild(flash);
648 flash.appendChild(doc.createTextNode("false"));
650 flash.appendChild(doc.createTextNode("true"));