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.java3324 Integer labelResourceId = inputValues.getAsInteger(StatusUpdates.STATUS_LABEL); in insertStatusUpdate() local
3326 if ((labelResourceId == null || labelResourceId == 0) && protocol != null) { in insertStatusUpdate()
3327 labelResourceId = Im.getProtocolLabelResource(protocol); in insertStatusUpdate()
3329 String labelResource = getResourceName(resources, "string", labelResourceId); in insertStatusUpdate()
3342 dataId, timestamp, status, resPackage, iconResourceId, labelResourceId); in insertStatusUpdate()
3345 dataId, status, resPackage, iconResourceId, labelResourceId); in insertStatusUpdate()