HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 151 - 175 of 320) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 79 byte[] decodedBytes = Base64.decode(eidParam, Base64.DEFAULT);
110 default:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 93 mConfigSelector = new ConfigurationSelector(composite, SelectorMode.DEFAULT);
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 171 * If an {@link AccessibilityService} is the default for a given type.
172 * Default service is invoked only if no package specific one exists. In case of
175 public static final int DEFAULT = 0x0000001;
261 * useful for UI test automation. This flag is not set by default.
350 * @see #DEFAULT
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 325 : Directory.DEFAULT;
340 if (directoryId == Directory.DEFAULT) {
416 // when we are switching from search mode to the default mode.
463 * Shows the count of entries included in the list. The default
471 * a local profile. Default implementation does nothing.
478 * Provides logic that dismisses this fragment. The default implementation
593 // partitions after default one, assuming they are remote directories which
866 default:
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 167 sDefaultPaint.setTypeface(Typeface.DEFAULT);
169 sDatePaint.setTypeface(Typeface.DEFAULT);
MessageListItemCoordinates.java 102 sPaint.setTypeface(Typeface.DEFAULT);
145 default:
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 39 * The default software keyboard class.
327 default:
350 default:
475 OpenWnnEvent.Mode.DEFAULT));
533 default:
568 OpenWnnEvent.Mode.DEFAULT));
697 default:
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 249 deleteWhereArgs.add(String.valueOf(Directory.DEFAULT));
303 values.put(Directory._ID, Directory.DEFAULT);
441 default:
454 default:
468 default:
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 54 * Both MD5 (default) and MD5-sess are supported.
108 * Default constructor for the digest authetication scheme.
276 // If an algorithm is not specified, default to MD5.
280 // If an charset is not specified, default to ISO-8859-1.
428 BasicHeaderValueFormatter.DEFAULT
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 313 StatusLine statusline = BasicLineParser.DEFAULT.parseStatusLine(
Headers.java 180 HeaderElement[] encodings = BasicHeaderValueParser.DEFAULT
305 default:
  /frameworks/base/core/java/android/util/
Base64.java 29 * Default values for encoder/decoder flags.
31 public static final int DEFAULT = 0;
110 * bytes using the default charset
112 * Pass {@code DEFAULT} to decode standard Base64.
130 * Pass {@code DEFAULT} to decode standard Base64.
150 * Pass {@code DEFAULT} to decode standard Base64.
451 * Passing {@code DEFAULT} results in output that
472 * Passing {@code DEFAULT} results in output that
490 * Passing {@code DEFAULT} results in output that
506 * Passing {@code DEFAULT} results in output tha
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java 239 byte[] digest = digester.digest(Base64.decode(base64_data, Base64.DEFAULT));
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 138 stream.write(Base64.encode(thumb, Base64.DEFAULT));
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 369 return mDirectoryId != -1 && mDirectoryId != Directory.DEFAULT
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 200 String.valueOf(Directory.DEFAULT))
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCache.java 81 String.valueOf(Directory.DEFAULT)).
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java 366 in = new Base64InputStream(in, Base64.DEFAULT);
423 // If a disposition is not specified, default to "inline"
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 176 view.setType(StateView.DEFAULT);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 141 public static final PointerTrackerParams DEFAULT = new PointerTrackerParams();
342 sParams = PointerTrackerParams.DEFAULT;
343 sGestureStrokeParams = GestureStrokeParams.DEFAULT;
344 sGesturePreviewParams = GestureStrokePreviewParams.DEFAULT;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 115 // Yes will be moved to the end because it's the default
130 case SWT.DEFAULT:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 122 // get a default apk name based on the project
347 mScrolledComposite.setMinSize(mDetailText.computeSize(r.width, SWT.DEFAULT));
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 522 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
523 recorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);
524 recorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc 133 // The delegate for the infobar shown when Chrome is not the default browser.
371 // default launch behavior.
372 pref.type = SessionStartupPref::DEFAULT;
705 // Check whether we are the default browser.
890 SessionStartupPref::DEFAULT) {
891 // When we have non DEFAULT session start type, then we won't open up a
    [all...]

Completed in 536 milliseconds

1 2 3 4 5 67 8 91011>>