Searched refs:isChild (Results 1 – 4 of 4) sorted by relevance
536 @EncryptionAlgorithm int algorithm, int keyLength, boolean isChild) { in validateAndAddEncryptAlgo() argument543 && isChild in validateAndAddEncryptAlgo()562 @IntegrityAlgorithm int algorithm, boolean isChild) { in validateAndAddIntegrityAlgo() argument565 && isChild in validateAndAddIntegrityAlgo()
110 assertThat(mBrowseTree.mNowPlayingNode.isChild(browseNode)).isTrue(); in addChild_withImageUuid_toNowPlayingNode()
294 synchronized boolean isChild(BrowseNode node) { in isChild() method in BrowseTree.BrowseNode
1262 boolean isChild = getParentCall() != null; in isFocusable()1263 return !isChild && !isExternalCall(); in isFocusable()