Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java58 private static final int RESULT_NOT_PRESENT = 2; field in SimpleAppWidgetHostService
95 result = (info != null) ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()
112 result = update ? RESULT_PRESENT : RESULT_NOT_PRESENT; in handleMessage()