Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java50 private static final int RESULT_PRESENT = 1; field in CrossProfileWidgetPrimaryUserTest
89 assertEquals(RESULT_PRESENT, result); in testHasCrossProfileWidgetProvider_true()
95 assertEquals(RESULT_PRESENT, result); in testHostReceivesWidgetUpdates_true()
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java57 private static final int RESULT_PRESENT = 1; field in SimpleAppWidgetHostService
95 result = (info != null) ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()
112 result = update ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()