Searched refs:ids (Results 126 - 129 of 129) sorted by relevance

123456

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1915 final HashSet<Integer> ids = mRemoteViewsServicesAppWidgets.get(key);
1916 if (ids.remove(widget.appWidgetId)) {
1919 if (ids.isEmpty()) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp7721 KeyedVector<audio_session_t, bool> ids; local
7726 if (ids.indexOfKey(sessionId) < 0) {
7727 ids.add(sessionId, true);
7730 return ids;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java11502 public void setAffiliationIds(ComponentName admin, List<String> ids) { argument
11506 if (ids == null) {
11507 throw new IllegalArgumentException("ids must not be null");
11509 for (String id : ids) {
11511 throw new IllegalArgumentException("ids must not contain empty string");
11515 final Set<String> affiliationIds = new ArraySet<>(ids);
11522 // Affiliation ids specified by the device owner are additionally stored in
11529 // The device owner user will still be affiliated after changing its affiliation ids,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 390 milliseconds

123456