Searched refs:fileCount (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_backup_FileBackupHelperBase.cpp51 const int fileCount = env->GetArrayLength(files); local
52 char const** filesUTF = (char const**)malloc(sizeof(char*)*fileCount);
53 for (int i=0; i<fileCount; i++) {
63 err = back_up_files(oldStateFD, dataStream, newStateFD, filesUTF, keysUTF, fileCount);
65 for (int i=0; i<fileCount; i++) {
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java102 final int fileCount = files.size();
103 for (int i = startIndex; i < fileCount; i++) {
109 for (int i = startIndex; i < fileCount; i++) {
133 final int fileCount = files.size();
138 for (int i = 0; i < fileCount - 1; i++) {
145 if (start == fileCount - 1) {
151 for (int i = start; i < fileCount - 1; i++) {
164 for (int i = start; i < fileCount - 1; i++) {
302 final int fileCount = files.size();
303 for (int i = 0; i < fileCount;
[all...]
/frameworks/base/include/androidfw/
H A DBackupHelpers.h40 int fileCount; member in struct:android::SnapshotHeader
137 char const* const* files, char const* const *keys, int fileCount);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperations.java226 private static Snackbar createSharedSnackBar(Activity activity, int contentId, int fileCount) { argument
230 getQuantityString(activity, contentId, fileCount),
/frameworks/base/tools/split-select/
H A DMain.cpp226 const size_t fileCount = dir->getFileCount(); local
227 for (size_t i = 0; i < fileCount; i++) {
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp104 for (int i=0; i<header.fileCount; i++) {
146 int fileCount = 0; local
155 fileCount++;
162 SnapshotHeader header = { MAGIC0, fileCount, MAGIC1, bytesWritten };
335 char const* const* files, char const* const* keys, int fileCount)
349 for (int i=0; i<fileCount; i++) {
334 back_up_files(int oldSnapshotFD, BackupDataWriter* dataStream, int newSnapshotFD, char const* const* files, char const* const* keys, int fileCount) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java170 final int fileCount = files.length;
171 for (int i = 0; i < fileCount; i++) {
355 final int fileCount = files.length;
356 for (int i = 0; i < fileCount; i++) {

Completed in 1622 milliseconds