HomeSort by relevance Sort by last modified time
    Searched refs:updateList (Results 1 - 19 of 19) sorted by null

  /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/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
NotificationAccess.java 80 mServiceListing.addCallback(this::updateList);
101 private void updateList(List<ServiceInfo> services) {
  /packages/apps/Car/Settings/src/com/android/car/settings/sound/
SoundSettingsFragment.java 82 updateList();
108 updateList();
145 private void updateList() {
  /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)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryPreferenceFragment.java 72 updateList(activity.getBluetoothDevices(), activity.getCurrentTargetAddress(),
76 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress,
AddAccessoryActivity.java 373 mPreferenceFragment.updateList(mBluetoothDevices, mCurrentTargetAddress,
  /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));
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 105 updateList();
158 updateList();
173 void 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) {
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
ImageProcessingActivity.java 63 mImageRecyclerViewAdapter.updateList(images);
ImageRecyclerViewAdapter.java 47 void updateList(List<Image> images) {
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 80 mServiceListing.addCallback(this::updateList);
107 private void updateList(List<ServiceInfo> services) {
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java     [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
SimpleEntityReadWriteTest.java 199 public void updateList() {
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 352 milliseconds