Home
last modified time | relevance | path

Searched refs:fileList (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsHistoryTest.java82 List<Integer> fileList = new ArrayList<>(); in testStartNextFile() local
83 fileList.add(0); in testStartNextFile()
88 fileList.add(i); in testStartNextFile()
91 verifyFileNumbers(history, fileList); in testStartNextFile()
98 fileList.add(32); in testStartNextFile()
99 fileList.remove(0); in testStartNextFile()
102 verifyFileNumbers(history, fileList); in testStartNextFile()
109 fileList.add(33); in testStartNextFile()
110 fileList.remove(0); in testStartNextFile()
112 verifyFileNumbers(history, fileList); in testStartNextFile()
[all …]
/aosp12/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java91 String[] fileList = mFileContext.fileList(); in makeExistingFilesAndDbsAccessible() local
92 for (String diskName : fileList) { in makeExistingFilesAndDbsAccessible()
225 public String[] fileList() { in fileList() method in RenamingDelegatingContext
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DRenamingDelegatingContext.java81 String[] fileList = mFileContext.fileList(); in makeExistingFilesAndDbsAccessible() local
82 for (String diskName : fileList) { in makeExistingFilesAndDbsAccessible()
227 public String[] fileList() { in fileList() method in RenamingDelegatingContext
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java262 final ArrayList<AssetFileAddress> fileList = new ArrayList<>(); in getDictionaryFiles() local
273 if (null != afa) fileList.add(afa); in getDictionaryFiles()
285 fileList.add(fallbackAsset); in getDictionaryFiles()
289 return fileList; in getDictionaryFiles()
/aosp12/frameworks/av/drm/drmserver/
H A DPlugInManager.h203 Vector<String8> fileList; in getPlugInPathList() local
216 fileList.add(plugInPath); in getPlugInPathList()
223 return fileList; in getPlugInPathList()
/aosp12/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py120 fileList = []
126 fileList.append(f[len(rootdir):])
127 return fileList
/aosp12/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DDeviceListFragment.java155 List<CarUiListItem> fileList = new ArrayList<>(); in setFileList() local
160 fileList.add(item); in setFileList()
163 CarUiListItemAdapter adapter = new CarUiListItemAdapter(fileList); in setFileList()
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go595 type fileList []string type
597 func (f *fileList) String() string {
601 func (f *fileList) Set(name string) error {
622 excludeDirs fileList
623 excludeFiles fileList
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DBackend.java314 LocalPrinterCapabilities capabilities, String[] fileList, String debugDir, in nativeStartJob() argument
/aosp12/frameworks/base/test-runner/api/
H A Dlint-baseline.txt102 MissingNullability: android.test.RenamingDelegatingContext#fileList():
103 Missing nullability on method `fileList` return
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DVCardService.java388 for (final String fileName : fileList()) { in clearCache()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java391 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() argument
H A DRuimRecords.java195 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() argument
H A DIccRecords.java831 public abstract void onRefresh(boolean fileChanged, int[] fileList); in onRefresh() argument
H A DSIMRecords.java586 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() argument
/aosp12/frameworks/base/core/java/android/content/
H A DContextWrapper.java250 public String[] fileList() { in fileList() method in ContextWrapper
251 return mBase.fileList(); in fileList()
H A DContext.java1713 public abstract String[] fileList(); in fileList() method in Context
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java201 public String[] fileList() { in fileList() method in MockContext
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2155 ArrayList<String> fileList = new ArrayList<>(); in getAllFilesForRenameDirectory() local
2163 fileList.add(filePath); in getAllFilesForRenameDirectory()
2168 return fileList; in getAllFilesForRenameDirectory()
2222 ArrayList<String> fileList = new ArrayList<>(); in getWritableFilesForRenameDirectory() local
2242 fileList.add(filePath); in getWritableFilesForRenameDirectory()
2245 return fileList; in getWritableFilesForRenameDirectory()
2281 final ArrayList<String> fileList; in renameDirectoryCheckedForFuse() local
2283 fileList = getWritableFilesForRenameDirectory(oldPath, newPath); in renameDirectoryCheckedForFuse()
2290 return renameDirectoryUncheckedForFuse(oldPath, newPath, fileList); in renameDirectoryCheckedForFuse()
2294 ArrayList<String> fileList) { in renameDirectoryUncheckedForFuse() argument
[all …]
/aosp12/frameworks/base/test-mock/api/
H A Dcurrent.txt61 method public String[] fileList();
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1458 public String[] fileList() { in fileList() method in BridgeContext
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java927 public String[] fileList() { in fileList() method in ContextImpl
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7141 method public abstract java.lang.String[] fileList();
7315 method public java.lang.String[] fileList();
29206 method public java.lang.String[] fileList();

12