Searched refs:what (Results 501 - 515 of 515) sorted by relevance

<<21

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java623 * This is the process holding what we currently consider to be
1306 switch (msg.what) {
1820 switch (msg.what) {
2434 msg.what = SHOW_COMPAT_MODE_DIALOG_MSG;
2440 String what, Object obj, ProcessRecord srcApp) {
2451 + what + " " + obj + " from " + srcApp);
5078 msg.what = SHOW_NOT_RESPONDING_MSG;
7996 msg.what = WAIT_FOR_DEBUGGER_MSG;
9254 // adj level. Not sure what to do about this, but at least
11296 msg.what
2439 updateLruProcessInternalLocked(ProcessRecord app, long now, int index, String what, Object obj, ProcessRecord srcApp) argument
[all...]
H A DActiveServices.java198 switch (msg.what) {
715 // what they are, so we can report this elsewhere for
1872 // Not sure what else to do with this... if it is not actually in the
H A DActivityStack.java267 switch (msg.what) {
2366 // Now we've moved it in to place... but what if this is
2843 // Okay, this activity is at the root of its task. What to do, what to do...
2848 // We now need to get the task below it to determine what to do.
3651 // Determine what has changed. May be nothing, if this is a config
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1231 switch (m.what) {
1648 * this is what he wants. (see bug 1131461)
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2253 switch (msg.what) {
H A DInputMethodManagerService.java2032 // specified what should be done with it?
2034 // to accommodate the IME (so what the user sees will give
2067 // to accommodate the IME (so what the user sees will give
2487 switch (msg.what) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java894 // XXX what to do about multi-user?
932 // XXX what to do about multi-user?
946 // XXX what to do about multi-user?
2059 switch (msg.what) {
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java143 // Hardcoded for now until we decide what the right policy should be.
169 // A bitfield that indicates what parts of the power state have
2611 switch (msg.what) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java286 if (msg.what == DISMISS) {
1131 // See what characters occur after that and eliminate them.
1736 // what comes before the finger.
2772 // Replacing the entirety of what the chip represented,
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2163 // of what a client process passes to us should not be fatal for the
2955 switch (message.what) {
3477 // a given package. Keep track of what we've done so far here; the list is
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1412 // hold everything until we can find out what will happen.
1776 // out what is going on below.
1808 // Now what is happening... if the current and new targets are
1878 // to the user? That is what the wallpaper cares about.
1923 // what is below it for later.
6230 // Tell surface flinger what part of the image to crop. Take the top
7625 Slog.v(TAG, "handleMessage: entry what=" + msg.what);
7627 switch (msg.what) {
8202 // Okay, how about this... what i
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java591 switch (msg.what) {
873 // press, long press, or multi press and decide what to do.
879 // Wait for a long press or for the button to be released to decide what to do.
1659 // monitor/control what they are doing.
3773 // Fullscreen secure system overlays get what they ask for.
3823 // what the screen would be if only laying out to hide the nav bar.
4866 // Otherwise, consume events since the user can't see what is being
5056 // that might cause it to become reordered with respect to what
5403 // We will do exactly what the application asked us to do.
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java132 switch (msg.what) {
6180 // is not as important as what we are now setting.
6190 // uid's state may have changed; compute what the new state should be.
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java565 // Keep a log of all the apps we've ever backed up, and what the
656 switch (msg.what) {
1191 // Keep a log of what apps we've ever backed up. Because we might have
1620 // Wipe the "what we've ever backed up" tracking
2059 // abandon the whole process and remove all what's-backed-up
2581 // done a backup, we can now record what the current backup dataset token
3939 // result based on what finishBackup() returns. If we're in a
6953 // If this is a single-package restore, what package are we interested in?
7248 // state RUNNING_QUEUE : figure out what the next thing to be restored is,
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java800 switch (msg.what) {
3234 // If it's not an "always" type preferred activity and that's what we're
4298 // The path has changed from what was last scanned... check the
4299 // version of the new path against what we have stored to determine
4300 // what to do.
4319 // what we have updated to on the data partition; switch
4361 // Verify certificates against what was last scanned
5931 // Push the derived path down into PackageSettings so we know what to
6369 // need other information about the application, like the ABI and what not ?
6652 // If the settings aren't null, sync them up with what w
[all...]

Completed in 539 milliseconds

<<21