Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/tracing/
DTransactionTraceTestSuite.cpp245 const auto& postfix = android::TransactionTraceTestSuite::sTracePostfix; in PrintToStringParamName() local
248 return filename.substr(prefix.length(), filename.length() - prefix.length() - postfix.length()); in PrintToStringParamName()
269 const auto& postfix = android::TransactionTraceTestSuite::sTracePostfix; in main() local
270 if (path.compare(path.length() - postfix.length(), postfix.length(), postfix)) { in main()
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java112 String postfix = atts.getValue(POSTFIX); in parseRow() local
113 if (postfix != null) { in parseRow()
115 postfix); in parseRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
DBroadcastDispatcherLogger.kt122 .joinToString(separator = ",", prefix = "Actions(", postfix = ")") in logContextReceiverRegistered()
125 .joinToString(separator = ",", prefix = "Categories(", postfix = ")") in logContextReceiverRegistered()
/frameworks/native/libs/bufferstreams/rust/
Dcbindgen.toml80 # postfix = "END_FUNC"
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageUtil.java285 private static String findFilePath(File[] files, String postfix) { in findFilePath() argument
288 if (path.endsWith(postfix)) { in findFilePath()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DPackageUtil.kt349 private fun findFilePath(files: Array<File>?, postfix: String): String? { in findFilePath()
353 if (path.endsWith(postfix)) { in findFilePath()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java1054 int postfix = ThreadLocalRandom.current().nextInt(DEFAULT_CODE_MIN, DEFAULT_CODE_MAX); in getDefaultValueOfBroadcastName() local
1055 return BluetoothAdapter.getDefaultAdapter().getName() + UNDERLINE + postfix; in getDefaultValueOfBroadcastName()
1060 int postfix = ThreadLocalRandom.current().nextInt(DEFAULT_CODE_MIN, DEFAULT_CODE_MAX); in getDefaultValueOfProgramInfo() local
1061 return BluetoothAdapter.getDefaultAdapter().getName() + UNDERLINE + postfix; in getDefaultValueOfProgramInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeTaskRepository.kt424 return joinToString(separator = ", ", prefix = "[", postfix = "]") in toDumpString()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java145 final String postfix = ", "; in extractShortcutIds() local
151 line.indexOf(prefix) + prefix.length(), line.indexOf(postfix))); in extractShortcutIds()