/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | GroupSelectionPreferenceControllerTest.java | 108 List<TwoStatePreference> entries = new ArrayList<>(); in refreshUi_hasTwoElements() local 120 List<TwoStatePreference> entries = new ArrayList<>(); in refreshUi_elementChecked() local 134 List<TwoStatePreference> entries = new ArrayList<>(); in performClick_allowPassThrough_checkedElementChanged() local 154 List<TwoStatePreference> entries = new ArrayList<>(); in performClick_disallowPassThrough_checkedElementNotChanged() local 174 List<TwoStatePreference> entries = new ArrayList<>(); in performClick_disallowPassThrough_notifyKeyChanged_checkedElementChanged() local
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/database/ |
D | SpeedDialEntryDao.java | 39 ImmutableMap<SpeedDialEntry, Long> insert(ImmutableList<SpeedDialEntry> entries); in insert() 53 void update(ImmutableList<SpeedDialEntry> entries); in update() 60 void delete(ImmutableList<Long> entries); in delete()
|
D | SpeedDialEntryDatabaseHelper.java | 114 List<SpeedDialEntry> entries = new ArrayList<>(); in getAllEntries() local 153 public ImmutableMap<SpeedDialEntry, Long> insert(ImmutableList<SpeedDialEntry> entries) { in insert() 171 SQLiteDatabase writeableDatabase, ImmutableList<SpeedDialEntry> entries) { in insert() 202 public void update(ImmutableList<SpeedDialEntry> entries) { in update() 218 private void update(SQLiteDatabase writeableDatabase, ImmutableList<SpeedDialEntry> entries) { in update()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/specialaccess/notificationaccess/ |
D | BridgedAppsPreferenceControllerTest.java | 109 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_AddsToScreen() local 127 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_doesNotReaddToScreen() local 145 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_removesExtras() local 159 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_buildsSetting() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
D | GalleryWidgetMigrator.java | 82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM); in migrateGalleryWidgetsInternal() local 107 HashMap<Integer, Entry> entries, WidgetDatabaseHelper dbHelper) { in migrateLocalEntries() 123 private static void migrateLocalEntries(HashMap<Integer, Entry> entries, in migrateLocalEntries() 131 private static void updatePath(File root, HashMap<Integer, Entry> entries, in updatePath()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateAppOpsBridge.java | 148 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in loadAllExtraInfo() local 190 SparseArray<ArrayMap<String, PermissionState>> entries = new SparseArray<>(); in getEntries() local 217 private void loadPermissionsStates(SparseArray<ArrayMap<String, PermissionState>> entries) { in loadPermissionsStates() 255 private void loadAppOpsStates(SparseArray<ArrayMap<String, PermissionState>> entries) { in loadAppOpsStates() 300 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in getNumPackagesDeclaredPermission() local 313 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in getNumPackagesAllowedByAppOps() local
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/ |
D | AppOpsPreferenceControllerTest.java | 159 List<ApplicationsState.AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries() local 176 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_checkedState_setsAppOpModeAllowed() local 193 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_uncheckedState_setsNegativeAppOpMode() local 208 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry() local
|
D | PremiumSmsAccessPreferenceControllerTest.java | 131 List<ApplicationsState.AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries() local 150 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_setsPremiumSmsPermission() local 166 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry() local
|
D | AppEntryListManagerTest.java | 121 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in forceUpdate_loadsExtraInfo() local 156 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_callsCallback() local
|
/packages/modules/Bluetooth/system/gd/common/ |
D | sync_map_count_test.cc | 73 auto entries = map.GetSortedLowToHigh(); in TEST() local 82 auto entries = map.GetSortedHighToLow(); in TEST() local 128 auto entries = map.GetSortedLowToHigh(); in TEST() local 137 auto entries = map.GetSortedHighToLow(); in TEST() local
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | WriteableArchiveTest.java | 186 final Enumeration<? extends ZipEntry> entries = zip.entries(); in testAddDirectory() local 257 final Enumeration<? extends ZipEntry> entries = zip.entries(); in testAddFile() local 286 final Enumeration<? extends ZipEntry> entries = zip.entries(); in testAddFile_empty() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | WatchdogStorageUnitTest.java | 191 List<WatchdogStorage.IoUsageStatsEntry> entries = sampleStatsForDate( in testSaveAndGetIoOveruseStatsWithOffsettedStartTime() local 366 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetDailySystemIoUsageSummaries() local 398 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetDailySystemIoUsageSummariesWithLowSystemTotalWrittenBytes() local 421 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetDailySystemIoUsageSummariesWithoutStats() local 444 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetTopUsersDailyIoUsageSummaries() local 497 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetTopUsersDailyIoUsageSummariesWithLowSystemTotalWrittenBytes() local 520 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetTopUsersDailyIoUsageSummariesWithoutStats() local 831 ArrayList<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in sampleStatsBetweenDates() local 853 ArrayList<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in sampleStatsForDate() local
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | RestrictionUtils.java | 60 ArrayList<RestrictionEntry> entries = new ArrayList<RestrictionEntry>(); in getRestrictions() local 77 public static void setRestrictions(Context context, ArrayList<RestrictionEntry> entries, in setRestrictions()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | RestrictionUtils.java | 51 ArrayList<RestrictionEntry> entries = new ArrayList<>(); in getRestrictions() local 68 public static void setRestrictions(Context context, ArrayList<RestrictionEntry> entries, in setRestrictions()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
D | DefaultSubscriptionControllerTest.java | 131 final CharSequence[] entries = mListPreference.getEntries(); in displayPreference_twoSubscriptionsSub1Default_correctListPreferenceValues() local 162 final CharSequence[] entries = mListPreference.getEntries(); in displayPreference_twoSubscriptionsSub2Default_correctListPreferenceValues() local 194 final CharSequence[] entries = mListPreference.getEntries(); in displayPreference_threeSubsOneIsOpportunistic_correctListPreferenceValues() local 342 final CharSequence[] entries = mListPreference.getEntries(); in onSubscriptionsChanged_goFromTwoToThreeSubscriptions_listGetsUpdated() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | BackupAppsStepFragment.java | 142 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter, in onCreateActions() local 150 List<ApplicationsState.AppEntry> entries) { in getAppActions() 209 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter, in updateActions() local 282 public IconLoaderTask(List<ApplicationsState.AppEntry> entries) { in IconLoaderTask()
|
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/display/ |
D | ThemePreferenceControllerTest.java | 95 CharSequence[] entries = arg.getValue(); in testUpdateState() local 134 CharSequence[] entries = arg.getValue(); in testUpdateState_withStaticOverlay() local
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | BluetoothMaxConnectedAudioDevicesPreferenceController.java | 62 final CharSequence[] entries = listPreference.getEntries(); in displayPreference() local 83 final CharSequence[] entries = listPreference.getEntries(); in updateState() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/ |
D | AppEntryListManager.java | 54 void onAppEntryListChanged(List<ApplicationsState.AppEntry> entries); in onAppEntryListChanged() 73 void loadExtraInfo(List<ApplicationsState.AppEntry> entries); in loadExtraInfo() 228 private void loadInfo(List<ApplicationsState.AppEntry> entries) { in loadInfo()
|
/packages/apps/Settings/src/com/android/settings/dream/ |
D | WhenToDreamPicker.java | 58 final String[] entries = entries(); in getCandidates() local 74 private String[] entries() { in entries() method in WhenToDreamPicker
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramManager.java | 343 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in getProgramIdIndex() local 356 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in getProgramIndexAtTime() local 478 List<TableEntry> entries = createProgramEntries(channelId, parentalControlsEnabled); in updateTableEntriesWithoutNotification() local 502 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in updateTableEntriesWithoutNotification() local 571 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in getTableEntry() local 583 List<TableEntry> entries = mChannelIdEntriesMap.get(old.channelId); in updateEntry() local 607 List<TableEntry> entries = new ArrayList<>(); in createProgramEntries() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeAudioCodecConfigMetadata.java | 163 List<TypeValueEntry> entries = BluetoothUtils.parseLengthTypeValueBytes(rawBytes); in fromRawBytes() local 231 List<TypeValueEntry> entries = new ArrayList<>(); in build() local
|
/packages/modules/Bluetooth/system/gd/rust/gddi/macros/ |
D | lib.rs | 72 let entries: Punctuated<ModuleEntry, Token![,]> = Punctuated::parse_terminated(input)?; in parse() localVariable 117 let entries; in parse() localVariable 122 let entries; in parse() localVariable
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | VCardRecord.java | 109 ArrayList<VCardEntry> entries = getVCardEntries(); in getDisplayName() local 120 final ArrayList<VCardEntry> entries = new ArrayList<>(); in getVCardEntries() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | ScanFilterQueueTest.java | 80 ScanFilterQueue.Entry[] entries = queue.toArray(); in scanFilterQueueParams() local 162 ScanFilterQueue.Entry[] entries = queue.toArray(); in convertQueueToArray() local
|