/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/ |
D | ImageTest.java | 198 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_BITMAP); in testCreateImageFromMediaMetadataWithArt() 212 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_BITMAP); in testCreateImageFromMediaMetadataWithAlbumArt() 226 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_BITMAP); in testCreateImageFromMediaMetadataWithDisplayIcon() 240 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaMetadataWithArtUri() 254 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaMetadataWithAlbumArtUri() 269 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaMetadataWithDisplayIconUri() 285 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_NONE); in testCreateImageFromMediaMetadataWithArtUriDisabled() 301 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_NONE); in testCreateImageFromMediaMetadataWithAlbumArtUriDisabled() 318 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_NONE); in testCreateImageFromMediaMetadataWithDisplayIconUriDisabled() 330 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_NONE); in testCreateImageFromMediaMetadataWithoutArtwork() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | Suggestions.java | 64 public Source getSource() { in getSource() method in Suggestions 96 result.getSource().getName() + " results:" + result.getCount()); in addResults()
|
D | SourceResult.java | 24 Source getSource(); in getSource() method
|
D | CursorBackedSourceResult.java | 39 public GoogleSource getSource() { in getSource() method in CursorBackedSourceResult
|
D | SuggestionsProviderImpl.java | 103 cursor.getSource() + " count = " + cursor.getCount()); in consume()
|
/packages/apps/ThemePicker/src/com/android/customization/model/color/ |
D | ColorOption.java | 96 boolean isCurrentSource = TextUtils.isEmpty(currentSource) || getSource().equals( in isActive() 208 public abstract String getSource(); in getSource() method in ColorOption
|
D | ColorCustomizationManager.java | 149 overlaysJson.put(OVERLAY_COLOR_SOURCE, colorOption.getSource()); in applyOverlays() 155 if (!COLOR_SOURCE_PRESET.equals(colorOption.getSource())) { in applyOverlays()
|
D | ColorSeedOption.java | 60 public String getSource() { in getSource() method in ColorSeedOption
|
D | ColorSectionController.java | 393 if (TextUtils.equals(colorOption.getSource(), COLOR_SOURCE_PRESET)) { in getColorAction() 398 switch (colorOption.getSource()) { in getColorAction()
|
D | ColorBundle.java | 78 public String getSource() { in getSource() method in ColorBundle
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PendingSplitSelectInfo.java | 49 public StatsLogManager.EventEnum getSource() { in getSource() method in PendingSplitSelectInfo
|
/packages/services/Iwlan/src/com/google/android/iwlan/ |
D | IwlanHelper.java | 304 if (country.getSource() == Country.COUNTRY_SOURCE_NETWORK in updateCountryCodeFromCountryDetector() 305 || country.getSource() == Country.COUNTRY_SOURCE_LOCATION) { in updateCountryCodeFromCountryDetector()
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | RotaryServiceTest.java | 1860 when(event.getSource()).thenReturn(AccessibilityNodeInfo.obtain(appDefaultFocusNode)); in testOnAccessibilityEvent_typeViewFocused() 1926 when(event.getSource()).thenReturn(AccessibilityNodeInfo.obtain(fpvNode)); in testOnAccessibilityEvent_typeViewFocused2() 1990 when(event.getSource()).thenReturn(AccessibilityNodeInfo.obtain(appDefaultFocusNode)); in testOnAccessibilityEvent_typeViewClicked() 2057 when(event.getSource()).thenReturn(AccessibilityNodeInfo.obtain(appButton3Node)); in testOnAccessibilityEvent_typeViewClicked2() 2078 when(event.getSource()).thenReturn(node); in testOnAccessibilityEvent_typeWindowStateChanged() 2256 when(event.getSource()).thenReturn(AccessibilityNodeInfo.obtain(appButton3Node)); in testDirectManipulationMode2() 2282 when(event.getSource()).thenReturn(AccessibilityNodeInfo.obtain(appButton3Node)); in testDirectManipulationMode2()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | AbstractGoogleSourceResult.java | 43 public Source getSource() { in getSource() method in AbstractGoogleSourceResult
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountDisplayInfo.java | 47 public AccountWithDataSet getSource() { in getSource() method in AccountDisplayInfo
|
D | AccountInfo.java | 47 return mDisplayInfo.getSource(); in getAccount()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | MockSource.java | 163 public Source getSource() { in getSource() method in MockSource.Result
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | MotionEventHelper.java | 58 int source = e.getSource(); in transformEventOld()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | FilmstripGestureRecognizer.java | 71 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/helpers/ |
D | Image.java | 223 public int getSource() { in getSource() method in Image
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | LauncherRecentsView.java | 106 recoveryData.getStagePosition(), recoveryData.getSource() in onTaskIconChanged()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/ |
D | LeanbackImeService.java | 210 if (isInputViewShown() && (event.getSource() & InputDevice.SOURCE_TOUCH_NAVIGATION) in onGenericMotionEvent()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | GalleryActivity.java | 257 final boolean isTouchPad = (event.getSource() in onGenericMotionEvent()
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | MainClusterActivity.java | 338 event.setSource(event.getSource() | InputDevice.SOURCE_CLASS_POINTER); in onKeyEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 1501 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
|