OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntentForStartActivity
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
ContactsMockContext.java
78
* You can check the content via {@link #
getIntentForStartActivity
()} for verification.
85
public Intent
getIntentForStartActivity
() {
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java
102
Intent intent = mContext.
getIntentForStartActivity
();
121
Intent intent = mContext.
getIntentForStartActivity
();
142
Intent intent = mContext.
getIntentForStartActivity
();
183
Intent intent = mContext.
getIntentForStartActivity
();
201
Intent intent = mContext.
getIntentForStartActivity
();
Completed in 3260 milliseconds