/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
D | AccountPreferenceControllerTest.java | 129 final List<UserInfo> infos = new ArrayList<>(); in onResume_oneProfile_shouldAddOneAccountCategory() local 142 final List<UserInfo> infos = new ArrayList<>(); in onResume_twoProfiles_shouldAddTwoAccountCategory() local 156 final List<UserInfo> infos = new ArrayList<>(); in onResume_noProfileChange_shouldNotAddOrRemoveAccountCategory() local 173 final List<UserInfo> infos = new ArrayList<>(); in onResume_oneNewProfile_shouldAddOneAccountCategory() local 190 final List<UserInfo> infos = new ArrayList<>(); in onResume_oneProfileRemoved_shouldRemoveOneAccountCategory() local 207 final List<UserInfo> infos = new ArrayList<>(); in onResume_oneProfile_shouldSetAccountTitleWithUserName() local 224 final List<UserInfo> infos = new ArrayList<>(); in onResume_noPreferenceScreen_shouldNotCrash() local 242 final List<UserInfo> infos = new ArrayList<>(); in onResume_noPreferenceManager_shouldNotCrash() local 265 final List<UserInfo> infos = new ArrayList<>(); in updateRawDataToIndex_DisabledUser_shouldNotUpdate() local 277 final List<UserInfo> infos = new ArrayList<>(); in updateRawDataToIndex_EnabledUser_shouldAddOne() local [all …]
|
D | EmergencyInfoPreferenceControllerTest.java | 101 final List<ResolveInfo> infos = new ArrayList<>(); in updateRawDataToIndex_prefAvailable_shouldUpdate() local 126 final List<ResolveInfo> infos = new ArrayList<>(); in displayPref_prefAvailable_shouldDisplay() local 140 final List<UserInfo> infos = new ArrayList<>(); in updateState_shouldSetSummary() local
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/ |
D | EnabledKeyboardPreferenceControllerTest.java | 94 List<InputMethodInfo> infos = createInputMethodInfoList(DUMMY_PACKAGE_NAME); in refreshUi_permitAllInputMethods() local 106 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_hasAllowedImeByOrganization() local 118 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in refreshUi_disallowedByOrganization() local 129 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceIcon() local 142 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceTitle() local 155 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceSummary() local 170 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in performClick_launchSettingsActivity() local 194 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in performClick_noSettingsActivity_noCrash() local 207 List<InputMethodInfo> infos = new ArrayList<>(); in createInputMethodInfoList() local
|
D | KeyboardPreferenceControllerTest.java | 100 List<InputMethodInfo> infos = new ArrayList<>(); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo() local 114 List<InputMethodInfo> infos = new ArrayList<>(); in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo() local 130 List<InputMethodInfo> infos = new ArrayList<>(); in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo() local 149 List<InputMethodInfo> infos = new ArrayList<>(); in refreshUi_hasAllowedImeByOrganization() local 163 List<InputMethodInfo> infos = new ArrayList<>(); in refreshUi_disallowedByOrganization() local
|
D | KeyboardManagementPreferenceControllerTest.java | 104 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_permitAllInputMethods_preferenceCountIs4() local 120 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible() local 138 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled() local 156 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesChecked() local 175 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME, in refreshUi_disallowedByOrganization_noPreferencesShown() local 190 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceIcon() local 207 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceTitle() local 224 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceSummary() local 1039 List<InputMethodInfo> infos = new ArrayList<>(); in createInputMethodInfoList() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | SuggestedWordsTests.java | 71 final ArrayList<SuggestedWordInfo> infos = new ArrayList<>(); in createCorrectionWordInfos() local 93 final ArrayList<SuggestedWordInfo> infos = createCorrectionWordInfos("a", "c"); in testRemoveDupesNoDupes() local 100 final ArrayList<SuggestedWordInfo> infos = createCorrectionWordInfos("a", "a", "c"); in testRemoveDupesTypedWordNotDupe() local 107 final ArrayList<SuggestedWordInfo> infos = createCorrectionWordInfos("a", "b", "c"); in testRemoveDupesTypedWordOnlyDupe() local 114 final ArrayList<SuggestedWordInfo> infos = createCorrectionWordInfos("a", "b", "b", "c"); in testRemoveDupesTypedWordNotOnlyDupe() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/ |
D | AutoSyncWorkDataPreferenceControllerTest.java | 84 final List<UserInfo> infos = new ArrayList<>(); in checkIsAvailable_singleUserProfile_shouldNotDisplay() local 96 final List<UserInfo> infos = new ArrayList<>(); in checkIsAvailable_null_workProfileUserHandle_shouldNotDisplay() local 111 final List<UserInfo> infos = new ArrayList<>(); in multipleProfile_shouldInitWithWorkProfileUserHandle() local
|
D | AutoSyncPersonalDataPreferenceControllerTest.java | 91 List<UserInfo> infos = new ArrayList<>(); in displayPref_oneProfile_shouldNotDisplay() local 104 List<UserInfo> infos = new ArrayList<>(); in displayPref_prefAvailable_shouldDisplay() local
|
D | AutoSyncDataPreferenceControllerTest.java | 96 List<UserInfo> infos = new ArrayList<>(); in displayPref_oneProfile_shouldDisplay() local 109 List<UserInfo> infos = new ArrayList<>(); in displayPref_moreThanOneProfile_shouldNotDisplay() local
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/network/ |
D | SubscriptionUtilsTest.java | 52 List<SubscriptionInfo> infos = SubscriptionUtils.getAvailableSubscriptions( in getAvailableSubscriptions_hasSubscriptionsFromSubscriptionManager_valueReturned() local 73 List<SubscriptionInfo> infos = SubscriptionUtils.getAvailableSubscriptions( in getAvailableSubscriptions_hasSimSlotNotInSubscriptionManager_valueReturned() local 90 List<SubscriptionInfo> infos = SubscriptionUtils.getAvailableSubscriptions( in getAvailableSubscriptions_hasInactiveInsertedPSim_valueRemoved() local
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | CallForwardInfoUtil.java | 42 public static CallForwardInfo infoForReason(CallForwardInfo[] infos, int reason) { in infoForReason() 94 public static CallForwardInfo getCallForwardInfo(CallForwardInfo[] infos, int reason) { in getCallForwardInfo()
|
D | VoicemailProviderSettings.java | 68 public VoicemailProviderSettings(String voicemailNumber, CallForwardInfo[] infos) { in VoicemailProviderSettings()
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyAssistanceHelper.java | 61 List<ResolveInfo> infos = queryAssistActivities(context, assistPackage); in resolveAssistPackageAndQueryActivities() local 105 List<ResolveInfo> infos = null; in queryAssistActivities() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | ConfirmClearCacheFragment.java | 60 final List<PackageInfo> infos = pm.getInstalledPackages(0); in onGuidedActionClicked() local
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
D | AppsAsyncLoaderTest.java | 251 List<AppsAsyncLoader.PackageInfo> infos = mLoader.loadInBackground(); in test_multipleApps_processCorrectly() local 289 List<AppsAsyncLoader.PackageInfo> infos = mLoader.loadInBackground(); in test_noThresholdFilter_ignoresUsageForFiltering() local 350 List<AppsAsyncLoader.PackageInfo> infos = mLoader.loadInBackground(); in test_defaultLauncherDisallowedFromDeletion() local 394 private boolean containsPackage(List<PackageInfo> infos, String expectedPackage) { in containsPackage()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/ |
D | DebugEstimatesLoader.java | 68 List<BatteryInfo> infos = new ArrayList<>(); in loadInBackground() local
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | DebugEstimatesLoader.java | 70 List<BatteryInfo> infos = new ArrayList<>(); in loadInBackground() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/ |
D | FixedOffsetPickerTest.java | 57 List<TimeZoneInfo> infos = picker.getAllTimeZoneInfos(new TimeZoneData(mFinder)); in getAllTimeZoneInfos_containsUtcAndGmtZones() local
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | EmergencyInfoPreferenceController.java | 81 final List<ResolveInfo> infos = mContext.getPackageManager().queryIntentActivities(intent, in getAvailabilityStatus() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/ |
D | EmergencyInfoPreferenceController.java | 80 final List<ResolveInfo> infos = mContext.getPackageManager().queryIntentActivities(intent, in getAvailabilityStatus() local
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | ActivityMonitor.java | 135 List<StackInfo> infos = mActivityManager.getAllStackInfos(); in notifyTopActivities() local
|
/packages/apps/Settings/tests/unit/src/com/android/settings/display/ |
D | ThemePreferenceControllerTest.java | 144 private ArrayList<OverlayInfo> list(OverlayInfo... infos) { in list()
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | LocalDiscoverySession.java | 314 List<RecommendationInfo> infos = mPrintManager.getPrintServiceRecommendations(); in onPrintServiceRecommendationsChanged() local 342 List<PrintServiceInfo> infos = mPrintManager.getPrintServices( in onPrintServicesChanged() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
D | DaydreamFragment.java | 124 final List<DreamBackend.DreamInfo> infos = mBackend.getDreamInfos(); in refreshActiveDreamPref() local 135 private void refreshDreamInfoMap(List<DreamBackend.DreamInfo> infos, in refreshDreamInfoMap()
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingsManager.java | 47 List<TvContentRatingSystemInfo> infos = mTvInputManager.getTvContentRatingSystemList(); in update() local
|