Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DShadeListBuilderLogger.kt54 buildId: Int,
60 long1 = buildId.toLong()
129 buildId: Int,
135 long1 = buildId.toLong()
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java959 String buildId = SystemProperties.get("ro.build.id", "UNKNOWN_BUILD"); in getBugreportPrefixName() local
961 return String.format("bugreport-%s-%s", deviceName, buildId); in getBugreportPrefixName()
/aosp14/frameworks/base/tools/bit/
H A Dmain.cpp716 const string buildId = buildVars.GetBuildVar("BUILD_ID", false); in run_phases() local
847 check_device_property("ro.build.id", buildId); in run_phases()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java616 String buildId = SystemProperties.get("ro.build.id", "UNKNOWN_BUILD"); in getBugreportBaseName() local
624 return String.format("bugreport-%s-%s", deviceName, buildId); in getBugreportBaseName()
626 return String.format("bugreport-%s-%s-%s", deviceName, buildId, typeSuffix); in getBugreportBaseName()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt27319 HSPLjava/time/ZoneOffset;->buildId(I)Ljava/lang/String;