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

  /external/bluetooth/bluez/sap/
sap-dummy.c 221 dbus_bool_t ongoing; local
223 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_BOOLEAN, &ongoing,
227 if (ongoing_call_status && !ongoing) {
228 /* An ongoing call has finished. Continue connection.*/
232 ongoing_call_status = ongoing;
233 } else if (!ongoing_call_status && ongoing) {
234 /* An ongoing call has started.*/
235 ongoing_call_status = ongoing;
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 319 * Set whether this is an ongoing notification.
321 * <p>Ongoing notifications differ from regular notifications in the following ways:
323 * <li>Ongoing notifications are sorted above the regular notifications in the
325 * <li>Ongoing notifications do not have an 'X' close button, and are not affected
329 public Builder setOngoing(boolean ongoing) {
330 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);
  /external/v8/tools/
consarray.js 48 * This operation can be safely performed during ongoing ConsArray
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 655 boolean ongoing = state == Recorder.RECORDING_STATE || state == Recorder.PLAYING_STATE;
657 long time = ongoing ? mRecorder.progress() : mRecorder.sampleLength();
667 if (ongoing)
  /packages/apps/Email/src/com/android/email/
NotificationController.java 147 * Return whether or not a notification, based on the passed-in id, needs to be "ongoing"
149 * @return whether or not the notification must be "ongoing"
152 // "Security needed" must be ongoing so that the user doesn't close it; otherwise, sync will
176 Integer number, boolean enableAudio, boolean ongoing) {
194 .setOngoing(ongoing);
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 109 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
112 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
113 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
300 * set if this notification is in reference to something that is ongoing,
    [all...]
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 288 milliseconds