Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 206) sorted by relevance

123456789

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java52 public String until; field in EventRecurrence
351 if (!TextUtils.isEmpty(this.until)) { in toString()
353 s.append(until); in toString()
481 (until == null ? er.until == null : until.equals(er.until)) && in equals()
514 until = null; in resetFields()
741 Time until = new Time(); in parsePart() local
742 until.parse(value); in parsePart()
747 er.until = value; in parsePart()
DRecurrenceProcessor.java93 } else if (rrule.until != null) { in getLastOccurence()
95 mIterator.parse(rrule.until); in getLastOccurence()
759 Time until = mUntil; in expand() local
767 if (rangeEndDateValue == Long.MAX_VALUE && r.until == null && r.count == 0) { in expand()
835 if (r.until != null) { in expand()
837 String untilStr = r.until; in expand()
845 until.parse(untilStr); in expand()
850 until.switchTimezone(dtstart.timezone); in expand()
851 untilDateValue = normDateTimeComparisonValue(until); in expand()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java719 int freq, String until, int count, int interval, in verifyRecurType() argument
727 || !eq(eventRecurrence.until, until) in verifyRecurType()
736 System.out.println(" until=" + until); in verifyRecurType()
768 System.out.println(" until=" + er.until); in print()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp110 const FrameRenderTracker::Info *until, bool dropIncomplete) { in checkFencesAndGetRenderedFrames() argument
133 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames()
/frameworks/av/include/media/stagefright/
DFrameRenderTracker.h119 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java869 private float remainingMS(long now, long until) { in remainingMS() argument
870 return now >= until ? 0 : (until - now) * 0.000001f; in remainingMS()
/frameworks/base/tests/utils/SleepUtils/
DREADME6 call will block until alarm has been triggered and the wakelock is held
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
/frameworks/base/docs/html/tools/debugging/
Ddebugging-devtools.jd30 startup until your debugger attaches (described next).</li>
36 <dd>Blocks the selected application from loading until a debugger attaches. This way you can
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd124 unaware of the application until mass storage is disabled and the external storage is
152 available for the user to select until the system resets the home application (usually not until a
155 <dd>Your accounts created with {@link android.accounts.AccountManager} will disappear until
159 not work until external storage is remounted.</dd>
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd68 suspended until you have a Wi-Fi connection.</p>
88 should there be none, suspend further updates until connectivity is restored.</p>
Dindex.jd60 efficiency by toggling and cascading state change receivers and delay actions until the device is in
/frameworks/base/docs/html/tools/help/
Dmonkey.jd198 the system, until the count is completed.</td>
205 send events to the system, until the count is completed.</td>
212 this option, the Monkey will continue to send events to the system, until the count is
232 <td>Stops the Monkey from executing until a debugger is attached to it.</td>
DMonkeyRunner.jd162 program. The dialog is modal, so the program pauses until the user clicks the dialog's
209 dialog is modal, so the program pauses until the user clicks one of the dialog's
304 modal, so the program pauses until the user clicks one of the dialog's buttons.
/frameworks/support/v7/appcompat/
DTHEMES.txt42 They can also be used to set attributes for that specific platform (and platforms up until the
/frameworks/base/docs/html/training/scheduling/
Dindex.jd40 to keep running until a critical operation finishes.</p>
/frameworks/base/docs/html/distribute/googleplay/families/
Dstart.jd95 on Google Play until <strong>either</strong> you update the app to meet the
103 be added to the family experience until you update the app to meet the
/frameworks/base/docs/html/google/play/billing/
Dindex.jd37 subscriber's next billing date until the date you choose. The user still has
45 to the continue the subscription until payment is successful.</li>
Dbilling_reference.jd196 access to subscription content until the next billing date and will
204 is extended dynamically every day until the end of the grace period or until the
251 subscription until after the credit is used up.</p>
/frameworks/rs/scriptc/
Drs_io.rsh81 * until there is room on the message queue for this message.
/frameworks/base/docs/html/training/swipe/
Dindex.jd64 …wipe gesture, the SwipeRefreshLayout widget displays a progress indicator until your app finishes …
/frameworks/base/docs/html/training/printing/
Dhtml-docs.jd79 // Keep a reference to WebView object until you pass the PrintDocumentAdapter
88 android.webkit.WebViewClient} you created in the previous section. If you don't wait until page
/frameworks/base/docs/html/training/notify-user/
Dmanaging.jd86 Notifications remain visible until one of the following happens:
/frameworks/base/docs/html/wear/design/
Duser-interface.jd36 them from the stream until the next time they have useful information to display.
/frameworks/base/docs/html/training/improving-layouts/
Dloading-ondemand.jd80 android:id} specified for the {@link android.view.ViewStub} is valid only until the {@link

123456789