/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 1446 final Entry[] moved = in migrateTun() local 1449 deductTrafficFromVpnApp(tunUid, underlyingIfaces, moved); in migrateTun() 1547 final Entry[] moved = new Entry[underlyingIfaces.size()]; in addTrafficToApplications() local 1549 moved[i] = new Entry(); in addTrafficToApplications() 1658 moved[j].add(tmpEntry); in addTrafficToApplications() 1665 return moved; in addTrafficToApplications() 1671 @NonNull Entry[] moved) { in deductTrafficFromVpnApp() argument 1679 moved[i].uid = tunUid; in deductTrafficFromVpnApp() 1681 moved[i].set = SET_DBG_VPN_OUT; in deductTrafficFromVpnApp() 1682 moved[i].tag = TAG_NONE; in deductTrafficFromVpnApp() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 1811 boolean moved = false; in fullScroll() 1816 moved = true; in fullScroll() 1821 moved = true; in fullScroll() 1824 if (moved) { in fullScroll() 1828 return moved; in fullScroll() 1846 boolean moved = false; in arrowScroll() 1862 moved = true; in arrowScroll() 1869 moved = true; in arrowScroll() 1879 moved = true; in arrowScroll() 1884 moved = true; in arrowScroll() [all …]
|
/frameworks/base/tools/ |
D | aidl | 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/frameworks/base/services/net/ |
D | Android.bp | 34 // TODO(b/172457099): This should be moved to networkstack-client, 35 // with dependencies moved to frameworks/libs/net right.
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 317 bool moved = deltaX != 0 || deltaY != 0; in sync() local 344 if (moved || scrolled || buttonsChanged) { in sync() 347 if (moved) { in sync() 393 if ((buttonsPressed || moved || scrolled) && getDeviceContext().isExternal()) { in sync() 402 if (downChanged || moved || scrolled || buttonsChanged) { in sync()
|
/frameworks/base/wifi/ |
D | MOVED.txt | 1 Source code and tests for Wifi module APIs have moved to
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AutoclickController.java | 292 boolean moved = detectMovement(event); in update() 293 cacheLastEvent(event, policyFlags, mLastMotionEvent == null || moved /* useAsAnchor */); in update() 295 if (moved) { in update()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | WirelessChargerDetector.java | 357 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD); in hasMoved() 359 Slog.d(TAG, "Check: moved=" + moved in hasMoved() 366 return moved; in hasMoved()
|
/frameworks/opt/net/wifi/ |
D | MOVED.txt | 1 Source code and tests for Wifi service have moved to
|
/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
D | MtpStorageManagerTest.java | 1284 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local 1285 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectSuccess() 1294 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectSuccess() 1389 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local 1390 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectDelayed() 1395 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectDelayed() 1526 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local 1536 moved.getPath()); in testMoveObjectXStorageSuccess() 1552 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local 1563 moved.getPath()); in testMoveObjectXStorageDirSuccess() [all …]
|
/frameworks/base/docs/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 6 All authoring of content has been moved to Piper (go/dac-source).
|
/frameworks/native/cmds/installd/ |
D | otapreopt.rc | 5 # The dalvik-cache was not moved itself, so as to restrict the rights of otapreopt_slot.
|
/frameworks/base/docs/html/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 6 All authoring of content has been moved to Piper (go/dac-source).
|
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/ |
D | Android.bp | 27 // TODO(b/118893702): remove dependency once ui/BufferHubDefs.h moved
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 99 void moved(int newX, int newY); in moved() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 65 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
|
/frameworks/av/media/codec2/vndk/ |
D | Android.bp | 17 // TODO: Remove this when this module is moved back to frameworks/av.
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 86 public void moved(int newX, int newY) { in moved() method in BaseIWindow
|
/frameworks/native/libs/binder/ |
D | Android.bp | 58 // transport itself and should be moved to AIDL or in domain-specific libs. 274 // are moved out of libbinder in order to avoid the overhead of their vtables.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EventLogTags.logtags | 61 # Task moved to top (1) or bottom (0).
|
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
D | trace_config_multi_user.textproto | 48 # frequently it gets moved into the userspace buffer defined above.
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 18 blocks of color, and the clock should be moved around the screen to
|
/frameworks/base/ |
D | ApiDocs.bp | 397 …cmd: "$(location zip2zip) -i $(location :ds-docs-kt{.docs.zip}) -o $(genDir)/ds-docs-kt-moved.zip … 398 …$(location merge_zips) $(out) $(location :ds-docs-java{.docs.zip}) $(genDir)/ds-docs-kt-moved.zip",
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SystemWindows.java | 354 public void moved(int newX, int newY) {} in moved() method in SystemWindows.ContainerWindow
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 2393 Bare field convertedFromPreCreated must be marked final, or moved behind accessors if mutable 2395 Bare field creationTime must be marked final, or moved behind accessors if mutable 2397 Bare field flags must be marked final, or moved behind accessors if mutable 2399 Bare field guestToRemove must be marked final, or moved behind accessors if mutable 2401 Bare field iconPath must be marked final, or moved behind accessors if mutable 2403 Bare field id must be marked final, or moved behind accessors if mutable 2405 Bare field lastLoggedInFingerprint must be marked final, or moved behind accessors if mutable 2407 Bare field lastLoggedInTime must be marked final, or moved behind accessors if mutable 2409 Bare field name must be marked final, or moved behind accessors if mutable 2411 Bare field partial must be marked final, or moved behind accessors if mutable [all …]
|