Home
last modified time | relevance | path

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

1234

/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/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/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/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
145 private Physical(int port, Long model) { in Physical()
/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/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/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/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/preference/
DPreferencePage.kt135 val model = PreferencePageModel.create() in <lambda>() constant
168 val model = PreferencePageModel.create() in <lambda>() constant
207 val model = PreferencePageModel.create() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/
DMediaDreamComplication.java40 public ViewHolder createView(ComplicationViewModel model) { in createView()
/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/native/libs/ui/
DDeviceProductInfo.cpp34 [&](DeviceProductInfo::ModelYear model) { in to_string()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java284 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/media/java/android/media/voice/
DKeyphraseModelManager.java115 public void updateKeyphraseSoundModel(@NonNull SoundTrigger.KeyphraseSoundModel model) { in updateKeyphraseSoundModel()
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/
DTogglePermissionAppInfoPage.kt147 val model = createSwitchModel(applicationInfo) in TogglePermissionAppInfoPage() constant
161 .also { model -> LaunchedEffect(model, Dispatchers.IO) { model.initState() } } in createSwitchModel() method
/frameworks/base/opengl/java/android/opengl/
DGLU.java148 float[] model, int modelOffset, float[] project, int projectOffset, in gluProject()
214 float[] model, int modelOffset, float[] project, int projectOffset, in gluUnProject()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerUtil.java94 SoundTriggerManager.Model model = null; in getSoundModel() local
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DPrinterFilterSamsung.java77 private boolean isSupportedSamsungModel(String model) { in isSupportedSamsungModel()

1234