/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | CodecTest.java | 87 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 D | VerityUtils.java | 71 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 D | StorageManagerIntegrationTest.java | 39 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 D | StorageManagerBaseTest.java | 487 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 D | ObbScanner.java | 38 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 D | com_android_internal_security_VerityUtils.cpp | 59 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 D | com_android_internal_content_F2fsUtils.cpp | 48 ScopedUtfChars filePath(env, path); in com_android_internal_content_F2fsUtils_nativeReleaseCompressedBlocks() local
|
H A D | android_content_res_ObbScanner.cpp | 44 const char* filePath = env->GetStringUTFChars(file, NULL); in android_content_res_ObbScanner_getObbInfo() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | PackageUtils.java | 194 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 D | TaskPersister.java | 220 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 D | SoundEffectsHelper.java | 215 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 D | ApkChecksums.java | 393 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 D | PackageManagerShellCommandDataLoader.java | 155 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 D | ThumbnailUtils.java | 123 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 D | ResourcePressureUtil.java | 43 private static String readResourcePsiState(String filePath) { in readResourcePsiState()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/ |
H A D | MediaPlayerPowerTest.java | 49 public void audioPlayback(String filePath) { in audioPlayback()
|
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/ |
H A D | BlockDeviceWriter.java | 95 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 D | InvalidNewSystemAppTest.kt | 53 private val filePath = HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.PRODUCT) regex
|
H A D | OverlayPathsUninstallSystemUpdatesTest.kt | 51 private val filePath = HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.PRODUCT) regex
|
H A D | FactoryPackageTest.kt | 37 private val filePath = regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | DynamicCodeLogger.java | 109 String filePath = fileEntry.getKey(); in logDynamicCodeLoading() local 203 private boolean fileIsUnder(String filePath, String directoryPath) { in fileIsUnder()
|
H A D | PackageDynamicCodeLoading.java | 111 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 D | FileIntegrityService.java | 162 public boolean verifyPkcs7DetachedSignature(String signaturePath, String filePath) in verifyPkcs7DetachedSignature()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | F2fsUtils.java | 134 final String filePath; in isCompressionAllowed() local
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
H A D | MediaRecorderTest.java | 433 private boolean validateVideo(String filePath, int width, int height) { in validateVideo() 444 private boolean validateMetadata(String filePath, int captureRate) { in validateMetadata()
|