Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 25 of 149) sorted by relevance

123456

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DGroupSelectionPreferenceControllerTest.java108 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/
DSpeedDialEntryDao.java39 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()
DSpeedDialEntryDatabaseHelper.java114 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateAppOpsBridge.java136 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in loadAllExtraInfo() local
174 SparseArray<ArrayMap<String, PermissionState>> entries = new SparseArray<>(); in getEntries() local
201 private void loadPermissionsStates(SparseArray<ArrayMap<String, PermissionState>> entries) { in loadPermissionsStates()
239 private void loadAppOpsStates(SparseArray<ArrayMap<String, PermissionState>> entries) { in loadAppOpsStates()
280 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in getNumPackagesDeclaredPermission() local
293 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in getNumPackagesAllowedByAppOps() local
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
DGalleryWidgetMigrator.java82 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/Car/Settings/tests/robotests/src/com/android/car/settings/applications/specialaccess/
DPremiumSmsAccessPreferenceControllerTest.java125 List<AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries() local
144 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_setsPremiumSmsPermission() local
160 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry() local
DAppOpsPreferenceControllerTest.java168 List<AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries() local
184 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_checkedState_setsAppOpModeAllowed() local
200 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_uncheckedState_setsNegativeAppOpMode() local
214 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry() local
DAppEntryListManagerTest.java123 ArrayList<AppEntry> entries = new ArrayList<>(); in forceUpdate_loadsExtraInfo() local
155 ArrayList<AppEntry> entries = new ArrayList<>(); in onRebuildComplete_callsCallback() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DWriteableArchiveTest.java186 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/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java148 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DRestrictionUtils.java60 ArrayList<RestrictionEntry> entries = new ArrayList<RestrictionEntry>(); in getRestrictions() local
77 public static void setRestrictions(Context context, ArrayList<RestrictionEntry> entries, in setRestrictions()
/packages/apps/Settings/src/com/android/settings/users/
DRestrictionUtils.java60 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/
DRestrictionUtils.java51 ArrayList<RestrictionEntry> entries = new ArrayList<>(); in getRestrictions() local
68 public static void setRestrictions(Context context, ArrayList<RestrictionEntry> entries, in setRestrictions()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DDefaultSubscriptionControllerTest.java123 final CharSequence[] entries = mListPreference.getEntries(); in displayPreference_twoSubscriptionsSub1Default_correctListPreferenceValues() local
151 final CharSequence[] entries = mListPreference.getEntries(); in displayPreference_twoSubscriptionsSub2Default_correctListPreferenceValues() local
179 final CharSequence[] entries = mListPreference.getEntries(); in displayPreference_threeSubsOneIsOpportunistic_correctListPreferenceValues() local
312 final CharSequence[] entries = mListPreference.getEntries(); in onSubscriptionsChanged_goFromTwoToThreeSubscriptions_listGetsUpdated() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DBackupAppsStepFragment.java142 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothMaxConnectedAudioDevicesPreferenceController.java58 final CharSequence[] entries = listPreference.getEntries(); in displayPreference() local
79 final CharSequence[] entries = listPreference.getEntries(); in updateState() local
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothMaxConnectedAudioDevicesPreferenceController.java58 final CharSequence[] entries = listPreference.getEntries(); in displayPreference() local
79 final CharSequence[] entries = listPreference.getEntries(); in updateState() local
/packages/apps/Settings/tests/unit/src/com/android/settings/display/
DThemePreferenceControllerTest.java95 CharSequence[] entries = arg.getValue(); in testUpdateState() local
134 CharSequence[] entries = arg.getValue(); in testUpdateState_withStaticOverlay() local
/packages/apps/Settings/src/com/android/settings/dream/
DWhenToDreamPicker.java55 final String[] entries = entries(); in getCandidates() local
71 private String[] entries() { in entries() method in WhenToDreamPicker
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dream/
DWhenToDreamPicker.java55 final String[] entries = entries(); in getCandidates() local
71 private String[] entries() { in entries() method in WhenToDreamPicker
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppEntryListManager.java53 void onAppEntryListChanged(List<ApplicationsState.AppEntry> entries); in onAppEntryListChanged()
72 void loadExtraInfo(List<ApplicationsState.AppEntry> entries); in loadExtraInfo()
222 private void loadInfo(List<ApplicationsState.AppEntry> entries) { in loadInfo()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java343 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in getProgramIdIndex() local
356 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in getProgramIndexAtTime() local
477 List<TableEntry> entries = createProgramEntries(channelId, parentalControlsEnabled); in updateTableEntriesWithoutNotification() local
501 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in updateTableEntriesWithoutNotification() local
570 List<TableEntry> entries = mChannelIdEntriesMap.get(channelId); in getTableEntry() local
582 List<TableEntry> entries = mChannelIdEntriesMap.get(old.channelId); in updateEntry() local
606 List<TableEntry> entries = new ArrayList<>(); in createProgramEntries() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DTimeoutPreferenceController.java98 long currentTimeout, CharSequence[] entries, CharSequence[] values) { in getTimeoutDescription()
115 final CharSequence[] entries = preference.getEntries(); in updateTimeoutPreferenceDescription() local
/packages/apps/Settings/src/com/android/settings/display/
DTimeoutPreferenceController.java98 long currentTimeout, CharSequence[] entries, CharSequence[] values) { in getTimeoutDescription()
115 final CharSequence[] entries = preference.getEntries(); in updateTimeoutPreferenceDescription() local
/packages/apps/Tag/src/com/android/apps/tag/record/
DVCardRecord.java109 ArrayList<VCardEntry> entries = getVCardEntries(); in getDisplayName() local
120 final ArrayList<VCardEntry> entries = new ArrayList<>(); in getVCardEntries() local

123456