Searched refs:fileList (Results 1 - 14 of 14) 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.java196 public String[] fileList() { method in class:ContextWrapper
197 return mBase.fileList();
H A DContext.java570 * @see #fileList
598 * @see #fileList
617 * @see #fileList
1016 public abstract String[] fileList(); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java169 public String[] fileList() { method in class:MockContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java407 * @param fileList if non-null, a list of EF files that changed
409 public abstract void onRefresh(boolean fileChanged, int[] fileList); argument
H A DIsimUiccRecords.java468 public void onRefresh(boolean fileChanged, int[] fileList) { argument
470 // A future optimization would be to inspect fileList and
H A DRuimRecords.java191 * @param fileList if non-null, a list of EF files that changed
194 public void onRefresh(boolean fileChanged, int[] fileList) { argument
196 // A future optimization would be to inspect fileList and
H A DSIMRecords.java556 * @param fileList if non-null, a list of EF files that changed
559 public void onRefresh(boolean fileChanged, int[] fileList) { argument
561 // A future optimization would be to inspect fileList and
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1085 public String[] fileList() { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1130 public String[] fileList() { method in class:ContextImpl

Completed in 3934 milliseconds