Searched defs:starting (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DLockTaskNotify.java64 public void show(boolean starting) { argument
66 if (starting) {
H A DProcessRecord.java82 boolean starting; // True if the process is being started field in class:ProcessRecord
261 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
262 pw.println(starting);
H A DActivityStack.java171 // is short because it directly impacts the responsiveness of starting the
263 * When we are in the process of pausing an activity, before starting the
824 * Returns the first activity (starting from the top of the stack) that
899 if (DEBUG_STATES) Slog.v(TAG_STATES, "Moving to RESUMED: " + r + " (starting new instance)"
1528 * starting (about to be visible) activity that is fullscreen (opaque).
1529 * @param starting The currently starting activity or null if there is none.
1532 private boolean isStackTranslucent(ActivityRecord starting, int stackBehindId) { argument
1545 if (!r.visible && r != starting) {
1546 // Also ignore invisible activities that are not the currently starting
1573 getStackVisibilityLocked(ActivityRecord starting) argument
1693 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, boolean preserveWindows) argument
1862 makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, boolean isTop, boolean andResume, ActivityRecord r) argument
1946 makeVisibleIfNeeded(ActivityRecord starting, ActivityRecord r) argument
[all...]
H A DActivityStackSupervisor.java844 Slog.w(TAG, "Exception in new application when starting activity "
1013 // the starting activity ends up moving another activity to front, and it should
1163 // While there are activities pausing we skipping starting any new activities until
1164 // pauses are complete. NOTE: that we also do this for activities that are starting in
1330 // This activity is not starting in the resumed state... which should look like we asked
1334 "Moving to PAUSED: " + r + " (starting in paused state)");
1377 Slog.w(TAG, "Exception when starting activity "
1411 msg = "Permission Denial: starting " + intent.toString()
1416 msg = "Permission Denial: starting " + intent.toString()
1421 msg = "Permission Denial: starting "
2895 ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, boolean preserveWindows) argument
[all...]
H A DActivityManagerService.java496 // on getting this result before starting to launch its UI).
3459 // In the special case introduced by this method (which is, starting an isolated
3506 // When the user is explicitly starting a process, then clear its
3540 // (3) There is a pid assigned to it, so it is either starting or
3585 // If the system is not ready yet, then hold off on starting this
3602 checkTime(startTime, "startProcess: done starting proc!");
3633 checkTime(startTime, "startProcess: starting to update cpu stats");
3798 checkTime(startTime, "startProcess: starting to update pids map");
3810 Slog.e(TAG, "Failure starting process " + app.processName, e);
3815 // starting thi
18656 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale) argument
18676 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId) argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioRecord.java1031 private void handleFullVolumeRec(boolean starting) { argument
1038 ias.forceRemoteSubmixFullVolume(starting, mICallBack);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1166 // starting an output being rerouted?
1186 // wait for audio on other active outputs to be presented when starting
1208 // update the outputs if starting an output with a stream that can affect notification
5082 bool starting, bool stateChange)
5098 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
5099 stream, starting, outputDesc->mDevice, stateChange);
5108 setStreamMute(stream, starting, mPrimaryOutput);
5116 setStreamMute(stream, starting, mPrimaryOutput);
5119 if (starting) {
5081 handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange) argument
/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 4324 milliseconds