OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:folderName
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java
241
String
folderName
= config.getFolderName(ResourceFolderType.LAYOUT);
244
FolderMock folder = new FolderMock(
folderName
, memberList);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java
532
String
folderName
= folderSegments[0];
534
if (
folderName
!= null && !
folderName
.equals(wsFolderPath)) {
/packages/apps/Email/src/com/android/email/activity/
MailboxList.java
256
String
folderName
= Utility.FolderProperties.getInstance(MailboxList.this)
258
if (
folderName
== null) {
259
folderName
= c.getString(mListAdapter.COLUMN_DISPLAY_NAME);
262
menu.setHeaderTitle(
folderName
);
UpgradeAccounts.java
506
String
folderName
= folder.getName();
507
if ("drafts".equalsIgnoreCase(
folderName
)) {
509
} else if ("outbox".equalsIgnoreCase(
folderName
)) {
511
} else if ("sent".equalsIgnoreCase(
folderName
)) {
513
} else if (isImap || "trash".equalsIgnoreCase(
folderName
)) {
514
Log.d(Email.LOG_TAG, "Scrub " + account.getDescription() + "." +
folderName
);
583
String
folderName
= null;
586
folderName
= folder.getName();
587
Log.d(Email.LOG_TAG, "Copy " + account.getDescription() + "." +
folderName
);
612
Log.d(Email.LOG_TAG, "Exception copying folder " +
folderName
+ ": " + e)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
589
String
folderName
= config.getFolderName(ResourceFolderType.LAYOUT);
597
File newLayoutFolder = new File(path + File.separator +
folderName
);
603
folderName
);
677
folderName
, mEditedFile.getName(), e2.getMessage());
686
folderName
, mEditedFile.getName(), e2.getMessage());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
[
all
...]
Completed in 551 milliseconds