HomeSort by relevance Sort by last modified time
    Searched defs:mBuildId (Results 1 - 4 of 4) sorted by null

  /system/core/include/utils/
BlobCache.h 189 // mBuildId is the build id of the device when the cache was created.
193 char mBuildId[];
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 56 private String mBuildId;
148 mBuildId = metrics.get(BUILD_ID_KEY);
179 || isEmpty(mBuildId)
190 .addFormValue("buildId", mBuildId)
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 54 private final String mBuildId = UUID.randomUUID().toString();
178 "@" + annotation.getSimpleName() + "(buildId=\"" + mBuildId + "\", " +
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 87 milliseconds