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.java201 final int requestedSubId = actionParameters.getInt( in getSelf() local
203 if (requestedSubId != ParticipantData.DEFAULT_SELF_SUB_ID) { in getSelf()
204 self = BugleDatabaseOperations.getOrCreateSelf(db, requestedSubId); in getSelf()