Searched defs:sending (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DChangeDefaultSmsAppHelper.java36 * When there's some condition that prevents an operation, such as sending a message,
39 * @param sending - true if we're called during a sending operation
50 public void warnOfMissingActionConditions(final boolean sending, argument
70 promptToChangeDefaultSmsApp(sending, runAfterMadeDefault,
80 private void promptToChangeDefaultSmsApp(final boolean sending, argument
96 activity.getString(sending ? R.string.requires_default_sms_app_to_send :
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java91 void warnOfMissingActionConditions(final boolean sending, argument
372 LogUtil.i(LogUtil.BUGLE_TAG, "UI initiated message sending in conversation " +
375 // Don't send message if we are currently checking draft for sending.
386 // Asynchronously check the draft against various requirements before sending.
394 // Continue sending after check succeeded.
422 true /*sending*/, false /* tooManyVideos */);
428 true /*sending*/, true /* tooManyVideos */);
443 mHost.warnOfMissingActionConditions(true /*sending*/,
514 mHost.warnOfExceedingMessageLimit(false /* sending */, false /* tooManyVideos */);
622 // Check data loading prerequisites for sending
[all...]
H A DConversationFragment.java827 warnOfMissingActionConditions(false /*sending*/,
1026 warnOfMissingActionConditions(true /*sending*/,
1058 * required for sending a draft.
1067 * When there's some condition that prevents an operation, such as sending a message,
1070 * @param sending - true if we're called during a sending operation
1076 public void warnOfMissingActionConditions(final boolean sending, argument
1081 mChangeDefaultSmsAppHelper.warnOfMissingActionConditions(sending,
1112 warnOfMissingActionConditions(false /*sending*/,
1123 warnOfMissingActionConditions(true /*sending*/,
1488 warnOfExceedingMessageLimit(final boolean sending, final boolean tooManyVideos) argument
1493 warnOfExceedingMessageLimit(final boolean sending, final ComposeMessageView composeMessageView, final String conversationId, final Activity activity, final boolean tooManyVideos) argument
[all...]

Completed in 97 milliseconds