OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onShortcutIntentCreated
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
OnContactPickerActionListener.java
34
void
onShortcutIntentCreated
(Intent intent);
ContactPickerFragment.java
186
public void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent) {
187
mListener.
onShortcutIntentCreated
(shortcutIntent);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java
37
void
onShortcutIntentCreated
(Intent intent);
PhoneNumberPickerFragment.java
285
public void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent) {
286
mListener.
onShortcutIntentCreated
(shortcutIntent);
ShortcutIntentBuilder.java
113
void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent);
294
mListener.
onShortcutIntentCreated
(contactUri, intent);
323
mListener.
onShortcutIntentCreated
(uri, intent);
/packages/apps/Dialer/src/com/android/dialer/list/
AllContactsActivity.java
58
public void
onShortcutIntentCreated
(Intent intent) {
/packages/apps/Contacts/src/com/android/contacts/activities/
JoinContactActivity.java
122
public void
onShortcutIntentCreated
(Intent intent) {
ContactSelectionActivity.java
455
public void
onShortcutIntentCreated
(Intent intent) {
511
public void
onShortcutIntentCreated
(Intent intent) {
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
366
// before the callback to
onShortcutIntentCreated
(...)
373
public void
onShortcutIntentCreated
(Uri uri, Intent shortcutIntent) {
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
225
public void
onShortcutIntentCreated
(Intent intent) {
[
all
...]
Completed in 526 milliseconds