/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 52 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()
|
D | RecurrenceProcessor.java | 93 } 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/ |
D | EventRecurrenceTest.java | 719 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/ |
D | FrameRenderTracker.cpp | 110 const FrameRenderTracker::Info *until, bool dropIncomplete) { in checkFencesAndGetRenderedFrames() argument 133 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames()
|
/frameworks/av/include/media/stagefright/ |
D | FrameRenderTracker.h | 119 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowOrientationListener.java | 869 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/ |
D | README | 6 call will block until alarm has been triggered and the wakelock is held
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 32 if configured to block, then will wait until space available before returning
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-devtools.jd | 30 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/ |
D | install-location.jd | 124 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/ |
D | connectivity-monitoring.jd | 68 suspended until you have a Wi-Fi connection.</p> 88 should there be none, suspend further updates until connectivity is restored.</p>
|
D | index.jd | 60 efficiency by toggling and cascading state change receivers and delay actions until the device is in
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 198 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>
|
D | MonkeyRunner.jd | 162 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/ |
D | THEMES.txt | 42 They can also be used to set attributes for that specific platform (and platforms up until the
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 40 to keep running until a critical operation finishes.</p>
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | start.jd | 95 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/ |
D | index.jd | 37 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>
|
D | billing_reference.jd | 196 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/ |
D | rs_io.rsh | 81 * until there is room on the message queue for this message.
|
/frameworks/base/docs/html/training/swipe/ |
D | index.jd | 64 …wipe gesture, the SwipeRefreshLayout widget displays a progress indicator until your app finishes …
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 79 // 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/ |
D | managing.jd | 86 Notifications remain visible until one of the following happens:
|
/frameworks/base/docs/html/wear/design/ |
D | user-interface.jd | 36 them from the stream until the next time they have useful information to display.
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | loading-ondemand.jd | 80 android:id} specified for the {@link android.view.ViewStub} is valid only until the {@link
|