Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSearchDialog.java69 private static final String INSTANCE_KEY_COMPONENT = "comp"; field in SearchDialog
338 bundle.putParcelable(INSTANCE_KEY_COMPONENT, mLaunchComponent); in onSaveInstanceState()
355 ComponentName launchComponent = savedInstanceState.getParcelable(INSTANCE_KEY_COMPONENT); in onRestoreInstanceState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8491 Landroid/app/SearchDialog;->INSTANCE_KEY_COMPONENT:Ljava/lang/String;