Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 148) sorted by relevance

123456

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DRenameDocumentUiTest.java43 bots.main.openOverflowMenu(); in testRenameEnabled_SingleSelection()
44 bots.main.assertMenuEnabled(R.string.menu_rename, true); in testRenameEnabled_SingleSelection()
52 bots.main.openOverflowMenu(); in testNoRenameSupport_SingleSelection()
53 bots.main.assertMenuEnabled(R.string.menu_rename, false); in testNoRenameSupport_SingleSelection()
62 bots.main.openOverflowMenu(); in testOneHasRenameSupport_MultipleSelection()
63 bots.main.assertMenuEnabled(R.string.menu_rename, false); in testOneHasRenameSupport_MultipleSelection()
72 bots.main.openOverflowMenu(); in testRenameDisabled_MultipleSelection()
73 bots.main.assertMenuEnabled(R.string.menu_rename, false); in testRenameDisabled_MultipleSelection()
85 bots.main.setDialogText(newName); in testRenameFile_OkButton()
88 bots.main.clickDialogOkButton(); in testRenameFile_OkButton()
[all …]
DSortDocumentUiTest.java101 bots.main.switchToListMode(); in testSortByName_Descending_listMode()
111 bots.main.switchToListMode(); in testSortBySize_Ascending_listMode()
121 bots.main.switchToListMode(); in testSortBySize_Descending_listMode()
131 bots.main.switchToListMode(); in testSortByModified_Ascending_listMode()
141 bots.main.switchToListMode(); in testSortByModified_Descending_listMode()
151 bots.main.switchToListMode(); in testSortByType_Ascending_listMode()
161 bots.main.switchToListMode(); in testSortByType_Descending_listMode()
171 bots.main.switchToGridMode(); in testSortByName_Descending_gridMode()
181 bots.main.switchToGridMode(); in testSortBySize_Ascending_gridMode()
191 bots.main.switchToGridMode(); in testSortBySize_Descending_gridMode()
[all …]
DFilesActivityUiTest.java60 bots.main.assertSearchBarShow(); in testClickRecent()
65 bots.main.assertWindowTitle("Images"); in testRootClick_SetsWindowTitle()
94 if (bots.main.inFixedLayout()) { in testNavigate_inFixedLayout_whileHasSelection()
111 bots.main.clickActionItem("Get info"); in testNavigationToInspector()
122 bots.main.switchToGridMode(); in testRootChange_UpdatesSortHeader()
124 bots.main.switchToListMode(); in testRootChange_UpdatesSortHeader()
130 if (bots.main.inFixedLayout()) { in testRootChange_UpdatesSortHeader()
DCancelFromNotificationUiTest.java155 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocument_Cancel()
158 bots.main.clickDialogCancelButton(); in testCopyDocument_Cancel()
173 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocument_CancelFromNotification()
177 bots.main.clickDialogOkButton(); in testCopyDocument_CancelFromNotification()
207 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_move)); in testMoveDocument_Cancel()
210 bots.main.clickDialogCancelButton(); in testMoveDocument_Cancel()
225 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_move)); in testMoveDocument_CancelFromNotification()
229 bots.main.clickDialogOkButton(); in testMoveDocument_CancelFromNotification()
DPickerPreviewTextUiTest.java67 bots.main.switchToGridMode(); in testPreviewInvisible_disabled_gridMode()
77 bots.main.switchToListMode(); in testPreviewInvisible_disabled_listMode()
87 bots.main.switchToGridMode(); in testPreviewInvisible_directory_gridMode()
97 bots.main.switchToListMode(); in testPreviewInvisible_directory_listMode()
107 bots.main.switchToGridMode(); in testPreviewVisible_enabled_gridMode()
117 bots.main.switchToListMode(); in testPreviewVisible_enabled_listMode()
DPickerPreviewAllTypeUiTest.java67 bots.main.switchToGridMode(); in testPreviewInvisible_noQuickViewer_gridMode()
77 bots.main.switchToListMode(); in testPreviewInvisible_noQuickViewer_listMode()
87 bots.main.switchToGridMode(); in testPreviewInvisible_directory_gridMode()
97 bots.main.switchToListMode(); in testPreviewInvisible_directory_listMode()
107 bots.main.switchToGridMode(); in testPreviewVisible_allType_girdMode()
119 bots.main.switchToListMode(); in testPreviewVisible_allType_listMode()
DFileManagementUiTest.java67 bots.main.openOverflowMenu(); in testCreateDirectory()
70 bots.main.clickToolbarOverflowItem("New folder"); in testCreateDirectory()
73 bots.main.setDialogText("Kung Fu Panda"); in testCreateDirectory()
84 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteDocument()
86 bots.main.clickDialogOkButton(); in testDeleteDocument()
130 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteDocument_Cancel()
132 bots.main.clickDialogCancelButton(); in testDeleteDocument_Cancel()
DInternalStorageUiTest.java54 bots.main.clickToolbarOverflowItem( in setUp()
75 bots.main.clickRename(); in testRenameFile()
77 bots.main.setDialogText(newFileName); in testRenameFile()
106 bots.main.clickDelete(); in deleteTestFiles()
108 bots.main.clickDialogOkButton(); in deleteTestFiles()
DGestureSelectionUiTest.java38 bots.main.switchToGridMode(); in testGridGestureSelect_twoFiles()
45 bots.main.switchToGridMode(); in testGridGestureSelect_multipleFiles()
53 bots.main.switchToListMode(); in testListGestureSelect_twoFiles()
61 bots.main.switchToListMode(); in testListGestureSelect_multipleFiles()
DFilesActivityDefaultsUiTest.java58 bots.main.assertWindowTitle("Documents"); in testDefaultDirectory()
60 bots.main.assertWindowTitle("Downloads"); in testDefaultDirectory()
66 bots.main.assertSearchBarShow(); in testDefaultDirectory()
68 bots.main.assertWindowTitle("Recent"); in testDefaultDirectory()
DFileCopyUiTest.java130 bots.main.clickToolbarOverflowItem( in setUp()
230 bots.main.clickToolbarItem(R.id.action_menu_delete); in deleteDocuments()
231 bots.main.clickDialogOkButton(); in deleteDocuments()
341 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in copyFiles()
344 bots.main.clickDialogOkButton(); in copyFiles()
422 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocuments_documentsDisabled()
DSidebarUiTest.java48 bots.main.assertWindowTitle(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
55 bots.main.assertInActionMode(true); in testRootChanged_ClearSelection()
58 bots.main.assertInActionMode(false); in testRootChanged_ClearSelection()
DFileDeleteUiTest.java163 bots.main.clickToolbarOverflowItem( in testDeleteAllDocument()
167 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteAllDocument()
168 bots.main.clickDialogOkButton(); in testDeleteAllDocument()
DBandSelectionUiTest.java41 bots.main.switchToGridMode(); in testBandSelection_allFiles()
52 bots.main.switchToGridMode(); in testBandSelection_someFiles()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DBodyDescriptor.java102 String main = params.get(""); in addField() local
103 if (main != null) { in addField()
104 main = main.toLowerCase().trim(); in addField()
105 int index = main.indexOf('/'); in addField()
108 String type = main.substring(0, index).trim(); in addField()
109 String subtype = main.substring(index + 1).trim(); in addField()
111 main = type + "/" + subtype; in addField()
117 main = null; in addField()
122 if (main != null in addField()
123 && ((main.startsWith("multipart/") && b != null) in addField()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryPanel.java105 LinearLayout main = (LinearLayout) inflater.inflate( in onCreateView() local
114 View panelView = main.findViewById(R.id.listItems); in onCreateView()
123 ListView panel = (ListView) main.findViewById(R.id.listItems); in onCreateView()
128 mAddButton = (IconView) main.findViewById(R.id.addButton); in onCreateView()
133 return main; in onCreateView()
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DNewMainActivityPeer.java17 package com.android.dialer.main.impl;
28 import com.android.dialer.main.MainActivityPeer;
29 import com.android.dialer.main.impl.bottomnav.BottomNavBar;
30 import com.android.dialer.main.impl.bottomnav.BottomNavBar.OnBottomNavTabSelectedListener;
31 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;
DMainActivity.java17 package com.android.dialer.main.impl;
30 import com.android.dialer.main.MainActivityPeer;
31 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;
DMainSearchController.java17 package com.android.dialer.main.impl;
47 import com.android.dialer.main.impl.bottomnav.BottomNavBar;
48 import com.android.dialer.main.impl.toolbar.MainToolbar;
49 import com.android.dialer.main.impl.toolbar.SearchBarListener;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBots.java48 public final UiBot main; field in Bots
53 main = new UiBot(device, context, TIMEOUT); in Bots()
54 breadcrumb = new BreadBot(device, context, TIMEOUT, main); in Bots()
57 sort = new SortBot(device, context, TIMEOUT, main); in Bots()
/packages/apps/UniversalMediaPlayer/
Dbuild.gradle46 main.manifest.srcFile 'AndroidManifest.xml'
47 main.java.srcDirs = ['java']
48 main.res.srcDirs = ['res']
/packages/apps/Dialer/
Dpackages.mk47 com.android.dialer.main.impl \
48 com.android.dialer.main.impl.toolbar \
49 com.android.dialer.main.impl.bottomnav \
/packages/apps/Launcher3/
Dfill_screens.py80 def main(argv): function
90 main(sys.argv)
/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
DMissedCallCountObserver.java17 package com.android.dialer.main.impl.bottomnav;
27 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;
/packages/apps/TimeZoneUpdater/
DAndroid.bp19 "src/main/**/*.java",
20 "src/main/**/*.logtags", // Also include generated EventLogTags from the .logtags file.

123456