Searched refs:wd (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 697 PackageWatchdog wd = createWatchdog(controller, true /* withPackagesReady */); in testPackageHealthCheckStateTransitions() local 698 MonitoredPackage m1 = wd.new MonitoredPackage(APP_A, LONG_DURATION, in testPackageHealthCheckStateTransitions() 700 MonitoredPackage m2 = wd.new MonitoredPackage(APP_B, LONG_DURATION, false); in testPackageHealthCheckStateTransitions() 701 MonitoredPackage m3 = wd.new MonitoredPackage(APP_C, LONG_DURATION, false); in testPackageHealthCheckStateTransitions() 702 MonitoredPackage m4 = wd.new MonitoredPackage(APP_D, LONG_DURATION, SHORT_DURATION, true); in testPackageHealthCheckStateTransitions() 740 final PackageWatchdog wd = createWatchdog(); in testNetworkStackFailure() local 745 wd.startObservingHealth(observer, Collections.singletonList(APP_A), SHORT_DURATION); in testNetworkStackFailure()
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 785 final View wd = w != null ? w.getDecorView() : null; in getContentView() local 786 if (mLaunchedView != wd && mLaunchedView != null) { in getContentView() 791 mLaunchedView = wd; in getContentView()
|
/frameworks/base/core/jni/ |
D | android_util_FileObserver.cpp | 84 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path); in android_os_fileobserver_observe()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper.cpp | 457 int wd = inotify_add_watch( in WaitForEndpoint() local 460 if (wd < 0) { in WaitForEndpoint() 523 ret = inotify_rm_watch(fd.Get(), wd); in WaitForEndpoint()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 277 WeakReference<Display> wd = mAdjustedDisplays.get(key); in getAdjustedDisplay() local 278 if (wd != null) { in getAdjustedDisplay() 279 final Display display = wd.get(); in getAdjustedDisplay()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1231 if (event->wd == mSystemWd && strcmp(SYSTEM_TIME_DIR_NAME, event->name) == 0) { in doThreadLoop() 1233 } else if (event->wd == mTimeWd && (strcmp(LAST_TIME_CHANGED_FILE_NAME, event->name) == 0 in doThreadLoop()
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1831 if (event->wd == mInputWd) { in readNotifyLocked() 1839 } else if (event->wd == mVideoWd) { in readNotifyLocked() 1850 LOG_ALWAYS_FATAL("Unexpected inotify event, wd = %i", event->wd); in readNotifyLocked()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2026 WallpaperData wd = mWallpaperMap.get(user.id); in hasNamedWallpaper() local 2027 if (wd == null) { in hasNamedWallpaper() 2030 wd = mWallpaperMap.get(user.id); in hasNamedWallpaper() 2032 if (wd != null && name.equals(wd.name)) { in hasNamedWallpaper()
|