/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/ |
D | LiveDataFunctions.java | 96 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/ |
D | RawContactDeltaTests.java | 87 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 …]
|
D | RawContactModifierTests.java | 200 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/ |
D | Utf8ByteLengthFilterTest.java | 35 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/ |
D | Transition.java | 24 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/ |
D | Base64Body.java | 26 private final InputStream source; field in Base64Body 30 public Base64Body(InputStream source) { in Base64Body()
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 22 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/ |
D | DrawableResourceDecoder.java | 40 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/ |
D | CameraCoordinateTransformer.java | 58 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/ |
D | DefaultSuggestionView.java | 178 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/ |
D | CursorBackedSourceResult.java | 30 public CursorBackedSourceResult(GoogleSource source, String userQuery) { in CursorBackedSourceResult() 34 public CursorBackedSourceResult(GoogleSource source, String userQuery, Cursor cursor) { in CursorBackedSourceResult()
|
D | SuggestionsProvider.java | 31 Suggestions getSuggestions(String query, Source source); in getSuggestions()
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | SearchState.java | 67 protected SearchState(Parcel source) { in SearchState() 100 private void readFromParcel(Parcel source) { in readFromParcel()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoProcessorTest.java | 39 final Drawable source = getTestContext().getResources().getDrawable( in testTransparency() local
|
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/switching/ |
D | SwitchingLiveData.java | 49 void setSource(@Nullable LiveData<? extends T> source); in setSource()
|
D | SwitchingLiveDataImpl.java | 44 public void setSource(@Nullable LiveData<? extends T> source) { in setSource()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/anim/ |
D | SwiperThemeMatcherTest.java | 43 private void assertCorrect(int source, int expected) { in assertCorrect()
|
D | ColorMatcherTest.java | 45 private void assertCorrect(int source, int expected) { in assertCorrect()
|
/packages/services/Car/tools/keventreader/server/ |
D | event.h | 30 std::string source; member
|
D | event.cpp | 24 KeypressEvent::KeypressEvent(const std::string source, uint32_t keycode, bool keydown) { in KeypressEvent()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
D | TsDataSourceManager.java | 93 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/ |
D | QrCameraTest.java | 121 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/ |
D | UnicodeDialerKeyListener.java | 34 CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { in filter()
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/ |
D | VoicemailStatusCorruptionHandler.java | 48 public static void maybeFixVoicemailStatus(Context context, Cursor statusCursor, Source source) { in maybeFixVoicemailStatus()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | FetchPackageStorageAsyncLoader.java | 45 public FetchPackageStorageAsyncLoader(Context context, @NonNull StorageStatsSource source, in FetchPackageStorageAsyncLoader()
|