Searched refs:isChild (Results 1 – 3 of 3) sorted by relevance
73 if (!isChild(new File(mProfilesDirectory), profileFile)) { in deleteProfile()102 if (!isChild(new File(mProfilesDirectory), f)) { in saveProfile()188 private boolean isChild(File base, File file) { in isChild() method in SipProfileDb
236 synchronized boolean isChild(BrowseNode node) { in isChild() method in BrowseTree.BrowseNode
832 boolean isChild = getParentCall() != null; in isFocusable()833 return !isChild && !isExternalCall(); in isFocusable()