Searched refs:onCallNumberDirectly (Results 1 - 13 of 13) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DOnPhoneNumberPickerActionListener.java32 void onCallNumberDirectly(String phoneNumber); method in interface:OnPhoneNumberPickerActionListener
H A DContactTilePhoneFrequentView.java75 mListener.onCallNumberDirectly(mPhoneNumberString);
H A DContactTileView.java193 void onCallNumberDirectly(String phoneNumber); method in interface:ContactTileView.Listener
H A DPhoneNumberPickerFragment.java195 mListener.onCallNumberDirectly(number);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DAllContactsActivity.java52 public void onCallNumberDirectly(String phoneNumber) {
H A DSearchFragment.java103 listener.onCallNumberDirectly(getQueryString());
H A DPhoneFavoriteFragment.java109 public void onCallNumberDirectly(String phoneNumber); method in interface:PhoneFavoriteFragment.Listener
162 public void onCallNumberDirectly(String phoneNumber) { method in class:PhoneFavoriteFragment.ContactTileAdapterListener
164 mListener.onCallNumberDirectly(phoneNumber);
H A DPhoneFavoriteTileView.java239 mListener.onCallNumberDirectly(mPhoneNumberString);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileListFragment.java55 void onCallNumberDirectly(String phoneNumber); method in interface:ContactTileListFragment.Listener
220 public void onCallNumberDirectly(String phoneNumber) {
222 mListener.onCallNumberDirectly(phoneNumber);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupDetailFragment.java222 public void onCallNumberDirectly(String phoneNumber) {
224 Log.w(TAG, "unexpected invocation of onCallNumberDirectly()");
/packages/apps/Dialer/src/com/android/dialer/
H A DDialtactsActivity.java205 public void onCallNumberDirectly(String phoneNumber) {
767 public void onCallNumberDirectly(String phoneNumber) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java503 public void onCallNumberDirectly(String phoneNumber) { method in class:ContactSelectionActivity.PhoneNumberPickerActionListener
H A DPeopleActivity.java1300 public void onCallNumberDirectly(String phoneNumber) { method in class:PeopleActivity.StrequentContactListFragmentListener
1302 Log.w(TAG, "unexpected invocation of onCallNumberDirectly()");

Completed in 92 milliseconds