Searched refs:EXTRA_APP_INFO_LIST (Results 1 – 2 of 2) sorted by relevance
61 @VisibleForTesting static final String EXTRA_APP_INFO_LIST = "app_info_list"; field in RestrictedAppDetails78 args.putParcelableList(EXTRA_APP_INFO_LIST, appInfos); in startRestrictedAppDetails()94 mAppInfos = getArguments().getParcelableArrayList(EXTRA_APP_INFO_LIST); in onCreate()
158 bundle.getParcelableArrayList(RestrictedAppDetails.EXTRA_APP_INFO_LIST); in startRestrictedAppDetails_startWithCorrectData()