/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 1205 Entry moved = in migrateTun() local 1207 deductTrafficFromVpnApp(tunUid, underlyingIface, moved); in migrateTun() 1209 if (!moved.isEmpty()) { in migrateTun() 1211 + moved); in migrateTun() 1263 Entry moved = new Entry(); in addTrafficToApplications() local 1304 moved.add(tmpEntry); in addTrafficToApplications() 1311 return moved; in addTrafficToApplications() 1314 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { in deductTrafficFromVpnApp() argument 1316 moved.uid = tunUid; in deductTrafficFromVpnApp() 1317 moved.set = SET_DBG_VPN_OUT; in deductTrafficFromVpnApp() [all …]
|
/frameworks/base/tools/ |
D | aidl | 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 1810 boolean moved = false; in fullScroll() 1815 moved = true; in fullScroll() 1820 moved = true; in fullScroll() 1823 if (moved) { in fullScroll() 1827 return moved; in fullScroll() 1845 boolean moved = false; in arrowScroll() 1861 moved = true; in arrowScroll() 1868 moved = true; in arrowScroll() 1878 moved = true; in arrowScroll() 1883 moved = true; in arrowScroll() [all …]
|
D | ListView.java | 2570 boolean moved = false; in fullScroll() 2579 moved = true; in fullScroll() 2591 moved = true; in fullScroll() 2595 if (moved && !awakenScrollBars()) { in fullScroll() 2600 return moved; in fullScroll()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | .gitignore | 17 *.moved-aside
|
/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/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/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/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 6 All authoring of content has been moved to Piper (go/dac-source).
|
/frameworks/base/docs/html/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 6 All authoring of content has been moved to Piper (go/dac-source).
|
/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
D | MtpStorageManagerTest.java | 1283 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local 1284 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectSuccess() 1293 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectSuccess() 1388 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local 1389 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectDelayed() 1394 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectDelayed() 1525 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local 1535 moved.getPath()); in testMoveObjectXStorageSuccess() 1551 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local 1562 moved.getPath()); in testMoveObjectXStorageDirSuccess() [all …]
|
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/ |
D | Android.bp | 23 // TODO(b/118893702): remove dependency once ui/BufferHubDefs.h moved
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 69 void moved(int newX, int newY); in moved() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 55 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
|
/frameworks/av/media/codec2/vndk/ |
D | Android.bp | 8 // TODO: Remove this when this module is moved back to frameworks/av.
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 67 public void moved(int newX, int newY) { in moved() method in BaseIWindow
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 178 # Task moved to top (1) or bottom (0). 184 # Home stack moved to top (1) or bottom (0).
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 18 blocks of color, and the clock should be moved around the screen to
|
D | dagger.md | 165 moved to a higher level construct such as a Fragment or a top-level SystemUI
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 296 // Notify the user that data or apps are being moved to external storage.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 154 reserved 21; // rtt_calling_mode moved to Settings.Secure
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 237 final boolean moved = (event == MOVED_TO); in onEvent() 238 final boolean written = (event == CLOSE_WRITE || moved); in onEvent() 258 if (moved && lockWallpaperChanged) { in onEvent() 286 if (moved) { in onEvent()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 2613 boolean moved = false; in updateClientActivitiesOrdering() 2624 moved = true; in updateClientActivitiesOrdering() 2629 if (!moved) { in updateClientActivitiesOrdering()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 332 public void moved(int newX, int newY) {
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 2758 bool moved = deltaX != 0 || deltaY != 0; in sync() local 2786 if (moved || scrolled || buttonsChanged) { in sync() 2790 if (moved) { in sync() 2821 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync() 2830 if (downChanged || moved || scrolled || buttonsChanged) { in sync()
|