OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnShortcutIntentCreatedListener
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactPickerFragment.java
34
import com.android.contacts.common.list.ShortcutIntentBuilder.
OnShortcutIntentCreatedListener
;
41
implements
OnShortcutIntentCreatedListener
{
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberPickerFragment.java
33
import com.android.contacts.common.list.ShortcutIntentBuilder.
OnShortcutIntentCreatedListener
;
40
implements
OnShortcutIntentCreatedListener
{
ShortcutIntentBuilder.java
87
private final
OnShortcutIntentCreatedListener
mListener;
104
public interface
OnShortcutIntentCreatedListener
{
116
public ShortcutIntentBuilder(Context context,
OnShortcutIntentCreatedListener
listener) {
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
46
import com.android.contacts.common.list.ShortcutIntentBuilder.
OnShortcutIntentCreatedListener
;
370
new
OnShortcutIntentCreatedListener
() {
Completed in 29 milliseconds