Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java180 private MainSearchController searchController; field in OldMainActivityPeer
281 searchController.showDialpad(true); in initLayout()
314 searchController = in initLayout()
317 toolbar.setSearchBarListener(searchController); in initLayout()
319 onDialpadQueryChangedListener = getNewOnDialpadQueryChangedListener(searchController); in initLayout()
321 new MainDialpadListener(activity, searchController, getLastOutgoingCallListener); in initLayout()
322 searchFragmentListener = new MainSearchFragmentListener(searchController); in initLayout()
325 callLogHostInterface = new MainCallLogHost(searchController, fab); in initLayout()
350 searchController.onRestoreInstanceState(savedInstanceState); in initLayout()
460 searchController.showDialpadFromNewIntent(); in onHandleIntent()
[all …]