HomeSort by relevance Sort by last modified time
    Searched refs:mFolderType (Results 1 - 7 of 7) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EmptyFolderDialogFragment.java 54 private int mFolderType;
83 mFolderType = getArguments().getInt(ARG_FOLDER_TYPE);
89 final int dialogTitleId = Folder.isType(mFolderType, UIProvider.FolderType.SPAM) ?
FolderListFragment.java 479 mSelectedFolderType = folderType = drawerItem.mFolderType;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/adapter/
DrawerItem.java 82 public final int mFolderType;
134 mFolderType = folderType;
164 sb.append(", mFolderType=");
165 sb.append(mFolderType);
319 return (mFolderType == currentType) && mFolder.folderUri.equals(currentFolder);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 108 private @NonNull ResourceFolderType mFolderType;
185 mFolderType = AdtUtils.getFolderTypeFor(mType);
208 mFolderType = ResourceFolderType.getFolderType(parentName);
209 if (mFolderType != null && mFolderType != ResourceFolderType.VALUES) {
210 mType = AdtUtils.getResourceTypeFor(mFolderType);
240 mFolderType = AdtUtils.getFolderTypeFor(mType);
459 && mFolderType != ResourceFolderType.VALUES
460 && mFolderType == folderType) {
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 210 private final int mFolderType;
234 mFolderType = intent.getIntExtra(WidgetProvider.EXTRA_FOLDER_TYPE, FolderType.DEFAULT);
255 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
273 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
425 if ((mFolderType & FolderType.INBOX) != 0) {
536 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
556 mAccount, mFolderType, mFolderUri, mFolderConversationListUri,
608 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 292 milliseconds