Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
DClipboardModelTest.kt58 val model = ClipboardModel.fromClipData(mContext, mClipboardUtils, mSampleClipData, source) in test_textClipData() constant
85 val model = ClipboardModel.fromClipData(mContext, mClipboardUtils, mSampleClipData, "") in test_remoteExtra() constant
99 val model = ClipboardModel.fromClipData(mMockContext, mClipboardUtils, imageClipData, "") in test_imageClipData() constant
113 val model = ClipboardModel.fromClipData(mMockContext, mClipboardUtils, imageClipData, "") in test_imageClipData_loadFailure() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioVolumeInteractorTest.kt71 val model by collectLastValue(underTest.getAudioStream(audioStream)) in setMuted_mutesStream() constant
88 val model by collectLastValue(underTest.getAudioStream(audioStream)) in setVolume_changesVolume() constant
144 val model by collectLastValue(underTest.getAudioStream(audioStream)) in streamIsMuted_getStream_volumeMin() constant
163 val model by collectLastValue(underTest.getAudioStream(audioStream)) in streamIsZenMuted_getStream_lastAudibleVolume() constant
178 val model by in ringerModeVibrateAndMuted_getNotificationStream_volumeIsMin() constant
195 val model by in ringerModeVibrate_getRingerStream_volumeIsMin() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/model/
DDefaultConnectionModelTest.kt29 val model = in messageInitializerAndPrinter_isValidatedFalse_hasCorrectInfo() constant
51 val model = in messageInitializerAndPrinter_isValidatedTrue_hasCorrectInfo() constant
/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
DTestUtil.java66 SoundModel model = new SoundModel(); in createSoundModel() local
76 private static void validateSoundModel_2_1(ISoundTriggerHw.SoundModel model, int type) { in validateSoundModel_2_1()
87 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel model) { in dupModel_2_1()
100 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel model, int type) { in validateSoundModel_2_0()
109 static void validateGenericSoundModel_2_1(ISoundTriggerHw.SoundModel model) { in validateGenericSoundModel_2_1()
114 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel model) { in validateGenericSoundModel_2_0()
119 PhraseSoundModel model = new PhraseSoundModel(); in createPhraseSoundModel() local
132 static void validatePhraseSoundModel_2_1(ISoundTriggerHw.PhraseSoundModel model) { in validatePhraseSoundModel_2_1()
139 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel model) { in dupPhraseModel_2_1()
148 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.PhraseSoundModel model) { in validatePhraseSoundModel_2_0()
DSoundTriggerDuplicateModelHandlerTest.java285 SoundModel model = new SoundModel(); in createSoundModelOne() local
297 SoundModel model = new SoundModel(); in createSoundModelTwo() local
308 PhraseSoundModel model = new PhraseSoundModel(); in createPhraseSoundModelOne() local
323 PhraseSoundModel model = new PhraseSoundModel(); in createPhraseSoundModelTwo() local
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DValidationUtil.java51 static void validateGenericModel(@Nullable SoundModel model) { in validateGenericModel()
55 static void validateModel(@Nullable SoundModel model, int expectedType) { in validateModel()
67 static void validatePhraseModel(@Nullable PhraseSoundModel model) { in validatePhraseModel()
DSoundTriggerModule.java259 public int loadModel(@NonNull SoundModel model) { in loadModel()
281 public int loadPhraseModel(@NonNull PhraseSoundModel model) { in loadPhraseModel()
324 Model model; in stopRecognition() local
410 private int load(@NonNull SoundModel model, in load()
419 private int load(@NonNull PhraseSoundModel model, in load()
DSoundTriggerHw3Compat.java242 public void modelUnloaded(int model) { in modelUnloaded()
247 public void phraseRecognitionCallback(int model, PhraseRecognitionEvent event) { in phraseRecognitionCallback()
257 public void recognitionCallback(int model, RecognitionEvent event) { in recognitionCallback()
DSoundTriggerMiddlewareValidation.java253 ModelState(SoundModel model) { in ModelState()
257 ModelState(PhraseSoundModel model) { in ModelState()
352 public int loadModel(@NonNull SoundModel model) { in loadModel()
374 public int loadPhraseModel(@NonNull PhraseSoundModel model) { in loadPhraseModel()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputComponentInteractorTest.kt87 val model by collectLastValue(underTest.mediaOutputModel.filterData()) in inCall_stateIs_Calling() constant
106 val model by collectLastValue(underTest.mediaOutputModel.filterData()) in hasSession_stateIs_MediaSession() constant
126 val model by collectLastValue(underTest.mediaOutputModel.filterData()) in noMediaOrCall_stateIs_Idle() constant
/frameworks/base/services/core/java/com/android/server/media/projection/
Dmediaprojection.md7 ### TLDR
19 ### Justification
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/model/
DSignalIconModelParameterizedTest.kt34 val model = in drawableFromModel_level0_numLevels4_noExclamation_notCarrierNetworkChange() constant
50 val model = testCase.toSignalIconModel() in runTest() constant
/frameworks/native/libs/input/tests/
DTfLiteMotionPredictor_test.cpp86 std::unique_ptr<TfLiteMotionPredictorModel> model = TfLiteMotionPredictorModel::create(); in TEST() local
130 std::unique_ptr<TfLiteMotionPredictorModel> model = TfLiteMotionPredictorModel::create(); in TEST() local
149 std::unique_ptr<TfLiteMotionPredictorModel> model = TfLiteMotionPredictorModel::create(); in TEST() local
/frameworks/base/core/java/android/view/
DDisplayAddress.java51 public static Physical fromPortAndModel(int port, Long model) { in fromPortAndModel()
108 final long model = mPhysicalDisplayId >>> MODEL_SHIFT; in getModel() local
123 final Long model = getModel(); in toString() local
169 private Physical(int port, Long model) { in Physical()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectionCompanionGenerator.java115 public void generate(@NonNull InspectableClassModel model) throws IOException { in generate()
128 JavaFile generateFile(@NonNull InspectableClassModel model) { in generateFile()
143 private TypeSpec generateTypeSpec(@NonNull InspectableClassModel model) { in generateTypeSpec()
464 private static ClassName generateClassName(@NonNull InspectableClassModel model) { in generateClassName()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/interactor/
DAlarmTileDataInteractorTest.kt89 val model by in <lambda>() constant
108 val model by in <lambda>() constant
/frameworks/base/media/aidl/android/media/soundtrigger_middleware/
DISoundTriggerModule.aidl50 int loadModel(in SoundModel model); in loadModel()
61 int loadPhraseModel(in PhraseSoundModel model); in loadPhraseModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/alarm/domain/interactor/
DAlarmTileDataInteractor.kt46 val model = in tileData() constant
/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/preference/
DPreferencePageProvider.kt134 val model = PreferencePageModel.create() in <lambda>() constant
167 val model = PreferencePageModel.create() in <lambda>() constant
206 val model = PreferencePageModel.create() in <lambda>() constant
/frameworks/base/core/java/android/hardware/usb/
DAccessoryFilter.java48 public AccessoryFilter(String manufacturer, String model, String version) { in AccessoryFilter()
69 String model = null; in read() local
DUsbAccessory.java81 public UsbAccessory(@NonNull String manufacturer, @NonNull String model, in UsbAccessory()
106 public UsbAccessory(@NonNull String manufacturer, @NonNull String model, in UsbAccessory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/
DMediaDreamComplication.java40 public ViewHolder createView(ComplicationViewModel model) { in createView()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp310 const auto model = getVSyncPredictionModelLocked(); in nextAnticipatedVSyncTimeFrom() local
354 const auto model = getVSyncPredictionModelLocked(); in isVSyncInPhase() local
645 Model model, std::optional<Period> minFramePeriodOpt, nsecs_t vsync, in nextAnticipatedVSyncTimeFrom()
693 auto VSyncPredictor::VsyncTimeline::getVsyncSequenceLocked(Model model, nsecs_t vsync) in getVsyncSequenceLocked()
704 nsecs_t VSyncPredictor::VsyncTimeline::snapToVsyncAlignedWithRenderRate(Model model, in snapToVsyncAlignedWithRenderRate()
735 bool VSyncPredictor::VsyncTimeline::isVSyncInPhase(Model model, nsecs_t vsync, Fps frameRate) { in isVSyncInPhase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java283 ClipboardModel model = ClipboardModel.fromClipData(mContext, mClipboardUtils, data, source); in setClipData() local
339 final ClipboardModel model = mClipboardModel; in setExpandedView() local
391 final ClipboardModel model = mClipboardModel; in setExpandedView() local
476 private void classifyText(ClipboardModel model) { in classifyText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/spatial/ui/viewmodel/
DSpatialAudioButtonViewModel.kt23 val model: SpatialAudioEnabledModel, constant in com.android.systemui.volume.panel.component.spatial.ui.viewmodel.SpatialAudioButtonViewModel

12345