Home
last modified time | relevance | path

Searched refs:getRestrictAppList (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/
H A DOpenRestrictAppFragmentAction.java57 final List<AppInfo> mAppInfos = mRestrictAppTip.getRestrictAppList(); in handlePositiveAction()
H A DRestrictAppAction.java56 final List<AppInfo> appInfos = mRestrictAppTip.getRestrictAppList(); in handlePositiveAction()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/detectors/
H A DRestrictAppDetectorTest.java156 assertThat(restrictAppTip.getRestrictAppList()).containsExactly(mAppInfo); in testDetect_typeNewHasUninstalledAnomaly_removeIt()
173 assertThat(restrictAppTip.getRestrictAppList()).containsExactly(mAppInfo); in testDetect_typeNewHasRestrictedAnomaly_removeIt()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/tips/
H A DRestrictAppTipTest.java121 final AppInfo app = parcelTip.getRestrictAppList().get(0); in parcelable()
191 assertThat(mInvisibleBatteryTip.getRestrictAppList()).containsExactly(mAppInfo); in update_newHandledAnomalyComes_containHandledAnomaly()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/
H A DRestrictAppTip.java138 public List<AppInfo> getRestrictAppList() { in getRestrictAppList() method in RestrictAppTip
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
H A DBatteryTipDialogFragment.java106 final List<AppInfo> restrictedAppList = restrictAppTip.getRestrictAppList(); in onCreateDialog()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DRestrictedAppDetails.java194 appInfo = ((RestrictAppTip) batteryTip).getRestrictAppList().get(0); in onBatteryTipHandled()