Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java23 import static com.android.launcher3.testing.shared.TestProtocol.WIDGET_CONFIG_NULL_EXTRA_INTENT;
539 Log.d(WIDGET_CONFIG_NULL_EXTRA_INTENT, intent == null in onReceive()
544 Log.d(WIDGET_CONFIG_NULL_EXTRA_INTENT, in onReceive()
549 Log.d(WIDGET_CONFIG_NULL_EXTRA_INTENT, in blockingGetIntent()
553 Log.d(WIDGET_CONFIG_NULL_EXTRA_INTENT, mIntent == null in blockingGetIntent()
/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DTestProtocol.java175 public static final String WIDGET_CONFIG_NULL_EXTRA_INTENT = "b/324419890"; field in TestProtocol