Home
last modified time | relevance | path

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

12345678

/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/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect111 // until the asynchronously-launched operation has completed.
152 // until the asynchronously-launched operation has completed.
188 // until the asynchronously-launched operation has completed.
229 // until the asynchronously-launched operation has completed.
270 // until the asynchronously-launched operation has completed.
306 // until the asynchronously-launched operation has completed.
347 // until the asynchronously-launched operation has completed.
388 // until the asynchronously-launched operation has completed.
424 // until the asynchronously-launched operation has completed.
465 // until the asynchronously-launched operation has completed.
[all …]
/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/native/cmds/bugreportz/
Dreadme.md15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
/frameworks/av/include/media/stagefright/
DFrameRenderTracker.h119 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
/frameworks/base/tests/utils/SleepUtils/
DREADME6 call will block until alarm has been triggered and the wakelock is held
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DUtils.java289 long until = System.currentTimeMillis() + ms; in delay() local
291 long remainder = until - System.currentTimeMillis(); in delay()
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
DScriptC_reduce_general_examples_halter.java.expect47 // until the asynchronously-launched operation has completed.
83 // until the asynchronously-launched operation has completed.
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
/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>
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect51 // until the asynchronously-launched operation has completed.
92 // until the asynchronously-launched operation has completed.
128 // until the asynchronously-launched operation has completed.
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java959 private float remainingMS(long now, long until) { in remainingMS() argument
960 return now >= until ? 0 : (until - now) * 0.000001f; in remainingMS()
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
DScriptC_reduce_general_examples_backward.java.expect53 // until the asynchronously-launched operation has completed.
94 // until the asynchronously-launched operation has completed.
130 // until the asynchronously-launched operation has completed.
166 // until the asynchronously-launched operation has completed.
/frameworks/compile/slang/tests/P_reduce_general_examples/
DScriptC_reduce_general_examples.java.expect53 // until the asynchronously-launched operation has completed.
94 // until the asynchronously-launched operation has completed.
130 // until the asynchronously-launched operation has completed.
166 // until the asynchronously-launched operation has completed.
/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/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/training/scheduling/
Dindex.jd40 to keep running until a critical operation finishes.</p>
/frameworks/compile/slang/tests/P_reduce_general_struct/
DScriptC_reduce_general_struct.java.expect47 // until the asynchronously-launched operation has completed.
/frameworks/base/docs/html/topic/performance/power/network/
Daction-app-traffic.jd59 delaying some requests until other requests wake up the mobile radio, or waiting until the
/frameworks/base/docs/html/wear/preview/
Dstart.jd186 the Create New Project wizard until you reach the Target Android Devices
197 option. Click <strong>Next</strong> until you exit the Create New Project
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd217 access to subscription content until the next billing date and will
225 is extended dynamically every day until the end of the grace period or until the
276 subscription until after the credit is used up.</p>
/frameworks/base/docs/html/training/swipe/
Dindex.jd64 …wipe gesture, the SwipeRefreshLayout widget displays a progress indicator until your app finishes …

12345678