HomeSort by relevance Sort by last modified time
    Searched refs:updateList (Results 1 - 18 of 18) 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/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,
  /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/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);
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 73 updateList(services);
98 private void updateList(List<ServiceInfo> services) {
  /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 111 updateList();
161 updateList();
176 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/base/services/print/java/com/android/server/print/
UserState.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 361 milliseconds