OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onShortcutIntentCreated
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
OnContactPickerActionListener.java
34
void
onShortcutIntentCreated
(Intent intent);
ContactPickerFragment.java
198
public void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent) {
200
mListener.
onShortcutIntentCreated
(shortcutIntent);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java
42
void
onShortcutIntentCreated
(Intent intent);
ShortcutIntentBuilder.java
118
void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent);
301
mListener.
onShortcutIntentCreated
(contactUri, intent);
340
mListener.
onShortcutIntentCreated
(uri, intent);
PhoneNumberPickerFragment.java
323
public void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent) {
324
mListener.
onShortcutIntentCreated
(shortcutIntent);
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
415
public void
onShortcutIntentCreated
(Intent intent) {
434
public void
onShortcutIntentCreated
(Intent intent) {
453
public void
onShortcutIntentCreated
(Intent intent) {
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
[
all
...]
Completed in 97 milliseconds