Home
last modified time | relevance | path

Searched defs:append (Results 1 – 8 of 8) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DPacketBuilder.java24 public void append(BitStream appendix) { in append() method in PacketBuilder
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java106 default LaunchSequence append(LaunchIntent intent) { in append() method
117 default LaunchSequence append(LaunchIntent intent, LaunchSequence launchFrom) { in append() method
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java89 public void append(String s) { in append() method in BuildCTSHostSources.HostState
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java124 public static void writeFile(File file, byte[] data, boolean append) throws IOException { in writeFile()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java766 public void append() { in append() method in BaseSensorTestActivity.ViewAppender
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java309 public static StringBuilder append(@NonNull StringBuilder builder, @NonNull String field, in append() method in Helper
329 public static StringBuilder append(@NonNull StringBuilder builder, @NonNull String field, in append() method in Helper
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1089 void writeAndCheckMtime(final boolean append) throws Exception { in writeAndCheckMtime()
1118 try (FileOutputStream fos = new FileOutputStream(file, append)) { in writeAndCheckMtime() argument
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java113 private static boolean copyToFile(File file, InputStream is, byte[] prepend, byte[] append) { in copyToFile()