Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java190 private MainCallLogHost callLogHostInterface; field in OldMainActivityPeer
325 callLogHostInterface = new MainCallLogHost(searchController, fab); in initLayout()
683 } else if (callbackInterface.isInstance(callLogHostInterface)) { in getImpl()
684 return (T) callLogHostInterface; in getImpl()