/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalSource.java | 98 LocalAlbumSet.PATH_IMAGE.getChild(bucketId)); in createMediaObject() 100 LocalAlbumSet.PATH_VIDEO.getChild(bucketId)); in createMediaObject() 145 return Path.fromString("/local/image").getChild(id); in getAlbumPath() 147 return Path.fromString("/local/video").getChild(id); in getAlbumPath() 149 return Path.fromString("/local/all").getChild(id); in getAlbumPath() 159 return id >= 0 ? LocalImage.ITEM_PATH.getChild(id) : null; in findPathByUri() 163 return id >= 0 ? LocalVideo.ITEM_PATH.getChild(id) : null; in findPathByUri() 185 return Path.fromString("/local/all").getChild( in getDefaultSetOf()
|
D | Path.java | 39 public Path getChild(String segment) { in getChild() method in Path 60 public Path getChild(int segment) { in getChild() method in Path 61 return getChild(String.valueOf(segment)); in getChild() 64 public Path getChild(long segment) { in getChild() method in Path 65 return getChild(String.valueOf(segment)); in getChild() 105 current = current.getChild(segments[i]); in fromString()
|
D | PathMatcher.java | 46 Node next = current.getChild(segments[i]); in match() 48 next = current.getChild("*"); in match() 89 Node getChild(String segment) { in getChild() method in PathMatcher.Node
|
D | ClusterAlbumSet.java | 108 childPath = mPath.getChild(Uri.encode(childName)); in updateClusters() 111 childPath = mPath.getChild(minSize); in updateClusters() 113 childPath = mPath.getChild(i); in updateClusters()
|
D | SnailSource.java | 64 return Path.fromString("/snail/set").getChild(id); in getSetPath() 68 return Path.fromString("/snail/item").getChild(id); in getItemPath()
|
D | LocalAlbum.java | 133 Path childPath = mItemPath.getChild(id); in getMediaItem() 211 Path childPath = itemPath.getChild(id); in getMediaItemById()
|
D | LocalAlbumSet.java | 139 Path path = parent.getChild(id); in getLocalAlbum()
|
D | SecureAlbum.java | 77 Path path = pathBase.getChild(id); in addMediaItem()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTreeTest.java | 224 browseTree.mRootNode, browseTree.mRootNode.getChild(0))) in getEldestChild_whenNodesAreAncestorDescendantRelation() 225 .isEqualTo(browseTree.mRootNode.getChild(0)); in getEldestChild_whenNodesAreAncestorDescendantRelation() 245 assertThat(browseTree.getNextStepToFolder(browseTree.mRootNode.getChild(0))) in getNextStepFolder() 246 .isEqualTo(browseTree.mRootNode.getChild(0)); in getNextStepFolder() 250 assertThat(browseTree.getNextStepToFolder(browseTree.mRootNode.getChild(0))) in getNextStepFolder()
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | TreeTraverser.java | 104 AccessibilityNodeInfo child = node.getChild(i); in depthFirstSearch() 127 AccessibilityNodeInfo child = node.getChild(i); in reverseDepthFirstSearch() 158 AccessibilityNodeInfo child = node.getChild(i); in depthFirstSelect()
|
D | Utils.java | 209 AccessibilityNodeInfo childNode = node.getChild(i); in descendantCanTakeFocus() 407 AccessibilityNodeInfo child = node.getChild(i); in getBoundsInScreen() 483 AccessibilityNodeInfo child = root.getChild(i); in printDescendants()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapSettingsAdapter.java | 88 public BluetoothMapAccountItem getChild(int groupPosition, int childPosition) { in getChild() method in BluetoothMapSettingsAdapter 93 private ArrayList<BluetoothMapAccountItem> getChild(BluetoothMapAccountItem group) { in getChild() method in BluetoothMapSettingsAdapter 121 final BluetoothMapAccountItem child = getChild(groupPosition, childPosition); in getChildView() 133 ArrayList<BluetoothMapAccountItem> childList = getChild(parentGroup); in getChildView() 256 ArrayList<BluetoothMapAccountItem> childItem = getChild(groupItem); in getGroupView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | VCardDetailAdapter.java | 43 public Object getChild(final int groupPosition, final int childPosition) { in getChild() method in VCardDetailAdapter 63 getChild(groupPosition, childPosition); in getChildView()
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NodeBuilderTest.java | 172 assertThat(parent.getChild(0)).isEqualTo(child1); in testSetParent() 173 assertThat(parent.getChild(1)).isEqualTo(child2); in testSetParent() 174 assertThat(parent.getChild(2)).isNull(); in testSetParent()
|
D | NodeBuilder.java | 167 }).when(builder.mParent).getChild(any(Integer.class)); in build() 189 AccessibilityNodeInfo child = node.getChild(i); in build()
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
D | GalleryWidgetMigrator.java | 145 .getChild(newBucketId) in updatePath() 164 .getChild(newBucketId) in updateEntryUsingRelativePath()
|
/packages/services/Car/libs/procfs-inspector/server/ |
D | impl.cpp | 42 if (asNumber(entry.getChild(), &pid)) { in readProcessTable()
|
D | directory.h | 35 const std::string& getChild() { return mChild; } in getChild() function
|
/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/ |
D | CellBroadcastUiTest.java | 279 UiObject object2 = object.getChild(new UiSelector().textContains(title)); in dismissNotificationAsNeeded() 342 itemSwitch = item.getChild(new UiSelector() in testEmergencyAlertSettingsUi() 356 itemSwitch = item.getChild(new UiSelector() in testEmergencyAlertSettingsUi()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 622 final GroupDelta child = (GroupDelta)this.getChild(groupPosition, childPosition); 647 public Object getChild(int groupPosition, int childPosition) { 661 final GroupDelta child = (GroupDelta)getChild(groupPosition, childPosition); 716 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition); 758 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
|
/packages/modules/Permission/tests/cts/permissionmultidevice/src/android/permissionmultidevice/cts/ |
D | AppPermissionsTest.kt | 348 val child = scrollable.getChild(UiSelector().index(i)) in getGrantInfoMap() 349 val titleText = child.getChild(titleSelector).text in getGrantInfoMap()
|
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/ |
D | ConsentNotificationTriggerTest.java | 213 scroller.getChild( in testEuNotification_gaUxFlagEnabled() 338 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable() 423 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() 562 scroller.getChild( in testRvcUxNotification() 691 scroller.getChild( in testRvcPostOtaNotification()
|
/packages/apps/Settings/src/com/android/settings/ |
D | TrustedCredentialsFragment.java | 333 public CertHolder getChild(int groupPosition, int childPosition) { in getChild() method in TrustedCredentialsFragment.GroupAdapter 395 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab, in getChildView() 407 showCertDialog(getChild(groupPosition, childPosition)); in onChildClick() 563 return mParent.getChild(mGroupPosition, position); in getItem()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 141 return mNowPlayingNode.getChild(trackNumber); in getTrackFromNowPlayingList() 260 synchronized BrowseNode getChild(int index) { in getChild() method in BrowseTree.BrowseNode
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | LocalPhotoSource.java | 101 mDataManager.getMediaObject(LOCAL_IMAGE_ROOT.getChild(id)); in getImage()
|