Home
last modified time | relevance | path

Searched refs:listItems (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java238 String[] listItems = getListOfDisplayableOptions(mPossiblyVisibleAccounts); in onCreate() local
245 populateUIAccountList(listItems); in onCreate()
507 String[] listItems = new String[accounts.size() + (mDisallowAddAccounts ? 0 : 1)]; in getListOfDisplayableOptions() local
509 listItems[i] = accounts.get(i).name; in getListOfDisplayableOptions()
512 listItems[accounts.size()] = getResources().getString( in getListOfDisplayableOptions()
515 return listItems; in getListOfDisplayableOptions()
603 private final void populateUIAccountList(String[] listItems) { in populateUIAccountList() argument
606 android.R.layout.simple_list_item_single_choice, listItems)); in populateUIAccountList()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
H A DLogDiffsForTableTest.kt1209 val listItems = regex
1212 for (list in listItems) {
1271 val listItems = regex
1279 for (bool in listItems) {
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallPackageHelper.java487 ArraySet<String> listItems = mUpdateOwnershipHelper.readUpdateOwnerDenyList(pkgSetting); in commitReconciledScanResultLocked() local
488 if (listItems != null && !listItems.isEmpty()) { in commitReconciledScanResultLocked()
489 mUpdateOwnershipHelper.addToUpdateOwnerDenyList(pkgSetting.getPackageName(), listItems); in commitReconciledScanResultLocked() local
490 for (String unownedPackage : listItems) { in commitReconciledScanResultLocked()