Searched refs:RESULT_PRESENT (Results 1 – 2 of 2) sorted by relevance
50 private static final int RESULT_PRESENT = 1; field in CrossProfileWidgetPrimaryUserTest89 assertEquals(RESULT_PRESENT, result); in testHasCrossProfileWidgetProvider_true()95 assertEquals(RESULT_PRESENT, result); in testHostReceivesWidgetUpdates_true()
57 private static final int RESULT_PRESENT = 1; field in SimpleAppWidgetHostService95 result = (info != null) ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()112 result = update ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()