Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2373 String removalReason = ""; in inflateAppWidget() local
2378 removalReason = "the provider isn't ready."; in inflateAppWidget()
2384 removalReason = "widgets are disabled on go device."; in inflateAppWidget()
2386 removalReason = in inflateAppWidget()
2394 removalReason = in inflateAppWidget()
2397 removalReason = "AppWidgetManager cannot find provider for that widget id." in inflateAppWidget()
2411 + ", as the provider is null and " + removalReason); in inflateAppWidget()