Searched refs:work (Results 1 - 11 of 11) 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.java57 public void work() {
H A DValidateNotificationPeople.java161 // Perform the heavy work on a background thread so we can abort when we hit the
167 prr.work();
259 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
432 public void work() { method in class:ValidateNotificationPeople.PeopleRankingReconsideration
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp79 ActivityWork work; local
80 work.cmd = cmd;
81 work.arg1 = arg1;
82 work.arg2 = arg2;
89 int res = write(fd, &work, sizeof(work));
94 if (res == sizeof(work)) return;
96 if (res < 0) ALOGW("Failed writing to work fd: %s", strerror(errno));
97 else ALOGW("Truncated writing to work fd: %d", res);
105 if (res < 0) ALOGW("Failed reading work f
211 ActivityWork work; local
[all...]
/frameworks/base/native/graphics/jni/
H A DAndroid.mk34 # TODO: This is to work around b/19059885. Remove after root cause is fixed
/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/native/opengl/libs/
H A DAndroid.mk89 # TODO: This is to work around b/20093774. Remove after root cause is fixed
117 # TODO: This is to work around b/20093774. Remove after root cause is fixed
/frameworks/base/data/fonts/
H A DAndroid.mk35 # this magic makes LOCAL_REQUIRED_MODULES work
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java103 * To make this work, all of the objects that belong to the display manager must
223 // Temporary list of deferred work to perform when setting the display state.
366 // to complete so we defer the most expensive part of the work until
683 Runnable work = updateDisplayStateLocked(device);
684 if (work != null) {
685 work.run();
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1159 description="How to start building or extending apps that work
1170 description="How to extend text messaging apps to work with Auto devices.">
1195 <li><a href="<?cs var:toroot ?>training/enterprise/work-policy-ctrl.html">
1691 "How to improve UI performance and responsiveness by sending work to a
1840 dispatching work to multiple threads.">
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1775 milliseconds