HomeSort by relevance Sort by last modified time
    Searched full:folder (Results 1 - 25 of 2895) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/java/net/
url-test.jar 
  /libcore/harmony-tests/src/test/resources/tests/resources/net/
url-test.jar 
  /sdk/files/
README_add-ons.txt 1 Add-on folder.
2 Drop vendor supplied SDK add-on in this folder
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperations.java 20 import com.android.mail.providers.Folder;
32 * Object that contains a list of folder operations (application/removals of folders)
39 * The key is the canonical name of the Folder, and the value is a boolean,
40 * when true, the Folder should be added, and when false, the Folder
51 public FolderOperations(Folder folder, boolean add) {
53 if (folder != null) {
54 add(folder, add);
56 LogUtils.e(LOG_TAG, "FolderOperation created with null Folder object")
    [all...]
FolderSelector.java 20 import com.android.mail.providers.Folder;
23 * Interface that permits elements to implement selecting a folder.
24 * The single method {@link #onFolderSelected(com.android.mail.providers.Folder)} defines what
25 * happens when a folder is selected.
29 * Selects the folder provided as an argument here. This corresponds to the user
30 * selecting a folder in the UI element, either for creating a widget/shortcut (as in the
32 * the folder (as in the case of {@link AbstractActivityController}.
33 * @param folder
35 public void onFolderSelected(Folder folder);
    [all...]
  /frameworks/multidex/instrumentation/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /frameworks/multidex/library/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /hardware/intel/common/libva/
Android.mk 1 # Recursive call sub-folder Android.mk
  /hardware/intel/common/libva/test/
Android.mk 1 # Recursive call sub-folder Android.mk
  /sdk/testapps/testProjectTest/app/src/
readme.txt 1 Just there so that the src folder doesn't disappear
  /sdk/emulator/skins/assets/
README.txt 1 The svg files in these folder were used to generate the corresponding
2 png images in the 'dynamic' skin folder. Edit these in Inkscape or some
  /external/autotest/packages/
README 1 This folder should contain the packages used by the packaging system
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 16 * public TemporaryFolder folder= new TemporaryFolder();
20 * File createdFile= folder.newFile("myfile.txt");
21 * File createdFolder= folder.newFolder("subfolder");
28 private File folder; field in class:TemporaryFolder
45 folder= newFolder();
49 * Returns a new fresh file with the given name under the temporary folder.
58 * Returns a new fresh file with a random name under the temporary folder.
61 return File.createTempFile("junit", null, folder);
65 * Returns a new fresh folder with the given name under the temporary folder
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
EmptyStateUtils.java 26 import com.android.mail.providers.Folder;
34 * Given an empty folder, set the corresponding empty state icon for that folder.
36 public static void bindEmptyFolderIcon(ImageView view, Folder folder) {
37 if (folder == null) {
39 } else if (folder.isInbox()) {
41 } else if (folder.isSearch()) {
43 } else if (folder.isSpam()) {
45 } else if (folder.isTrash())
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
ReportOutputFolder.java 22 * Logical representation of a folder in the output structure. This utility
33 /** Cached sub-folder instances to guarantee stable normalization */
39 * Creates a new root folder for the given output.
49 * Creates a new root folder for the given output.
63 * Creates a sub-folder with the given name.
66 * name of the sub-folder
67 * @return handle for output into the sub-folder
71 ReportOutputFolder folder = subFolders.get(normalizedName); local
72 if (folder != null) {
73 return folder;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/
_README.txt 2 the feedPublish.*.properties files in the properties/ folder
  /external/llvm/tools/lli/ChildTarget/
CMakeLists.txt 8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")
  /frameworks/av/include/private/
README 1 This folder contains private include files.
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/
Android.mk 4 # Recursive call sub-folder Android.mk
  /frameworks/base/include/private/
README 1 This folder contains private include files.
  /frameworks/base/tests/SmokeTestApps/
README 1 The apps in this folder are intentionally bad-behaving apps that are intended
  /frameworks/base/tools/layoutlib/bridge/.settings/
README.txt 1 Copy this in eclipse project as a .settings folder at the root.
  /frameworks/base/tools/layoutlib/create/.settings/
README.txt 1 Copy this in eclipse project as a .settings folder at the root.
  /frameworks/multidex/instrumentation/src/
.readme 1 This hidden file is there to ensure there is an src folder.
  /frameworks/multidex/library/src/
.readme 1 This hidden file is there to ensure there is an src folder.

Completed in 294 milliseconds

1 2 3 4 5 6 7 8 91011>>