Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 144) sorted by relevance

123456

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h457 ValueType* Get(ValueType& root) const { in Get()
487 const ValueType* Get(const ValueType& root) const { return Get(const_cast<ValueType&>(root)); } in Get()
504 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault()
511 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault()
519 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault()
532 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
581 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set()
586 …ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocat… in Set()
591 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set()
597 …ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorT… in Set()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DLocalPreferences.java38 public static @ViewMode int getViewMode(Context context, RootInfo root, in getViewMode()
43 public static void setViewMode(Context context, RootInfo root, @ViewMode int viewMode) { in setViewMode()
52 private static String createKey(RootInfo root) { in createKey()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java58 void openSettings(RootInfo root); in openSettings()
63 boolean dropOn(DragEvent event, RootInfo root); in dropOn()
68 void ejectRoot(RootInfo root, BooleanConsumer listener); in ejectRoot()
75 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument()
92 void openRoot(RootInfo root); in openRoot()
104 void pasteIntoFolder(RootInfo root); in pasteIntoFolder()
DDragAndDropManager.java81 RootInfo root, in startDrag()
93 boolean canSpringOpen(RootInfo root, DocumentInfo doc); in canSpringOpen()
230 RootInfo root, in startDrag()
298 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen()
489 final RootInfo root = dstStack.getRoot(); in canCopyTo() local
494 private boolean isValidDestination(RootInfo root, Uri dstUri) { in isValidDestination()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DTvSettingsActivity.java62 final ViewGroup root = findViewById(android.R.id.content); in onCreate() local
103 final ViewGroup root = findViewById(android.R.id.content); in finish() local
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DOmdbApi.java70 JSONObject root = (JSONObject) getContent(getContentUri(movie)); in populateMovie() local
84 JSONObject root = (JSONObject) getContent(getContentUri(series)); in populateSeries() local
97 JSONObject root = (JSONObject) getContent(getContentUri(episode)); in populateEpisode() local
DWikidata.java79 Object root = new JSONTokener(result).nextValue(); in getSearchResults() local
118 Object root = new JSONTokener(result).nextValue(); in getSparqlForResults() local
212 private static void dumpJson(Object root) throws JSONException { in dumpJson()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDragAndDropManager.java50 public void startDrag(View v, List<DocumentInfo> srcs, RootInfo root, List<Uri> invalidDest, in startDrag()
56 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen()
72 public boolean drop(ClipData clipData, Object localState, RootInfo root, ActionHandler actions, in drop()
DRoots.java25 RootInfo root = new RootInfo(); in create() local
DDocumentStackAsserts.java18 public static void assertEqualsTo(DocumentStack stack, RootInfo root, List<DocumentInfo> docs) { in assertEqualsTo()
DTestActionHandler.java67 public void openRoot(RootInfo root) { in openRoot()
82 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItem.java45 public final RootInfo root; field in RootItem
51 public RootItem(RootInfo root, ActionHandler actionHandler) { in RootItem()
55 public RootItem(RootInfo root, ActionHandler actionHandler, String packageName) { in RootItem()
62 private static String getStringId(RootInfo root) { in getStringId()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DConfig.java34 final RootInfo root = stack.getRoot(); in managedModeEnabled() local
DActionHandler.java127 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn()
152 public void openSettings(RootInfo root) { in openSettings()
160 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder()
167 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder()
192 public void openRoot(RootInfo root) { in openRoot()
759 RootInfo root = mActivity.getCurrentRoot(); in showInspector() local
DMenuManager.java135 protected void updateSettings(MenuItem settings, RootInfo root) { in updateSettings()
141 protected void updateEject(MenuItem eject, RootInfo root) { in updateEject()
173 protected void updateOpenInNewWindow(MenuItem openInNewWindow, RootInfo root) { in updateOpenInNewWindow()
212 protected void updatePasteInto(MenuItem pasteInto, RootInfo root, DocumentInfo docInfo) { in updatePasteInto()
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelper.java117 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews()
155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
190 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DActionDisabledByAdminDialogHelper.java117 private void initializeDialogViews(View root, ComponentName admin, int userId, in initializeDialogViews()
155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
190 void setAdminSupportDetails(final Activity activity, final View root, in setAdminSupportDetails()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSynchronizedHandler.java28 public SynchronizedHandler(GLRoot root) { in SynchronizedHandler()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/
DSearchViewManagerTest.java353 RootInfo root = spy(new RootInfo()); in testSupportsMimeTypesSearch_showChips() local
366 RootInfo root = spy(new RootInfo()); in testNotSupportsMimeTypesSearch_notShowChips() local
381 RootInfo root = spy(new RootInfo()); in testSupportsSearch_showMenu() local
393 RootInfo root = spy(new RootInfo()); in testNotSupportsSearch_notShowMenuAndChips() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/
DProvidersAccessTest.java138 RootInfo root = new RootInfo(); in testExcludedAuthorities() local
166 final RootInfo root = new RootInfo(); in buildForMimeTypes() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/weblinks/
DWebLinksTestFragment.java39 View root = inflater.inflate(R.layout.weblinks_fragment, container, false); in onCreateView() local
/packages/apps/Messaging/src/com/android/messaging/util/
DFileUtil.java75 public static void removeFileOrDirectory(File root) { in removeFileOrDirectory()
80 public static void removeFileOrDirectoryExcept(File root, File exclude) { in removeFileOrDirectoryExcept()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentStack.java68 public DocumentStack(RootInfo root, DocumentInfo... docs) { in DocumentStack()
81 public DocumentStack(RootInfo root, List<DocumentInfo> docs) { in DocumentStack()
156 public void changeRoot(RootInfo root) { in changeRoot()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDocumentsProviderHelper.java109 public Uri createDocument(RootInfo root, String mimeType, String name) { in createDocument()
137 public Uri createFolder(RootInfo root, String name) { in createFolder()
182 public void assertChildCount(RootInfo root, int expected) throws Exception { in assertChildCount()
201 public void assertHasFile(RootInfo root, String name) throws Exception { in assertHasFile()
220 public void assertHasDirectory(RootInfo root, String name) throws Exception { in assertHasDirectory()
238 public void assertDoesNotExist(RootInfo root, String name) throws Exception { in assertDoesNotExist()
317 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchFeatureProvider.java90 void showFeedbackButton(SearchFragment fragment, View root); in showFeedbackButton()
96 void hideFeedbackButton(View root); in hideFeedbackButton()

123456