Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 188) sorted by relevance

12345678

/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/
DLiveDataFunctions.java96 public static LiveData<Boolean> not(@NonNull LiveData<Boolean> source) { in not()
104 public static LiveData<Boolean> emitsNull(@NonNull LiveData<?> source) { in emitsNull()
112 public static <T> LiveData<T> distinct(@NonNull LiveData<T> source) { in distinct()
120 public static <T> LiveData<T> distinct(@NonNull LiveData<T> source, in distinct()
146 @NonNull LiveData<T> source) { in freezable()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java87 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone() local
97 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert() local
115 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate() local
129 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesDelete() local
163 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNone() local
174 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneInsert() local
214 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffUpdateInsert() local
263 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneUpdate() local
300 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffDelete() local
329 final RawContactDelta source = new RawContactDelta(values); in testEntityDiffInsert() local
[all …]
DRawContactModifierTests.java200 final AccountType source = getAccountType(); in testValidTypes() local
245 final AccountType source = getAccountType(); in testValidTypesWhenUpdating() local
282 final AccountType source = getAccountType(); in testCanInsert() local
311 final AccountType source = getAccountType(); in testBestValidType() local
347 final AccountType source = getAccountType(); in testIsEmptyEmpty() local
358 final AccountType source = getAccountType(); in testIsEmptyDirectFields() local
375 final AccountType source = getAccountType(); in testTrimEmptySingle() local
420 final AccountType source = getAccountType(); in testTrimEmptySpaces() local
446 final AccountType source = getAccountType(); in testTrimLeaveValid() local
475 final AccountType source = getAccountType(); in testTrimEmptyUntouched() local
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DUtf8ByteLengthFilterTest.java35 CharSequence source = "1"; // 1 byte. in filter_belowMaxBytes_returnsNull() local
49 CharSequence source = "1"; // 1 byte. in filter_maxBytes_returnsNull() local
63 CharSequence source = "12"; // 2 bytes. in filter_aboveMaxBytes_returnsFilteredSource() local
78 CharSequence source; in exerciseFilter() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DTransition.java24 public State source; field in Transition
28 public Transition(State source, @StateMachine.Event int event, State destination) { in Transition()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DBase64Body.java26 private final InputStream source; field in Base64Body
30 public Base64Body(InputStream source) { in Base64Body()
/packages/apps/Gallery2/jni/filters/
Dgeometry.c22 static __inline__ void flipVertical(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destin… in flipVertical()
37 static __inline__ void flipHorizontal(uint8_t * source, int srcWidth, int srcHeight, in flipHorizontal()
55 static __inline__ void flip_fun(int flip, uint8_t * source, int srcWidth, int srcHeight, uint8_t * … in flip_fun()
77 static __inline__ void rotate90(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinatio… in rotate90()
91 static __inline__ void rotate180(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinati… in rotate180()
95 static __inline__ void rotate270(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinati… in rotate270()
101 static __inline__ void rotate_fun(int rotate, uint8_t * source, int srcWidth, int srcHeight, uint8_… in rotate_fun()
118 static __inline__ void crop(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, i… in crop()
133 uint8_t* source = 0; in JNIFUNCF() local
146 uint8_t* source = 0; in JNIFUNCF() local
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DDrawableResourceDecoder.java40 public boolean handles(Drawable source, Options options) throws IOException { in handles()
46 public Resource<Drawable> decode(Drawable source, int width, int height, Options options) in decode()
/packages/apps/Camera2/src/com/android/camera/ui/focus/
DCameraCoordinateTransformer.java58 public RectF toPreviewSpace(RectF source) { in toPreviewSpace()
71 public RectF toCameraSpace(RectF source) { in toCameraSpace()
100 private Matrix inverse(Matrix source) { in inverse()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java178 public void set(final Source source, final String sourceIconId) { in set()
190 handleNewDrawable(icon.getNow(), uniqueIconId, source); in set() local
217 private void handleNewDrawable(Drawable icon, String id, Source source) { in handleNewDrawable()
238 protected String getFallbackIconId(Source source) { in getFallbackIconId()
242 protected Drawable getFallbackIcon(Source source) { in getFallbackIcon()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DCursorBackedSourceResult.java30 public CursorBackedSourceResult(GoogleSource source, String userQuery) { in CursorBackedSourceResult()
34 public CursorBackedSourceResult(GoogleSource source, String userQuery, Cursor cursor) { in CursorBackedSourceResult()
DSuggestionsProvider.java31 Suggestions getSuggestions(String query, Source source); in getSuggestions()
/packages/apps/Contacts/src/com/android/contacts/logging/
DSearchState.java67 protected SearchState(Parcel source) { in SearchState()
100 private void readFromParcel(Parcel source) { in readFromParcel()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoProcessorTest.java39 final Drawable source = getTestContext().getResources().getDrawable( in testTransparency() local
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/switching/
DSwitchingLiveData.java49 void setSource(@Nullable LiveData<? extends T> source); in setSource()
DSwitchingLiveDataImpl.java44 public void setSource(@Nullable LiveData<? extends T> source) { in setSource()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/anim/
DSwiperThemeMatcherTest.java43 private void assertCorrect(int source, int expected) { in assertCorrect()
DColorMatcherTest.java45 private void assertCorrect(int source, int expected) { in assertCorrect()
/packages/services/Car/tools/keventreader/server/
Devent.h30 std::string source; member
Devent.cpp24 KeypressEvent::KeypressEvent(const std::string source, uint32_t keycode, bool keydown) { in KeypressEvent()
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTsDataSourceManager.java93 TsDataSource source = streamer.createDataSource(); in createDataSource() local
108 public void releaseDataSource(TsDataSource source) { in releaseDataSource()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/qrcode/
DQrCameraTest.java121 LuminanceSource source = new RGBLuminanceSource(bmp.getWidth(), bmp.getHeight(), in testDecode_PictureCaptured_QrCodeCorrectValue() local
140 LuminanceSource source = new RGBLuminanceSource(bmp.getWidth(), bmp.getHeight(), in testDecode_unicodePictureCaptured_QrCodeCorrectValue() local
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DUnicodeDialerKeyListener.java34 CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { in filter()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DVoicemailStatusCorruptionHandler.java48 public static void maybeFixVoicemailStatus(Context context, Cursor statusCursor, Source source) { in maybeFixVoicemailStatus()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DFetchPackageStorageAsyncLoader.java45 public FetchPackageStorageAsyncLoader(Context context, @NonNull StorageStatsSource source, in FetchPackageStorageAsyncLoader()

12345678