Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java1597 final Entry[] moved = in migrateTun() local
1600 deductTrafficFromVpnApp(tunUid, underlyingIfaces, moved); in migrateTun()
1698 final Entry[] moved = new Entry[underlyingIfaces.size()]; in addTrafficToApplications() local
1700 moved[i] = new Entry(); in addTrafficToApplications()
1814 moved[j].add(tmpEntry); in addTrafficToApplications()
1821 return moved; in addTrafficToApplications()
1827 @NonNull Entry[] moved) { in deductTrafficFromVpnApp() argument
1835 moved[i].uid = tunUid; in deductTrafficFromVpnApp()
1837 moved[i].set = SET_DBG_VPN_OUT; in deductTrafficFromVpnApp()
1838 moved[i].tag = TAG_NONE; in deductTrafficFromVpnApp()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java275 int moved = -1; in fixedAspectResizeInner() local
283 moved = i; in fixedAspectResizeInner()
284 if (moved == fixed) in fixedAspectResizeInner()
/packages/modules/ThreadNetwork/
DREADME.md3 This project has been moved to `packages/modules/Connectivity/thread`.
/packages/apps/Messaging/src/android/support/v7/mms/
DDefaultApnSettingsLoader.java182 boolean moved = false; in setSuccess()
187 moved = true; in setSuccess()
190 if (moved) { in setSuccess()
/packages/modules/NetworkStack/
Djarjar-excludes.txt1 # Services referenced in the manifest. They could be moved to a different package as there are no
/packages/modules/NetworkStack/apishim/
Djarjar-rules-compat.txt4 # Once API 35 is stable, apishim/35/com.android.networkstack.apishim should be moved to the
/packages/apps/Messaging/src/com/android/messaging/sms/
DBugleApnSettingsLoader.java220 boolean moved = false; in moveToListHead()
225 moved = true; in moveToListHead()
228 if (moved) { in moveToListHead()
/packages/modules/AdServices/sdksandbox/
DAndroid.bp19 // TODO(b/222118402): remove after code is moved
/packages/modules/AdServices/sdksandbox/tests/testutils/
DAndroid.bp39 // TODO(b/222118402): adjust once code is moved
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java72 moved(current);
288 private void moved(final int currentScrollY) { in moved() method in FloatingHeaderView
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java466 boolean moved = hasMoved(evt); in onTouchEvent()
467 if ((item != null) && (currentItem != item) && (!opening || moved)) { in onTouchEvent()
470 if (moved) { in onTouchEvent()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieRenderer.java466 boolean moved = hasMoved(evt); in onTouchEvent()
467 if ((item != null) && (mCurrentItem != item) && (!mOpening || moved)) { in onTouchEvent()
470 if (moved) { in onTouchEvent()
/packages/modules/Connectivity/framework-t/
DAndroid.bp43 // T, and were moved to the module in T. Other bootclasspath classes in connectivity should go to
127 // T, and were moved to the module in T. Other bootclasspath classes in connectivity should go to
/packages/modules/AdServices/adservices/service/
DAndroid.bp41 …ice", // TODO(b/306522832): needed by CommonFlags, ideally they should be moved to a separate pack…
/packages/modules/Connectivity/framework/
Djarjar-excludes.txt39 # TODO: Remove this after hidden classes are moved to different package
/packages/modules/RuntimeI18n/apex/
DAndroid.bp17 // Various parts and dependencies of ICU would be gradually moved into this APEX,
/packages/modules/Connectivity/netbpfload/initrc-doc/
DREADME.txt48 - proc file setup moved into bpfloader binary
/packages/apps/TV/src/com/android/tv/dvr/
DDvrDataManagerImpl.java190 List<T> moved = new ArrayList<>(); in moveElements() local
197 moved.add(entry.getValue()); in moveElements()
200 return moved; in moveElements()
/packages/modules/Wifi/framework/api/
Dsystem-lint-baseline.txt65 Bare field lastConnectUid must be marked final, or moved behind accessors if mutable
67 Bare field subscriptionId must be marked final, or moved behind accessors if mutable
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1172 boolean moved = diff > touchSlop || ev.getAction() == ACTION_MOVE_ALLOW_EASY_FLING; in determineScrollingStart()
1174 if (moved) { in determineScrollingStart()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt143 Bare field zoneId must be marked final, or moved behind accessors if mutable
145 Bare field sensorType must be marked final, or moved behind accessors if mutable
147 Bare field timestamp must be marked final, or moved behind accessors if mutable
149 Bare field temperature must be marked final, or moved behind accessors if mutable
151 Bare field timestamp must be marked final, or moved behind accessors if mutable
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec2355 * values from the height and width dimensions are moved to the depth
2357 * the data is moved.
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12