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.java73 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
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java124 synchronized boolean isChild(BrowseNode node) { in isChild() method in BrowseTree.BrowseNode
262 if (fromFolder.isChild(toFolder)) { in getDirection()
264 } else if (toFolder.isChild(fromFolder)) { in getDirection()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java285 onChildFocus(isChild(oldFocus) ? oldFocus : null,
286 isChild(newFocus) ? newFocus : null);
419 public boolean isChild(View view) {