HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 226 - 250 of 914) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestEvents.java 2 * Copyright 2017 The Android Open Source Project
71 @Retention(RetentionPolicy.SOURCE)
81 @Retention(RetentionPolicy.SOURCE)
88 @Retention(RetentionPolicy.SOURCE)
95 @Retention(RetentionPolicy.SOURCE)
274 0, // int source,
  /frameworks/support/webkit/src/main/java/androidx/webkit/
ServiceWorkerWebSettingsCompat.java 2 * Copyright 2018 The Android Open Source Project
49 @Retention(RetentionPolicy.SOURCE)
WebResourceErrorCompat.java 2 * Copyright 2018 The Android Open Source Project
54 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallbackActionHelper.java 2 * Copyright (C) 2017 The Android Open Source Project
30 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
LocalPreferences.java 2 * Copyright (C) 2013 The Android Open Source Project
65 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvents.java 2 * Copyright (C) 2016 The Android Open Source Project
70 @Retention(RetentionPolicy.SOURCE)
80 @Retention(RetentionPolicy.SOURCE)
87 @Retention(RetentionPolicy.SOURCE)
94 @Retention(RetentionPolicy.SOURCE)
276 0, // int source,
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
TestEvents.java 2 * Copyright (C) 2016 The Android Open Source Project
70 @Retention(RetentionPolicy.SOURCE)
80 @Retention(RetentionPolicy.SOURCE)
87 @Retention(RetentionPolicy.SOURCE)
94 @Retention(RetentionPolicy.SOURCE)
276 0, // int source,
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFilter.java 2 * Copyright 2016, The Android Open Source Project
39 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
StatsManagerConfig.java 2 * Copyright (C) 2018 The Android Open Source Project
42 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/Settings/src/com/android/settings/overlay/
SupportFeatureProvider.java 2 * Copyright (C) 2016 The Android Open Source Project
41 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/TV/src/com/android/tv/data/
Lineup.java 2 * Copyright (C) 2016 The Android Open Source Project
62 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/TV/src/com/android/tv/util/
TvUriMatcher.java 2 * Copyright (C) 2016 The Android Open Source Project
32 @Retention(RetentionPolicy.SOURCE)
  /packages/services/Car/car-lib/src/android/car/drivingstate/
CarDrivingStateEvent.java 2 * Copyright (C) 2018 The Android Open Source Project
60 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 2 * Copyright (C) 2015 The Android Open Source Project
41 @Retention(RetentionPolicy.SOURCE)
137 @Retention(RetentionPolicy.SOURCE)
291 @Retention(RetentionPolicy.SOURCE)
378 @Retention(RetentionPolicy.SOURCE)
461 @Retention(RetentionPolicy.SOURCE)
521 @Retention(RetentionPolicy.SOURCE)
671 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/media/java/android/media/
MediaDrm.java 2 * Copyright (C) 2013 The Android Open Source Project
161 @Retention(RetentionPolicy.SOURCE)
410 @Retention(RetentionPolicy.SOURCE)
512 @Retention(RetentionPolicy.SOURCE)
704 @Retention(RetentionPolicy.SOURCE)
754 @Retention(RetentionPolicy.SOURCE)
    [all...]
MediaPlayer2.java 2 * Copyright 2017 The Android Open Source Project
237 * <li>If current source is set to loop by {@link #loopCurrent(boolean)},
248 * beginning of the audio/video source.</li>
547 * playback will start at the beginning. If the source had not been
548 * prepared, the player will prepare the source and play.
574 * Tries to play next data source if applicable.
610 * Gets the current buffered media source position received through progressive downloading.
616 * @return the current buffered media source position in milliseconds
657 * Sets the data source as described by a DataSourceDesc.
659 * @param dsd the descriptor of data source you want to pla
    [all...]
MediaPlaylistAgent.java 2 * Copyright 2018 The Android Open Source Project
48 @Retention(RetentionPolicy.SOURCE)
77 @Retention(RetentionPolicy.SOURCE)
MicrophoneInfo.java 2 * Copyright (C) 2018 The Android Open Source Project
135 @Retention(RetentionPolicy.SOURCE)
147 @Retention(RetentionPolicy.SOURCE)
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 40 * This is a Java ClassLoader that will attempt to load a class from a string of source code.
54 * // Load class from source.
64 * Only one chunk of source can be compiled per instance of CompilingClassLoader. If you need to
106 * @param sourceCode Java source for class. e.g. "package com.foo; class MyClass { ... }".
196 super(makeUri(className), Kind.SOURCE);
202 return new URI(className.replaceAll("\\.", "/") + Kind.SOURCE.extension);
  /external/one-true-awk/
makefile 41 SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \
47 SHIP = README FIXES $(SOURCE) ytab[ch].bak makefile \
  /frameworks/base/core/java/android/hardware/
HardwareBuffer.java 2 * Copyright (C) 2017 The Android Open Source Project
44 @Retention(RetentionPolicy.SOURCE)
100 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/hardware/location/
ContextHubTransaction.java 2 * Copyright 2017 The Android Open Source Project
55 @Retention(RetentionPolicy.SOURCE)
75 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 2 * Copyright (C) 2007-2008 The Android Open Source Project
19 import static java.lang.annotation.RetentionPolicy.SOURCE;
39 @Retention(SOURCE)
188 InputBindResult(Parcel source) {
189 result = source.readInt();
190 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder());
191 if (source.readInt() != 0) {
192 channel = InputChannel.CREATOR.createFromParcel(source);
196 id = source.readString();
197 sequence = source.readInt()
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputHardwareInfo.java 2 * Copyright (C) 2014 The Android Open Source Project
19 import static java.lang.annotation.RetentionPolicy.SOURCE;
53 @Retention(SOURCE)
80 public TvInputHardwareInfo createFromParcel(Parcel source) {
83 info.readFromParcel(source);
177 public void readFromParcel(Parcel source) {
178 mDeviceId = source.readInt();
179 mType = source.readInt();
180 mAudioType = source.readInt();
181 mAudioAddress = source.readString()
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 2 * Copyright (C) 2014 The Android Open Source Project
32 @Retention(RetentionPolicy.SOURCE)
62 @Retention(RetentionPolicy.SOURCE)
175 * @param source The parcel.
179 public VideoProfile createFromParcel(Parcel source) {
180 int state = source.readInt();
181 int quality = source.readInt();
395 * @param source The parcel.
399 public CameraCapabilities createFromParcel(Parcel source) {
400 int width = source.readInt()
    [all...]

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>