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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTilePhoneFrequentView.java75 mListener.onCallNumberDirectly(mPhoneNumberString);
H A DContactTileListFragment.java53 void onCallNumberDirectly(String phoneNumber); method in interface:ContactTileListFragment.Listener
218 public void onCallNumberDirectly(String phoneNumber) {
220 mListener.onCallNumberDirectly(phoneNumber);
H A DPhoneFavoriteFragment.java80 public void onCallNumberDirectly(String phoneNumber); method in interface:PhoneFavoriteFragment.Listener
155 public void onCallNumberDirectly(String phoneNumber) { method in class:PhoneFavoriteFragment.ContactTileAdapterListener
157 mListener.onCallNumberDirectly(phoneNumber);
H A DContactTileView.java185 void onCallNumberDirectly(String phoneNumber); method in interface:ContactTileView.Listener
/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/Contacts/src/com/android/contacts/activities/
H A DDialtactsActivity.java931 public void onCallNumberDirectly(String phoneNumber) {
H A DPeopleActivity.java1281 public void onCallNumberDirectly(String phoneNumber) { method in class:PeopleActivity.StrequentContactListFragmentListener
1283 Log.w(TAG, "unexpected invocation of onCallNumberDirectly()");

Completed in 169 milliseconds