Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DInsertNewMessageAction.java202 final int requestedSubId = actionParameters.getInt( in getSelf() local
204 if (requestedSubId != ParticipantData.DEFAULT_SELF_SUB_ID) { in getSelf()
205 self = BugleDatabaseOperations.getOrCreateSelf(db, requestedSubId); in getSelf()