Searched refs:work (Results 1 - 14 of 14) 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.java60 public void work() {
H A DValidateNotificationPeople.java164 // Perform the heavy work on a background thread so we can abort when we hit the
170 prr.work();
266 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
439 public void work() { method in class:ValidateNotificationPeople.PeopleRankingReconsideration
/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DScanPackageAction.java47 work(client);
61 work(ret.client);
70 private void work(Client c) { method in class:ScanPackageAction
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp82 ActivityWork work; local
83 work.cmd = cmd;
84 work.arg1 = arg1;
85 work.arg2 = arg2;
92 int res = write(fd, &work, sizeof(work));
97 if (res == sizeof(work)) return;
99 if (res < 0) ALOGW("Failed writing to work fd: %s", strerror(errno));
100 else ALOGW("Truncated writing to work fd: %d", res);
108 if (res < 0) ALOGW("Failed reading work f
214 ActivityWork work; local
[all...]
/frameworks/base/native/graphics/jni/
H A DAndroid.mk34 # TODO: This is to work around b/24465209. Remove after root cause is fixed
/frameworks/native/opengl/libs/
H A DAndroid.mk92 # TODO: This is to work around b/20093774. Remove after root cause is fixed
121 # TODO: This is to work around b/20093774. Remove after root cause is fixed
148 # TODO: This is to work around b/20093774. 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/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.java103 * To make this work, all of the objects that belong to the display manager must
228 // Temporary list of deferred work to perform when setting the display state.
379 // to complete so we defer the most expensive part of the work until
707 Runnable work = updateDisplayStateLocked(device);
708 if (work != null) {
709 work.run();
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1149 description="How to start building or extending apps that work
1160 description="How to extend text messaging apps to work with Auto devices.">
1801 "How to improve UI performance and responsiveness by sending work to a
1995 dispatching work to multiple threads.">
2078 <a href="<?cs var:toroot ?>work/device-management-policy.html"
/frameworks/rs/api/
H A Drs_for_each.spec111 the work has completed for all cells of the input allocations. If the kernel
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs1167 description="How to start building or extending apps that work
1178 description="How to extend text messaging apps to work with Auto devices.">
1203 <li><a href="<?cs var:toroot ?>training/enterprise/work-policy-ctrl.html">
1845 "How to improve UI performance and responsiveness by sending work to a
2033 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 1453 milliseconds