Searched defs:ignoreDst (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A DTime.cpp180 Time::toMillis(bool ignoreDst) argument
182 if (ignoreDst) {
H A Dandroid_text_format_Time.cpp109 jboolean ignoreDst)
115 int64_t result = t.toMillis(ignoreDst != 0);
334 jboolean ignoreDst)
340 int64_t result = t.toMillis(ignoreDst != 0);
108 android_text_format_Time_normalize(JNIEnv* env, jobject This, jboolean ignoreDst) argument
333 android_text_format_Time_toMillis(JNIEnv* env, jobject This, jboolean ignoreDst) argument
/frameworks/base/core/java/android/text/format/
H A DTime.java196 * If "ignoreDst" is true, then this method sets the "isDst" field to -1
202 * use <tt>true</tt> or <tt>false</tt> for "ignoreDst".
206 native public long normalize(boolean ignoreDst); argument
514 * If "ignoreDst" is false, then this method uses the current setting of the
520 * If "ignoreDst" is true, then this method ignores the current setting of
553 native public long toMillis(boolean ignoreDst); argument

Completed in 96 milliseconds