Searched refs:deepLinkCollectionId (Results 1 – 2 of 2) sorted by relevance
126 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate() local127 if (!TextUtils.isEmpty(deepLinkCollectionId)) { in onCreate()130 deepLinkCollectionId)); in onCreate()
267 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreateView() local268 if (!TextUtils.isEmpty(deepLinkCollectionId)) { in onCreateView()270 .getIndividualPickerFragment(deepLinkCollectionId); in onCreateView()