Searched refs:appLinks (Results 1 – 2 of 2) sorted by relevance
187 final View appLinks = mLayoutInflater.inflate( in bindButton_noAppInfo_shouldNotAttachClickListener() local192 mController = EntityHeaderController.newInstance(mActivity, mFragment, appLinks); in bindButton_noAppInfo_shouldNotAttachClickListener()200 assertThat(appLinks.findViewById(android.R.id.button1).getVisibility()) in bindButton_noAppInfo_shouldNotAttachClickListener()202 assertThat(appLinks.findViewById(android.R.id.button2).getVisibility()) in bindButton_noAppInfo_shouldNotAttachClickListener()205 … appLinks.findViewById(com.android.settingslib.widget.preference.layout.R.id.entity_header_content) in bindButton_noAppInfo_shouldNotAttachClickListener()214 final View appLinks = mLayoutInflater.inflate( in bindButton_hasAppInfo_shouldAttachClickListener() local220 mController = EntityHeaderController.newInstance(mActivity, mFragment, appLinks); in bindButton_hasAppInfo_shouldAttachClickListener()229 … appLinks.findViewById(com.android.settingslib.widget.preference.layout.R.id.entity_header_content) in bindButton_hasAppInfo_shouldAttachClickListener()264 final View appLinks = mLayoutInflater.inflate( in bindButton_hasAppNotifIntent_shouldShowButton() local267 mController = EntityHeaderController.newInstance(mActivity, mFragment, appLinks); in bindButton_hasAppNotifIntent_shouldShowButton()[all …]
355 List<AppLinkInfo> appLinks = getAppLinkInfoList(); in onKeyDown() local356 if (appLinks.isEmpty()) { in onKeyDown()359 AppLinkInfo appLink = appLinks.get(0); in onKeyDown()