Searched defs:updateList (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DDeviceListFragment.java62 public void updateList(File[] locations) { method in class:DeviceListFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryPreferenceFragment.java47 updateList(activity.getBluetoothDevices(), activity.getCurrentTargetAddress(),
51 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress, method in class:AddAccessoryPreferenceFragment
/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DTypedPagedListAdapter.java53 public void updateList(ArrayList<LineItem> contentList) { method in class:TypedPagedListAdapter
/packages/apps/Settings/src/com/android/settings/utils/
H A DManagedServiceSettings.java83 updateList(services);
112 private void updateList(List<ServiceInfo> services) { method in class:ManagedServiceSettings
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java62 updateList(intent.getStringExtra(Listener.EXTRA_KEY));
130 updateList(null);
206 private void updateList(String key) { method in class:NotificationListenerActivity
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminSettings.java111 updateList();
161 updateList();
176 void updateList() { method in class:DeviceAdminSettings

Completed in 222 milliseconds