Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfoActivity.java55 private String mResultFilePath = null; field in DeviceInfoActivity
75 data.setData(Uri.parse(mResultFilePath)); in onCreate()
114 return mResultFilePath; in getResultFilePath()
150 mResultFilePath = jsonFile.getAbsolutePath(); in createFilePath()
156 FileOutputStream out = new FileOutputStream(mResultFilePath); in createJsonWriter()