Home
last modified time | relevance | path

Searched refs:isSelf (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationParticipantsData.java51 if (!newParticipant.isSelf()) { in bind()
69 if (!participant.isSelf()) { in getParticipantListExcludingSelf()
83 if (!participant.isSelf()) { in getOtherParticipant()
DParticipantData.java363 if (isSelf() && !TextUtils.equals(phoneNumber, mNormalizedDestination)) { in updatePhoneNumberForSelfIfChanged()
376 if (isSelf()) { in updateSubscriptionInfoForSelfIfChanged()
471 public boolean isSelf() { in isSelf() method in ParticipantData
DSubscriptionListData.java67 Assert.isTrue(selfParticipantData.isSelf()); in fromSelfParticipantData()
DSettingsData.java90 Assert.isTrue(self.isSelf()); in fromSelfParticipant()
DConversationData.java620 if (!participant.isSelf()) { in sendMessage()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java272 if (participantData.isSelf()) { in refreshParticipants()
420 if (participantData.isSelf()) { in refreshParticipant()
600 if (participantData.isSelf()) { in updateParticipant()
DBugleDatabaseOperations.java373 Assert.isTrue(!participant.isSelf()); in createConversationInTransaction()
973 Assert.isTrue(selfParticipant.isSelf()); in getSelfSubscriptionId()
1742 if (participant.isSelf()) { in getOrCreateParticipantInTransaction()
DMessageNotificationState.java639 if (participant.isSelf()) { in scanFirstNames()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DMessageDetailsDialog.java320 if (participant.isSelf() && in getRecipientParticipantString()
368 Assert.isTrue(self.isSelf()); in appendSimInfo()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberProvider.java667 || checkForPrivilegedApplications() || isSelf();
696 private boolean isSelf() {
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DGetOrCreateConversationActionTest.java133 if (participant.isSelf()) { in testGetOrCreateConversation()