Searched defs:statusLabel (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java451 * @param statusLabel The id of a resource string that specifies the current
454 * referenced in the parameter statusLabel.
457 final Integer statusLabel, final String statusResPackage) {
482 if (statusLabel != null) {
499 labelDisplayValue = resources.getString(statusLabel.intValue());
502 + statusLabel.intValue());
658 final Integer statusLabel = c.isNull(ContactQuery.CONTACT_STATUS_LABEL)
663 setStatus(status, statusTimestamp, statusLabel, statusResPackage);
456 setStatus(final String status, final Long statusTimestamp, final Integer statusLabel, final String statusResPackage) argument

Completed in 25 milliseconds