OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondaryIntent
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java
54
assertNull(entry.
secondaryIntent
);
72
assertEquals(Intent.ACTION_SENDTO, entry.
secondaryIntent
.getAction());
73
assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.
secondaryIntent
.getData().toString());
92
assertEquals(Intent.ACTION_SENDTO, entry.
secondaryIntent
.getAction());
93
assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.
secondaryIntent
.getData().toString());
117
assertNull(entry.
secondaryIntent
);
138
assertEquals(Intent.ACTION_SENDTO, entry.
secondaryIntent
.getAction());
139
assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.
secondaryIntent
.getData().toString());
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
257
Intent intent = entry.
secondaryIntent
;
384
entry.
secondaryIntent
= new Intent(Intent.ACTION_SENDTO,
535
public Intent
secondaryIntent
= null;
634
|| !ContactsUtils.areIntentActionEqual(
secondaryIntent
, entry.
secondaryIntent
)
775
if (entry.
secondaryIntent
!= null && secondaryActionIcon != null) {
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java
250
startActivity(((ViewEntry) view.getTag()).
secondaryIntent
);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
582
entry.
secondaryIntent
= smsIntent;
[
all
...]
Completed in 235 milliseconds