HomeSort by relevance Sort by last modified time
    Searched refs:folder (Results 51 - 75 of 495) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java 26 import com.android.mail.providers.Folder;
80 final Folder folder = intent.getParcelableExtra(Utils.EXTRA_FOLDER); local
82 NotificationUtils.clearFolderNotification(this, account, folder, true /* markSeen */);
83 Analytics.getInstance().sendEvent("notification_dismiss", folder.getTypeDescription(),
96 final Folder folder = intent.getParcelableExtra(Utils.EXTRA_FOLDER); local
103 folder.folderUri, getContactFetcher());
108 final Folder folder = intent.getParcelableExtra(Utils.EXTRA_FOLDER) local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java 36 import com.android.mail.providers.Folder;
40 * Tip that is displayed in conversation list of 'Sent' folder whenever there are
48 private Folder mOutbox;
77 public void onUpdate(Folder folder, ConversationCursor cursor) {
78 if (mLoaderManager != null && folder != null) {
79 if ((folder.type & UIProvider.FolderType.SENT) > 0) {
80 // Only display this tip if user is viewing the Sent folder
86 private final LoaderCallbacks<ObjectCursor<Folder>> mFolderListLoaderCallbacks =
87 new LoaderManager.LoaderCallbacks<ObjectCursor<Folder>>() {
    [all...]
FolderItemView.java 30 import com.android.mail.providers.Folder;
37 * The view for each folder in the folder list.
44 private Folder mFolder;
95 public static boolean areSameViews(final Folder a, final Folder b) {
110 public void bind(final Folder folder, final FolderUri parentUri) {
111 mFolder = folder;
113 mFolderTextView.setText(folder.name)
    [all...]
ConversationSpecialItemView.java 24 import com.android.mail.providers.Folder;
36 void onUpdate(Folder folder, ConversationCursor cursor);
FolderSelectionActivity.java 39 import com.android.mail.providers.Folder;
65 private Folder mSelectedFolder;
132 Account account, Folder folder) {
193 * Create a Fragment showing this folder and its children.
205 * @return An {@link ArrayList} of folder canonical names
237 * Create a widget for the specified account and folder
239 protected void createWidget(int id, Account account, Folder selectedFolder) {
259 private void onFolderChanged(Folder folder, final boolean force)
    [all...]
NestedFolderTeaserView.java 44 import com.android.mail.providers.Folder;
100 // Each folder's loader will be this value plus the folder id
119 private Folder mFolder;
130 public void setFolder(final Folder folder) {
131 mFolder = folder;
148 public Folder getFolder() {
245 public void onUpdate(final Folder folder, final ConversationCursor cursor)
335 final Folder folder = folderHolder.getFolder(); local
    [all...]
FolderListFragment.java 56 import com.android.mail.providers.Folder;
93 * <br /> Tapping on a parent folder creates a new fragment with the child folders at
99 * any folder for a given account.
104 LoaderManager.LoaderCallbacks<ObjectCursor<Folder>>,
117 * True if you want a divided FolderList. A divided folder list shows the following groups:
125 * True if the folder list belongs to a folder selection activity (one account only)
137 /** The currently selected folder (the folder being viewed). This is never null. */
140 * The current folder from the controller. This is meant only to check when the unread coun
605 final Folder folder; local
1235 final Folder folder = getItem(position); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 42 import com.android.mail.providers.Folder;
88 public boolean shouldDisplayPrimary(final Folder folder,
90 return folder == null || folder.isInbox();
118 boolean shouldDisplayPrimary(Folder folder, Conversation conversation, Message message);
168 public int getActionIconResId(final Folder folder, final Conversation conversation,
170 if (mActionToggler == null || mActionToggler.shouldDisplayPrimary(folder, conversation
746 final Folder folder = notificationAction.getFolder(); local
815 final Folder folder = notificationAction.getFolder(); local
838 final Folder folder = notificationAction.getFolder(); local
    [all...]
NotificationUtils.java 61 import com.android.mail.providers.Folder;
256 throw new IllegalStateException("Unable to locate folder for uri: " +
260 final Folder folder; local
263 folder = new Folder(folderCursor);
271 final NotificationKey key = new NotificationKey(account, folder);
291 key.account.uri.toString(), key.folder.folderUri.fullUri.toString(),
352 * account-folder pair, pass in the account and folder that should be resent
381 final Folder folder = notification.folder; local
439 final Folder folder = notification.folder; local
456 final Folder folder = notification.folder; local
1615 notificationManager.cancel(getNotificationId(account.getAccountManagerAccount(), folder)); local
1659 final Folder folder = notificationKey.folder; local
1909 public final Folder folder; field in class:NotificationUtils.NotificationKey
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 52 def writeContext(folder):
53 folder = normF(folder)
55 "Current-Folder: %s\n" % folder)
57 def writeCurMessage(folder, cur):
58 folder = normF(folder)
59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"),
62 def writeMessage(folder, n, headers, body)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 52 def writeContext(folder):
53 folder = normF(folder)
55 "Current-Folder: %s\n" % folder)
57 def writeCurMessage(folder, cur):
58 folder = normF(folder)
59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"),
62 def writeMessage(folder, n, headers, body)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFolderWrapper.java 42 public IFolderWrapper(IFolder folder) {
43 mContainer = mFolder = folder;
152 IFolder folder = mFolder.getFolder(name); local
153 return new IFolderWrapper(folder);
156 IFolder folder = mContainer.getFolder(new Path(name)); local
157 return new IFolderWrapper(folder);
  /cts/tools/vm-tests-tf/src/util/build/
JarBuildStep.java 40 File tempFile = new File(inputFile.folder, destFileName);
61 inputFile.folder.getAbsolutePath(), destFileName};
75 inputFile.folder.getAbsolutePath()+", "+ destFileName);
  /external/chromium_org/chrome/browser/ui/bookmarks/
recently_used_folders_combo_model_unittest.cc 99 const BookmarkNode* folder = GetModel()->AddFolder( local
102 folder, 0, base::ASCIIToUTF16("b"));
110 // Remove a folder, it should remove an item from the model too.
111 GetModel()->Remove(folder, folder->GetIndexOf(sub_folder));
116 // Remove all, which should remove a folder too.
  /external/chromium_org/third_party/webrtc/base/
pathutils.cc 32 // FOLDER_DELIMS separate folder segments and the filename
63 Pathname::Pathname(const std::string& folder, const std::string& filename)
65 SetPathname(folder, filename);
127 void Pathname::SetPathname(const std::string& folder,
129 SetFolder(folder);
139 std::string Pathname::folder() const { function in class:rtc::Pathname
167 void Pathname::SetFolder(const std::string& folder) {
168 folder_.assign(folder);
169 // Ensure folder ends in a path delimiter
175 void Pathname::AppendFolder(const std::string& folder) {
    [all...]
unixfilesystem.cc 54 // elsewhere; other places should use GetApp{Data,Temp}Folder() in
69 void UnixFilesystem::SetAppDataFolder(const std::string& folder) {
71 provided_app_data_folder_ = CopyString(folder);
74 void UnixFilesystem::SetAppTempFolder(const std::string& folder) {
76 provided_app_temp_folder_ = CopyString(folder);
116 LOG(LS_INFO) << "Creating folder: " << pathname;
160 bool UnixFilesystem::DeleteEmptyFolder(const Pathname &folder) {
161 LOG(LS_INFO) << "Deleting folder" << folder.pathname();
163 if (!IsFolder(folder)) {
    [all...]
fileutils.cc 182 bool FilesystemInterface::DeleteFolderContents(const Pathname &folder) {
184 VERIFY(IsFolder(folder));
188 if (di->Iterate(folder)) {
193 subdir.SetFolder(folder.pathname());
230 // If no folder is supplied, use the temporary folder
231 if (path.folder().empty()) {
242 std::string folder(path.folder());
243 std::string filename = Filesystem::TempFilename(folder, "gt")
    [all...]
  /dalvik/dx/src/com/android/multidex/
FolderPathElement.java 26 * A folder element.
53 private void collect(File folder, String prefix, ArrayList<String> result) {
54 for (File file : folder.listFiles()) {
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_apitest.cc 43 node->SetString("name", "Managed Folder");
61 const BookmarkNode* folder = local
62 model->AddFolder(bar, 0, base::ASCIIToUTF16("Folder"));
65 model->AddURL(folder, 0, base::ASCIIToUTF16("BBB"),
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
FolderDrawerItem.java 23 import com.android.mail.providers.Folder;
29 FolderDrawerItem(ControllableActivity activity, Folder folder,
31 super(activity, folder, folderCategory, null);
41 * Return a folder: either a parent folder or a normal (child or flat)
42 * folder.
45 * @return a view showing a folder at the given position.
63 // True if folder types and URIs are the same
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_unittest.cc 309 FileMetadata folder; local
310 folder.set_file_id(GenerateFileID());
311 FileDetails* details = folder.mutable_details();
316 return folder;
371 TrackedFile folder; local
372 folder.metadata = CreateFolderMetadata(parent.metadata, title);
373 folder.tracker = CreateTracker(parent.tracker, folder.metadata);
374 return folder;
390 file_resource->set_mime_type("application/vnd.google-apps.folder");
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 252 CSzFolder *folder = p->db.Folders + folderIndex; local
255 for (i = 0; i < folder->NumPackStreams; i++)
536 static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc *alloc)
544 folder->NumCoders = numCoders;
546 MY_ALLOC(CSzCoderInfo, folder->Coders, (size_t)numCoders, alloc);
549 SzCoderInfo_Init(folder->Coders + i);
554 CSzCoderInfo *coder = folder->Coders + i;
613 folder->NumBindPairs = numBindPairs = numOutStreams - 1;
614 MY_ALLOC(CSzBindPair, folder->BindPairs, (size_t)numBindPairs, alloc);
618 CSzBindPair *bp = folder->BindPairs + i
675 CSzFolder *folder = (*folders) + i; local
702 CSzFolder *folder = (*folders) + i; local
827 CSzFolder *folder = folders + i; local
1161 CSzFolder *folder; local
1349 CSzFolder *folder = p->db.Folders + folderIndex; local
    [all...]
  /external/lzma/C/
7zIn.c 252 CSzFolder *folder = p->db.Folders + folderIndex; local
255 for (i = 0; i < folder->NumPackStreams; i++)
536 static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc *alloc)
544 folder->NumCoders = numCoders;
546 MY_ALLOC(CSzCoderInfo, folder->Coders, (size_t)numCoders, alloc);
549 SzCoderInfo_Init(folder->Coders + i);
554 CSzCoderInfo *coder = folder->Coders + i;
613 folder->NumBindPairs = numBindPairs = numOutStreams - 1;
614 MY_ALLOC(CSzBindPair, folder->BindPairs, (size_t)numBindPairs, alloc);
618 CSzBindPair *bp = folder->BindPairs + i;
675 CSzFolder *folder = (*folders) + i; local
702 CSzFolder *folder = (*folders) + i; local
827 CSzFolder *folder = folders + i; local
1161 CSzFolder *folder; local
1349 CSzFolder *folder = p->db.Folders + folderIndex; local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 38 import com.android.emailcommon.mail.Folder;
69 * TODO Need a default response handler for things like folder updates
83 /** Charset used for converting folder names to and from UTF-7 as defined by RFC 3501. */
327 public Folder getFolder(String name) {
338 final ImapFolder folder = mailboxes.get(path); local
339 final Mailbox mailbox = folder.mMailbox;
347 // it might not be in all caps, this folder's parent path might have mixed case.
364 * Creates a {@link Folder} and associated {@link Mailbox}. If the folder does not already
384 final ImapFolder folder = (ImapFolder) getFolder(mailboxPath) local
452 ImapFolder folder = addMailbox( local
611 String folder; local
    [all...]
  /external/libmtp/examples/
pathutils.c 32 lookup_folder_id (LIBMTP_folder_t * folder, char * path, char * parent)
40 if (folder == NULL) {
44 current = malloc (strlen(parent) + strlen(folder->name) + 2);
45 sprintf(current,"%s/%s",parent,folder->name);
48 return folder->folder_id;
51 ret = lookup_folder_id (folder->child, path, current);
57 ret = lookup_folder_id (folder->sibling, path, parent);
86 // Check if path is a folder

Completed in 1160 milliseconds

1 23 4 5 6 7 8 91011>>