Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java970 final ParticipantData selfParticipant = BugleDatabaseOperations.getExistingParticipant( in getSelfSubscriptionId() local
972 if (selfParticipant != null) { in getSelfSubscriptionId()
973 Assert.isTrue(selfParticipant.isSelf()); in getSelfSubscriptionId()
974 return selfParticipant.getSubId(); in getSelfSubscriptionId()