Searched refs:fileList (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h203 Vector<String8> fileList; local
216 fileList.add(plugInPath);
223 return fileList;
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py120 fileList = []
126 fileList.append(f[len(rootdir):])
127 return fileList
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java82 String[] fileList = mFileContext.fileList();
83 for (String diskName : fileList) {
216 public String[] fileList() { method in class:RenamingDelegatingContext
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1500 Cursor fileList = null;
1508 fileList = mMediaProvider.query(mPackageName, mFilesUri,
1510 processPlayList(entry, fileList);
1524 if (fileList != null) {
1525 fileList.close();
1632 private void processCachedPlaylist(Cursor fileList, ContentValues values, Uri playlistUri) { argument
1633 fileList.moveToPosition(-1);
1634 while (fileList.moveToNext()) {
1635 long rowId = fileList.getLong(FILES_PRESCAN_ID_COLUMN_INDEX);
1636 String data = fileList
1662 processM3uPlayList(String path, String playListDirectory, Uri uri, ContentValues values, Cursor fileList) argument
1694 processPlsPlayList(String path, String playListDirectory, Uri uri, ContentValues values, Cursor fileList) argument
1734 WplHandler(String playListDirectory, Uri uri, Cursor fileList) argument
1763 processWplPlayList(String path, String playListDirectory, Uri uri, ContentValues values, Cursor fileList) argument
1791 processPlayList(FileEntry entry, Cursor fileList) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java703 String fileList[] = pDir.list();
704 if(fileList == null) {
707 int imax = fileList.length;
710 if(localLOGV) Log.i(TAG, "Found entry "+fileList[i]+ "in "+pDir);
711 if("lib".equalsIgnoreCase(fileList[i])) {
715 fail(pDir+" should be empty or contain only lib subdirectory. Found "+fileList[i]);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java195 public String[] fileList() { method in class:ContextWrapper
196 return mBase.fileList();
H A DContext.java569 * @see #fileList
597 * @see #fileList
616 * @see #fileList
1015 public abstract String[] fileList(); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java168 public String[] fileList() { method in class:MockContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java403 * @param fileList if non-null, a list of EF files that changed
405 public abstract void onRefresh(boolean fileChanged, int[] fileList); argument
H A DIsimUiccRecords.java478 public void onRefresh(boolean fileChanged, int[] fileList) { argument
480 // A future optimization would be to inspect fileList and
H A DRuimRecords.java186 * @param fileList if non-null, a list of EF files that changed
189 public void onRefresh(boolean fileChanged, int[] fileList) { argument
191 // A future optimization would be to inspect fileList and
H A DSIMRecords.java542 * @param fileList if non-null, a list of EF files that changed
545 public void onRefresh(boolean fileChanged, int[] fileList) { argument
547 // A future optimization would be to inspect fileList and
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1033 public String[] fileList() { method in class:BridgeContext
/frameworks/testing/espresso/libs/
H A Djarjar-1.4.jarcom/tonicsystems/jarjar/help.txt com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor.class StandaloneJarProcessor.java package com. ...
/frameworks/base/core/java/android/app/
H A DContextImpl.java1124 public String[] fileList() { method in class:ContextImpl

Completed in 468 milliseconds