Searched refs:isChild (Results 1 – 3 of 3) sorted by relevance
72 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
262 synchronized boolean isChild(BrowseNode node) { in isChild() method in BrowseTree.BrowseNode
945 boolean isChild = getParentCall() != null; in isFocusable()946 return !isChild && !isExternalCall(); in isFocusable()