Searched defs:hasChildren (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCall.java58 public void setHasChildren(boolean hasChildren) { argument
59 mHasChildren = hasChildren;
62 public boolean hasChildren() { method in class:UiCall
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_properties.h106 bool hasChildren() const { function in class:latinime::DicNodeProperties
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java282 String name, boolean hasChildren, int unread, int total) {
289 folderMap.put(FolderColumns.HAS_CHILDREN, hasChildren ? 1 : 0);
281 createFolderDetailsMap(int folderId, int accountId, String name, boolean hasChildren, int unread, int total) argument
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpt_node_params.h139 AK_FORCE_INLINE bool hasChildren() const { function in class:latinime::PtNodeParams
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp35 if (!dicNode->hasChildren()) {
157 const bool hasChildren = PatriciaTrieReadingUtils::hasChildrenInFlags(flags); local
163 if (hasChildren) {
251 if (hasChildren) lastCandidatePtNodePos = startPos;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java99 public boolean hasChildren; field in class:Folder
258 public Builder setHasChildren(final boolean hasChildren) { argument
259 mHasChildren = hasChildren;
341 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
351 this.hasChildren = hasChildren;
386 hasChildren = cursor.getInt(UIProvider.FOLDER_HAS_CHILDREN_COLUMN) == 1;
391 childFoldersListUri = (hasChildren && !TextUtils.isEmpty(childList)) ? Uri.parse(childList)
448 hasChildren = in.readInt() == 1;
484 dest.writeInt(hasChildren
340 Folder(int id, String persistentId, Uri uri, String name, int capabilities, boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri, int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus, int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor, String fgColor, Uri loadMoreUri, String hierarchicalDesc, Uri parent, final long lastMessageTimestamp, final String unreadSenders) argument
[all...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h155 bool hasChildren() const { function in class:latinime::DicNode
156 return mDicNodeProperties.hasChildren();

Completed in 589 milliseconds