Home
last modified time | relevance | path

Searched refs:locationText (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java618 Text locationText; in getCameraElements() local
622 locationText = doc.createTextNode("front"); in getCameraElements()
624 locationText = doc.createTextNode("back"); in getCameraElements()
626 locationText = doc.createTextNode(" "); in getCameraElements()
628 location.appendChild(locationText); in getCameraElements()