Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipProfileDb.java72 if (!isChild(new File(mProfilesDirectory), profileFile)) { in deleteProfile()
101 if (!isChild(new File(mProfilesDirectory), f)) { in saveProfile()
187 private boolean isChild(File base, File file) { in isChild() method in SipProfileDb
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java262 synchronized boolean isChild(BrowseNode node) { in isChild() method in BrowseTree.BrowseNode
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java988 boolean isChild = getParentCall() != null; in isFocusable()
989 return !isChild && !isExternalCall(); in isFocusable()