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
33
import com.android.contacts.common.list.ShortcutIntentBuilder.
OnShortcutIntentCreatedListener
;
40
implements
OnShortcutIntentCreatedListener
{
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java
90
private final
OnShortcutIntentCreatedListener
mListener;
109
public interface
OnShortcutIntentCreatedListener
{
121
public ShortcutIntentBuilder(Context context,
OnShortcutIntentCreatedListener
listener) {
PhoneNumberPickerFragment.java
32
import com.android.contacts.common.list.ShortcutIntentBuilder.
OnShortcutIntentCreatedListener
;
43
implements
OnShortcutIntentCreatedListener
, PhoneNumberListAdapter.Listener {
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
123
import com.android.contacts.common.list.ShortcutIntentBuilder.
OnShortcutIntentCreatedListener
;
[
all
...]
Completed in 506 milliseconds