HomeSort by relevance Sort by last modified time
    Searched defs:Utils (Results 101 - 125 of 136) sorted by null

1 2 3 45 6

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 31 import org.apache.xml.serializer.utils.MsgKey;
32 import org.apache.xml.serializer.utils.Utils;
870 Utils.messages.createMessage(
    [all...]
ToStream.java 41 import org.apache.xml.serializer.utils.MsgKey;
42 import org.apache.xml.serializer.utils.Utils;
43 import org.apache.xml.serializer.utils.WrappedRuntimeException;
429 final String msg = Utils.messages.createMessage(
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 34 import org.apache.xml.serializer.utils.MsgKey;
35 import org.apache.xml.serializer.utils.Utils;
36 import org.apache.xml.serializer.utils.XML11Char;
37 import org.apache.xml.serializer.utils.XMLChar;
546 throw new SAXException(Utils.messages.createMessage(
780 String msg = Utils.messages.createMessage(
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 48 import com.android.calendar.Utils;
191 sReceivedProviderReminderBroadcast = Utils.getSharedPreference(this,
198 Utils.setSharedPreference(this, PROVIDER_REMINDER_PREF_KEY, true);
509 startAdjustedForAllDay = Utils.convertAlldayUtcToLocal(t, info.startMillis,
511 endAdjustedForAllDay = Utils.convertAlldayUtcToLocal(t, info.startMillis,
547 String skipRemindersPref = Utils.getSharedPreference(context,
556 boolean useQuietHours = Utils.getSharedPreference(context,
569 quietHoursStartHour = Utils.getSharedPreference(context,
572 quietHoursStartMinute = Utils.getSharedPreference(context,
575 quietHoursEndHour = Utils.getSharedPreference(context
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 58 import com.android.calendar.Utils;
606 mRecurrence.wkst = EventRecurrence.timeDay2Day(Utils.getFirstDayOfWeek(getActivity()));
748 int idx = Utils.getFirstDayOfWeek(getActivity());
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 25 import com.android.gallery3d.common.Utils;
175 mSource = Utils.checkNotNull(mediaSet);
176 mPhotoView = Utils.checkNotNull(view);
177 mItemPath = Utils.checkNotNull(itemPath);
387 Utils.assertTrue(index >= mActiveStart && index < mActiveEnd);
449 Utils.assertTrue(index >= mActiveStart && index < mActiveEnd);
630 int start = Utils.clamp(mCurrentIndex - IMAGE_CACHE_SIZE / 2,
640 start = Utils.clamp(mCurrentIndex - DATA_CACHE_SIZE / 2,
776 Utils.assertTrue(item != null);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 30 import com.android.gallery3d.common.Utils;
217 mLevel = Utils.clamp(Utils.floorLog2(1f / scale), 0, mLevelCount);
577 Utils.assertTrue(tile.mTileState == STATE_DECODED);
686 Utils.assertTrue(mTileState == STATE_DECODED);
777 Utils.waitWithoutInterrupt(TileImageView.this);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 29 import com.android.gallery3d.common.Utils;
241 mLevel = Utils.clamp(Utils.floorLog2(1f / mScale), 0, mLevelCount);
543 Utils.assertTrue(tile.mTileState == STATE_DECODED);
643 Utils.assertTrue(mTileState == STATE_DECODED);
  /packages/apps/Settings/src/com/android/settings/
Settings.java 420 Utils.updateHeaderToSpecificActivityFromMetaDataOrRemove(this, target, header);
448 || Utils.isMonkeyRunning()) {
467 // Increment if the current one wasn't removed by the Utils code.
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 22 import com.android.settings.Utils;
431 Utils.prepareCustomPreferencesList(container, view, view, false);
    [all...]
ManageApplications.java 78 import com.android.settings.Utils;
271 Utils.prepareCustomPreferencesList(contentParent, contentChild, mListView, false);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 79 import com.android.inputmethod.latin.Utils.Stats;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 74 public class Utils {
    [all...]
EventInfoFragment.java 249 if (!Utils.isJellybeanOrLater()) {
467 mEventCursor = Utils.matrixCursorFromCursor(cursor);
476 mCalendarColor = Utils.getDisplayColorFromColor(
483 ? mCalendarColor : Utils.getDisplayColorFromColor(
504 mCalendarsCursor = Utils.matrixCursorFromCursor(cursor);
543 int displayColor = Utils.getDisplayColorFromColor(rawColor);
571 mAttendeesCursor = Utils.matrixCursorFromCursor(cursor);
576 mRemindersCursor = Utils.matrixCursorFromCursor(cursor);
605 Utils.isValidEmail(email)) {
    [all...]
DayView.java 202 String tz = Utils.getTimeZone(mContext, this);
764 mCellHeight = Utils.getSharedPreference(mContext,
796 mFirstDayOfWeek = Utils.getFirstDayOfWeek(context);
798 mCurrentTime = new Time(Utils.getTimeZone(context, mTZUpdater));
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 261 Utils.prepareHelpMenuItem(this, help);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 37 import org.antlr.misc.Utils;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 936 milliseconds

1 2 3 45 6