OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_REPLY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java
120
private static final String
ACTION_REPLY
= "com.android.email.intent.action.REPLY";
204
Intent intent = new Intent(
ACTION_REPLY
);
248
Intent intent = new Intent(
ACTION_REPLY
);
291
Intent intent = new Intent(
ACTION_REPLY
);
344
Intent intent = new Intent(
ACTION_REPLY
);
379
Intent intent = new Intent(
ACTION_REPLY
);
[
all
...]
/packages/apps/Email/src/com/android/email/activity/
MessageCompose.java
112
private static final String
ACTION_REPLY
= "com.android.email.intent.action.REPLY";
292
startActivityWithMessage(context, replyAll ? ACTION_REPLY_ALL :
ACTION_REPLY
, messageId);
400
} else if (
ACTION_REPLY
.equals(mAction)
[
all
...]
Completed in 991 milliseconds