Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DRestrictedAppDetails.java61 @VisibleForTesting static final String EXTRA_APP_INFO_LIST = "app_info_list"; field in RestrictedAppDetails
78 args.putParcelableList(EXTRA_APP_INFO_LIST, appInfos); in startRestrictedAppDetails()
94 mAppInfos = getArguments().getParcelableArrayList(EXTRA_APP_INFO_LIST); in onCreate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DRestrictedAppDetailsTest.java158 bundle.getParcelableArrayList(RestrictedAppDetails.EXTRA_APP_INFO_LIST); in startRestrictedAppDetails_startWithCorrectData()