HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 276 - 300 of 442) sorted by null

<<1112131415161718

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 3 * Licensed to The Android Open Source Project.
166 @Retention(RetentionPolicy.SOURCE)
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java 67 private static final Source SOURCE = new Source(Enhancer.class.getName());
152 super(SOURCE);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 2 * Copyright (C) 2009-2016 The Android Open Source Project
158 @Retention(RetentionPolicy.SOURCE)
303 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/core/java/android/print/
PrintAttributes.java 2 * Copyright (C) 2013 The Android Open Source Project
50 @Retention(RetentionPolicy.SOURCE)
65 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java 2 * Copyright (C) 2008 The Android Open Source Project
123 @Retention(RetentionPolicy.SOURCE)
195 @Retention(RetentionPolicy.SOURCE)
250 * The audio data source sampling rate in Hz.
332 * @param sampleRateInHz the initial source sample rate expressed in Hz.
386 * @param sampleRateInHz the initial source sample rate expressed in Hz.
    [all...]
MediaRouter.java 2 * Copyright (C) 2012 The Android Open Source Project
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 2 * Copyright (C) 2013 The Android Open Source Project
438 + FilteredNumberColumns.SOURCE + " INTEGER"
485 + FilteredNumberColumns.SOURCE + " INTEGER"
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 2 * Copyright (C) 2015 The Android Open Source Project
86 @Retention(RetentionPolicy.SOURCE)
96 @Retention(RetentionPolicy.SOURCE)
    [all...]
TvOverlayManager.java 2 * Copyright (C) 2015 The Android Open Source Project
93 @Retention(RetentionPolicy.SOURCE)
114 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /external/selinux/libsepol/src/
services.c 207 * policy source.
372 * when it is applied to the specified source and target
404 * Set 1 = source, 2 = target, 3 = xcontext for validatetrans
406 #define SOURCE 1
410 int s_t_x_num = SOURCE;
625 s_t_x_num = SOURCE;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 2 * Copyright (C) 2006 The Android Open Source Project
117 @Retention(RetentionPolicy.SOURCE)
137 @Retention(RetentionPolicy.SOURCE)
151 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 2 * Copyright (C) 2013 The Android Open Source Project
101 @Retention(RetentionPolicy.SOURCE)
122 @Retention(RetentionPolicy.SOURCE)
149 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 2 * Copyright (C) 2010 The Android Open Source Project
242 @Retention(RetentionPolicy.SOURCE)
736 * source, such as the display refresh rate (vsync), to govern animations.
756 * source, such as the display refresh rate (vsync), to govern animations.
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 2 * Copyright (C) 2006 The Android Open Source Project
114 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 2 * Copyright (C) 2014 The Android Open Source Project
206 @Retention(RetentionPolicy.SOURCE)
335 * @param sourceBounds The Rect containing the source bounds of the clicked icon
356 * @param sourceBounds The Rect containing the source bounds of the clicked icon
577 * @param sourceBounds The Rect containing the source bounds of the clicked icon.
599 * @param sourceBounds The Rect containing the source bounds of the clicked icon.
    [all...]
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 2 * Copyright (C) 2012 The Android Open Source Project
128 * <a href="http://source.android.com/tech/input/key-character-map-files.html">
190 @Retention(RetentionPolicy.SOURCE)
841 * Make sure you correctly set the event time and input source of the event
    [all...]
  /frameworks/base/core/java/android/os/
MessageQueue.java 2 * Copyright (C) 2006 The Android Open Source Project
840 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 2 * Copyright (C) 2013 The Android Open Source Project
315 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
CascadingMenuPopup.java 51 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 2 * Copyright (C) 2014 The Android Open Source Project
717 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 2 * Copyright (C) 2014 The Android Open Source Project
95 @Retention(RetentionPolicy.SOURCE)
  /frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java 2 * Copyright (C) 2015 The Android Open Source Project
104 @Retention(RetentionPolicy.SOURCE)
689 public SavedState(Parcel source) {
690 this(source, null);
693 public SavedState(Parcel source, ClassLoader loader) {
694 super(source, loader);
696 state = source.readInt();
FloatingActionButton.java 2 * Copyright (C) 2015 The Android Open Source Project
121 @Retention(RetentionPolicy.SOURCE)
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
CascadingMenuPopup.java 2 * Copyright (C) 2016 The Android Open Source Project
66 @Retention(RetentionPolicy.SOURCE)
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 2 * Copyright (C) 2011 The Android Open Source Project
355 @Retention(RetentionPolicy.SOURCE)

Completed in 741 milliseconds

<<1112131415161718