Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3486 Integer labelResourceId = inputValues.getAsInteger(StatusUpdates.STATUS_LABEL); in insertStatusUpdate() local
3488 if ((labelResourceId == null || labelResourceId == 0) && protocol != null) { in insertStatusUpdate()
3489 labelResourceId = Im.getProtocolLabelResource(protocol); in insertStatusUpdate()
3491 String labelResource = getResourceName(resources, "string", labelResourceId); in insertStatusUpdate()
3504 dataId, timestamp, status, resPackage, iconResourceId, labelResourceId); in insertStatusUpdate()
3507 dataId, status, resPackage, iconResourceId, labelResourceId); in insertStatusUpdate()