Searched refs:RESULT_NOT_PRESENT (Results 1 – 1 of 1) sorted by relevance
58 private static final int RESULT_NOT_PRESENT = 2; field in SimpleAppWidgetHostService95 result = (info != null) ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()112 result = update ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()