Searched refs:started (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DActivityManager.java272 * thing being started is not an activity.
320 * Result for IActivityManaqer.startActivity: the activity was started
334 * Result for IActivityManaqer.startActivity: activity wasn't really started, but
341 * Result for IActivityManaqer.startActivity: activity wasn't really started, but
356 * Result for IActivityManaqer.startActivity: a new activity was attempted to be started
1447 * started or visited.
1469 * If this task was started from an alias, this is the actual
1470 * activity component that was initially started; the component of
1477 * The actual activity component that started the task.
1694 * user has started an
2345 public boolean started; field in class:ActivityManager.RunningServiceInfo
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java146 * process broadcasts one at a time, so no others can be started while
297 boolean started = false;
310 started = true;
312 if (!started) {
1009 // Keep track of when this receiver started, and make sure there
1373 // Not running -- get it started, to be executed when the app comes up.
1453 // for started services to finish as well before going on. So if we have actually
1470 + ", started " + (now - r.receiverTime) + "ms ago");
H A DActiveServices.java560 // service is started. This is especially the case for receivers, which
608 "Not potential delay (user " + r.userId + " not started): " + r);
699 // delayed list, then we need to keep it started but note that it
1085 // services that were started while the screen was off.
1104 // count the time it started being visible as now, to tell the user
2166 // was started, then reset our restart duration back to
2320 // Make sure that the user who owns this service is started. If not,
2379 // Not running -- get it started, and enqueue this service record
2501 // If the service is in the started state, and there are no
2700 // Check to see if the service had been started a
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2709 * @param started True if you want the clock to be started, false if not.
2713 public void setChronometer(int viewId, long base, String format, boolean started) { argument
2716 setBoolean(viewId, "setStarted", started);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java175 // mEcmTimerResetRegistrants are informed after Ecm timer is canceled or re-started
3007 public void notifyEmergencyCallRegistrants(boolean started) { argument
3008 mEmergencyCallToggledRegistrants.notifyResult(started ? 1 : 0);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 617 milliseconds

12