Home
last modified time | relevance | path

Searched refs:isChild (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java536 @EncryptionAlgorithm int algorithm, int keyLength, boolean isChild) { in validateAndAddEncryptAlgo() argument
543 && isChild in validateAndAddEncryptAlgo()
562 @IntegrityAlgorithm int algorithm, boolean isChild) { in validateAndAddIntegrityAlgo() argument
565 && isChild in validateAndAddIntegrityAlgo()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DBrowseNodeTest.java110 assertThat(mBrowseTree.mNowPlayingNode.isChild(browseNode)).isTrue(); in addChild_withImageUuid_toNowPlayingNode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java294 synchronized boolean isChild(BrowseNode node) { in isChild() method in BrowseTree.BrowseNode
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1262 boolean isChild = getParentCall() != null; in isFocusable()
1263 return !isChild && !isExternalCall(); in isFocusable()