Searched refs:work (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java21 * Represents future work required to extract signals from notifications for ranking.
55 work();
89 public abstract void work(); method in class:RankingReconsideration
H A DNotificationIntrusivenessExtractor.java56 public void work() {
H A DValidateNotificationPeople.java159 // Perform the heavy work on a background thread so we can abort when we hit the
165 prr.work();
250 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
422 public void work() { method in class:ValidateNotificationPeople.PeopleRankingReconsideration
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp74 ActivityWork work; local
75 work.cmd = cmd;
76 work.arg1 = arg1;
77 work.arg2 = arg2;
82 int res = write(fd, &work, sizeof(work));
87 if (res == sizeof(work)) return;
89 if (res < 0) ALOGW("Failed writing to work fd: %s", strerror(errno));
90 else ALOGW("Truncated writing to work fd: %d", res);
98 if (res < 0) ALOGW("Failed reading work f
204 ActivityWork work; local
[all...]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk29 # Need to run as system app to get access to Settings. This test won't work for user builds.
/frameworks/base/data/fonts/
H A DAndroid.mk30 # this magic makes LOCAL_REQUIRED_MODULES work
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java102 * To make this work, all of the objects that belong to the display manager must
218 // Temporary list of deferred work to perform when setting the display state.
339 // to complete so we defer the most expensive part of the work until
654 Runnable work = updateDisplayStateLocked(device);
655 if (work != null) {
656 work.run();
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1024 description="How to start building or extending apps that work
1035 description="How to extend text messaging apps to work with Auto devices.">
1513 "How to improve UI performance and responsiveness by sending work to a
1665 dispatching work to multiple threads.">

Completed in 190 milliseconds