Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java187 final View appLinks = mLayoutInflater.inflate( in bindButton_noAppInfo_shouldNotAttachClickListener() local
192 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()
205appLinks.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() local
220 mController = EntityHeaderController.newInstance(mActivity, mFragment, appLinks); in bindButton_hasAppInfo_shouldAttachClickListener()
229appLinks.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() local
267 mController = EntityHeaderController.newInstance(mActivity, mFragment, appLinks); in bindButton_hasAppNotifIntent_shouldShowButton()
[all …]
/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/
DTiasSessionImpl.java355 List<AppLinkInfo> appLinks = getAppLinkInfoList(); in onKeyDown() local
356 if (appLinks.isEmpty()) { in onKeyDown()
359 AppLinkInfo appLink = appLinks.get(0); in onKeyDown()