HomeSort by relevance Sort by last modified time
    Searched full:updatelist (Results 1 - 23 of 23) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryPreferenceFragment.java 47 updateList(activity.getBluetoothDevices(), activity.getCurrentTargetAddress(),
51 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress,
AddAccessoryActivity.java 476 mPreferenceFragment.updateList(mBluetoothDevices, mCurrentTargetAddress,
  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 127 final List<ShortcutInfo> updateList = new ArrayList<>();
147 updateList.add(b.build());
150 if (updateList.size() > 0) {
151 callShortcutManager(() -> mShortcutManager.updateShortcuts(updateList));
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 127 final List<ShortcutInfo> updateList = new ArrayList<>();
147 updateList.add(b.build());
150 if (updateList.size() > 0) {
151 callShortcutManager(() -> mShortcutManager.updateShortcuts(updateList));
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java 129 final List<ShortcutInfo> updateList = new ArrayList<>();
149 updateList.add(b.build());
152 if (updateList.size() > 0) {
153 callShortcutManager(() -> mShortcutManager.updateShortcuts(updateList));
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
ShortcutHelper.java 127 final List<ShortcutInfo> updateList = new ArrayList<>();
147 updateList.add(b.build());
150 if (updateList.size() > 0) {
151 callShortcutManager(() -> mShortcutManager.updateShortcuts(updateList));
  /packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DeviceListFragment.java 62 public void updateList(File[] locations) {
SystemUpdaterActivity.java 123 frag.updateList(files);
155 frag.updateList(results);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc 81 UpdateList(sequence_number);
98 void Nack::UpdateList(uint16_t sequence_number_current_received_rtp) {
nack.h 157 void UpdateList(uint16_t sequence_number_current_received_rtp);
  /packages/apps/Car/Settings/src/com/android/car/settings/sound/
SoundSettingsFragment.java 100 mPagedListAdapter.updateList(new ArrayList<>(mVolumeLineItems));
140 mPagedListAdapter.updateList(new ArrayList<>(mVolumeLineItems));
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 281 final List updateList = new ArrayList<>();
287 updateList.add(addRandomIntents(this, new ShortcutInfo.Builder(this, si.getId()))
290 callApi(this, () -> mShortcutManager.updateShortcuts(updateList));
  /external/python/cpython2/Demo/tkinter/guido/
tkman.py 173 def updatelist(self): member in class:SelectionBox
192 name = self.updatelist()
196 self.updatelist()
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 62 updateList(intent.getStringExtra(Listener.EXTRA_KEY));
130 updateList(null);
206 private void updateList(String key) {
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 187 inline void updateList(Ref<const VectorIx> colPtr, Ref<VectorIx> rowIdx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& listCol);
316 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol);
367 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol);
379 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(Ref<const VectorIx> colPtr, Ref<VectorIx> rowIdx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& listCol)
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
BaseDaoTest.kt 134 fun updateList() {
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 83 updateList(services);
112 private void updateList(List<ServiceInfo> services) {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 111 updateList();
161 updateList();
176 void updateList() {
  /packages/apps/Car/Settings/src/com/android/car/settings/common/
TypedPagedListAdapter.java 53 public void updateList(ArrayList<LineItem> contentList) {
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AddWifiFragment.java 153 mPagedListAdapter.updateList(getLineItems());
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java     [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
SimpleEntityReadWriteTest.java 196 public void updateList() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java     [all...]

Completed in 596 milliseconds