Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 68) sorted by relevance

123

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java87 public static int getDuration(String filePath) { in getDuration()
103 public static boolean getCurrentPosition(String filePath){ in getCurrentPosition()
138 public static boolean seekTo(String filePath){ in seekTo()
162 public static boolean setLooping(String filePath){ in setLooping()
375 public static boolean seekToEnd(String filePath){ in seekToEnd()
402 public static boolean shortMediaStop(String filePath){ in shortMediaStop()
429 public static boolean playToEnd(String filePath){ in playToEnd()
460 public static boolean seektoBeforeStart(String filePath){ in seektoBeforeStart()
483 public static boolean mediaRecorderRecord(String filePath){ in mediaRecorderRecord()
590 public static boolean prepareAsyncReset(String filePath){ in prepareAsyncReset()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/security/
H A DVerityUtils.java71 public static String getFsveritySignatureFilePath(String filePath) { in getFsveritySignatureFilePath()
76 public static void setUpFsverity(@NonNull String filePath) throws IOException { in setUpFsverity()
94 public static boolean hasFsverity(@NonNull String filePath) { in hasFsverity()
197 public static byte[] getFsverityDigest(@NonNull String filePath) { in getFsverityDigest()
222 private static native int enableFsverityNative(@NonNull String filePath); in enableFsverityNative()
224 private static native int measureFsverityNative(@NonNull String filePath, in measureFsverityNative()
226 private static native int statxForFsverityNative(@NonNull String filePath); in statxForFsverityNative()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java39 String filePath = file.getAbsolutePath(); in testMountSingleObb() local
91 String filePath = file.getAbsolutePath(); in testMountUnsignedObb() local
106 String filePath = file.getAbsolutePath(); in testMountBadPackageNameObb() local
116 String filePath = file.getAbsolutePath(); in testRemountObb() local
H A DStorageManagerBaseTest.java487 protected String doWaitForPath(String filePath) { in doWaitForPath()
515 protected void verifyObb1Contents(String filePath) { in verifyObb1Contents()
/aosp14/frameworks/base/core/java/android/content/res/
H A DObbScanner.java38 public static ObbInfo getObbInfo(String filePath) throws IOException { in getObbInfo()
61 private native static void getObbInfo_native(String filePath, ObbInfo obbInfo) in getObbInfo_native()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_security_VerityUtils.cpp59 int enableFsverity(JNIEnv *env, jobject clazz, jstring filePath) { in enableFsverity()
70 int statxForFsverity(JNIEnv *env, jobject /* clazz */, jstring filePath) { in statxForFsverity()
100 int measureFsverity(JNIEnv *env, jobject /* clazz */, jstring filePath, jbyteArray digest) { in measureFsverity()
H A Dcom_android_internal_content_F2fsUtils.cpp48 ScopedUtfChars filePath(env, path); in com_android_internal_content_F2fsUtils_nativeReleaseCompressedBlocks() local
H A Dandroid_content_res_ObbScanner.cpp44 const char* filePath = env->GetStringUTFChars(file, NULL); in android_content_res_ObbScanner_getObbInfo() local
/aosp14/frameworks/base/core/java/android/util/
H A DPackageUtils.java194 public static @Nullable byte[] computeSha256DigestForLargeFileAsBytes(@NonNull String filePath, in computeSha256DigestForLargeFileAsBytes()
221 public static @Nullable String computeSha256DigestForLargeFile(@NonNull String filePath, in computeSha256DigestForLargeFile()
236 public static @Nullable String computeSha256DigestForLargeFile(@NonNull String filePath, in computeSha256DigestForLargeFile()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPersister.java220 void saveImage(Bitmap image, String filePath) { in saveImage()
229 Bitmap getTaskDescriptionIcon(String filePath) { in getTaskDescriptionIcon()
238 private Bitmap getImageFromWriteQueue(String filePath) { in getImageFromWriteQueue()
510 private static boolean createParentDirectory(String filePath) { in createParentDirectory()
600 ImageWriteQueueItem(String filePath, Bitmap image) { in ImageWriteQueueItem()
607 final String filePath = mFilePath; in process() local
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java215 String filePath = getResourceFilePath(res); in onLoadSoundEffects() local
275 String filePath = getResourceFilePath(res); in onPlaySoundEffect() local
327 String filePath = Environment.getProductDirectory() + SOUND_EFFECTS_PATH + res.mFileName; in getResourceFilePath() local
539 String filePath; in onLoadComplete() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java393 final String filePath = file.getAbsolutePath(); in getAvailableApkChecksums() local
542 final String filePath = file.getAbsolutePath(); in needToWait() local
572 final String filePath = file.getAbsolutePath(); in getRequiredApkChecksums() local
640 private static boolean containsFile(File dir, String filePath) { in containsFile()
647 private static ApkChecksum extractHashFromFS(String split, String filePath) { in extractHashFromFS()
711 String split, String filePath, int types) { in extractHashFromV2V3Signature()
H A DPackageManagerShellCommandDataLoader.java155 public static Metadata forLocalFile(String filePath) { in forLocalFile()
327 static ParcelFileDescriptor getLocalFilePFD(ShellCommand shellCommand, String filePath) { in getLocalFilePFD()
336 static int getLocalFile(ShellCommand shellCommand, String filePath) { in getLocalFile()
/aosp14/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java123 public static @Nullable Bitmap createAudioThumbnail(@NonNull String filePath, int kind) { in createAudioThumbnail()
221 public static @Nullable Bitmap createImageThumbnail(@NonNull String filePath, int kind) { in createImageThumbnail()
331 public static @Nullable Bitmap createVideoThumbnail(@NonNull String filePath, int kind) { in createVideoThumbnail()
576 private static void createThumbnailFromEXIF(String filePath, int targetSize, in createThumbnailFromEXIF()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DResourcePressureUtil.java43 private static String readResourcePsiState(String filePath) { in readResourcePsiState()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
H A DMediaPlayerPowerTest.java49 public void audioPlayback(String filePath) { in audioPlayback()
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/
H A DBlockDeviceWriter.java95 public static boolean canReadByte(ITestDevice device, String filePath, long offset) in canReadByte()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DInvalidNewSystemAppTest.kt53 private val filePath = HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.PRODUCT) regex
H A DOverlayPathsUninstallSystemUpdatesTest.kt51 private val filePath = HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.PRODUCT) regex
H A DFactoryPackageTest.kt37 private val filePath = regex
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDynamicCodeLogger.java109 String filePath = fileEntry.getKey(); in logDynamicCodeLoading() local
203 private boolean fileIsUnder(String filePath, String directoryPath) { in fileIsUnder()
H A DPackageDynamicCodeLoading.java111 boolean record(String owningPackageName, String filePath, int fileType, int ownerUserId, in record()
198 boolean removeFile(String packageName, String filePath, int userId) { in removeFile()
564 private boolean removeFile(String filePath, int userId) { in removeFile()
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DFileIntegrityService.java162 public boolean verifyPkcs7DetachedSignature(String signaturePath, String filePath) in verifyPkcs7DetachedSignature()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DF2fsUtils.java134 final String filePath; in isCompressionAllowed() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java433 private boolean validateVideo(String filePath, int width, int height) { in validateVideo()
444 private boolean validateMetadata(String filePath, int captureRate) { in validateMetadata()

123