Home | History | Annotate | Download | only in dialer

Lines Matching defs:true

196      * Tracks whether onSaveInstanceState has been called. If true, no fragment transactions can
213 * True if the dialpad is only temporarily showing due to being in call
218 * True when this activity has been launched for the first time.
282 return true;
316 enterSearchUi(mIsDialpadShown, mSearchQuery, true /* animate */);
342 true /* animate */);
380 mFirstLaunch = true;
393 actionBar.setDisplayShowCustomEnabled(true);
508 hideDialpadFragment(false, true);
554 mIsRestarting = true;
578 mStateSaved = true;
619 showDialpadFragment(true);
661 ImportExportDialogFragment.show(getFragmentManager(), true,
663 return true;
666 return true;
669 return true;
702 mIsDialpadShown = true;
760 mListsFragment.setUserVisibleHint(true);
801 fragment.updatePosition(true /* animate */);
827 hideDialpadFragment(false, true);
863 * Returns true if the intent is due to hitting the green send key (hardware call button:
867 * @return true if the intent is due to hitting the green send key while in a call
876 return true;
897 mDialpadFragment.setStartedFromNewIntent(true);
899 mInCallDialpadUp = true;
914 /** Returns true if the given intent contains a phone number to populate the dialer with */
918 return true;
923 return true;
999 fragment.setShowEmptyListForNullQuery(true);
1052 mListsFragment.setUserVisibleHint(true);
1069 hideDialpadFragment(true, false);
1080 enterSearchUi(true /* isSmartDial */, mSearchQuery, false);
1085 * @return True if the search UI was exited, false otherwise
1091 return true;
1143 hideDialpadFragment(true /* animate */, true /* clearDialpad */);
1144 return true;
1152 hideDialpadFragment(true, false);
1180 mListsFragment.showRemoveView(true);
1223 showDialpadFragment(true);
1232 mClearSearchOnPause = true;
1251 mClearSearchOnPause = true;