HomeSort by relevance Sort by last modified time
    Searched refs:ongoing (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/base/core/java/android/app/job/
IJobCallback.aidl 36 * @param ongoing True to indicate that the client is processing the job. False if the job is
39 void acknowledgeStartMessage(int jobId, boolean ongoing);
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 149 public void acknowledgeStartMessage(int jobId, boolean ongoing) {
150 doAcknowledgeStartMessage(this, jobId, ongoing);
351 void doAcknowledgeStartMessage(JobCallback cb, int jobId, boolean ongoing) {
352 doCallback(cb, ongoing, "finished start");
    [all...]
  /external/v8/tools/
consarray.js 48 * This operation can be safely performed during ongoing ConsArray
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 653 boolean ongoing = state == Recorder.RECORDING_STATE || state == Recorder.PLAYING_STATE;
655 long time = ongoing ? mRecorder.progress() : mRecorder.sampleLength();
665 if (ongoing)
  /external/autotest/client/cros/netprotos/
zeroconf.py 422 "ongoing" request. To do this, call this method after a few seconds (the
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 106 * Return whether or not a notification, based on the passed-in id, needs to be "ongoing"
108 * @return whether or not the notification must be "ongoing"
111 // "Security needed" must be ongoing so that the user doesn't close it; otherwise, sync will
133 Integer number, boolean enableAudio, boolean ongoing) {
150 .setOngoing(ongoing);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
lookup_windows.go 122 // TODO(bradfitz,brainman): cancel the ongoing
  /prebuilts/go/linux-x86/src/net/
lookup_windows.go 122 // TODO(bradfitz,brainman): cancel the ongoing
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java 129 * reference to something that is ongoing, like a phone call. It should
561 * Notification category: ongoing information about device or contextual status.
771 * Useful when showing an elapsed time (like an ongoing phone call).
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /frameworks/base/core/java/android/app/
Notification.java 229 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
232 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
233 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
527 * set if this notification is in reference to something that is ongoing,
835 * Notification category: ongoing information about device or contextual status.
    [all...]
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 1014 milliseconds

1 2 3