Searched defs:model (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java17 package com.android.documentsui.model;
H A DDurableUtils.java17 package com.android.documentsui.model;
H A DDocumentStack.java17 package com.android.documentsui.model;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DOpenDocumentCallback.java17 package com.android.printspooler.model;
H A DPrintSpoolerProvider.java17 package com.android.printspooler.model;
H A DCustomPrinterIconCache.java17 package com.android.printspooler.model;
H A DMutexFileProvider.java17 package com.android.printspooler.model;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DThumbnailData.java17 package com.android.systemui.recents.model;
H A DRecentsPackageMonitor.java17 package com.android.systemui.recents.model;
H A DTaskGrouping.java1 package com.android.systemui.recents.model;
H A DTaskKeyLruCache.java17 package com.android.systemui.recents.model;
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/model/
H A DDocumentInfoTest.java17 package com.android.documentsui.model;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionParser.java47 public ExpressionParser(ExprModel model) { argument
48 mModel = model;
H A DMergedBinding.java38 public MergedBinding(ExprModel model, SetterStore.MultiAttributeSetter multiAttributeSetter, argument
40 super(target, createMergedName(bindings), createArgListExpr(model, bindings));
55 private static Expr createArgListExpr(ExprModel model, final Iterable<Binding> bindings) { argument
60 Expr expr = model.argListExpr(args);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DQuickViewIntentBuilder.java21 import static com.android.documentsui.model.DocumentInfo.getCursorString;
39 import com.android.documentsui.model.DocumentInfo;
61 Model model) {
66 mModel = model;
156 documentLocation = uris.size() - 1; // Position in "uris", not in the model.
57 QuickViewIntentBuilder( PackageManager pkgManager, Resources resources, DocumentInfo doc, Model model) argument
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DTestDocumentsAdapter.java37 public void onModelUpdate(Model model) { argument
H A DModelBackedDocumentsAdapterTest.java121 public void onModelUpdate(Model model) {} argument
H A DModelTest.java35 import com.android.documentsui.model.DocumentInfo;
75 private Model model; field in class:ModelTest
89 // Generate random document names and sizes. This forces the model's internal sort code
99 // Instantiate the model with a dummy view adapter and listener that (for now) do nothing.
100 model = new Model();
101 model.addUpdateListener(new DummyListener());
102 model.update(r);
105 // Tests that the model is properly emptied out after a null update.
107 model.update(null);
109 assertTrue(model
334 onModelUpdate(Model model) argument
[all...]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DPipeManager.java45 ParcelFileDescriptor readDocument(MtpManager model, Identifier identifier) throws IOException { argument
46 final Task task = new ImportFileTask(model, identifier);
51 ParcelFileDescriptor readThumbnail(MtpManager model, Identifier identifier) throws IOException { argument
52 final Task task = new GetThumbnailTask(model, identifier);
74 ImportFileTask(MtpManager model, Identifier identifier) throws IOException { argument
75 super(model, identifier);
95 GetThumbnailTask(MtpManager model, Identifier identifier) throws IOException { argument
96 super(model, identifier);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DSamsungRecommendationPlugin.java51 private static boolean isSupportedModel(String model) { argument
52 if (!TextUtils.isEmpty(model)) {
53 String modelToUpper = model.toUpperCase(Locale.US);
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java62 * Load a {@link SoundTrigger.SoundModel} to the hardware. A sound model must be loaded in
63 * order to start listening to a key phrase in this model.
64 * @param model The sound model to load.
65 * @param soundModelHandle an array of int where the sound model handle will be returned.
76 public native int loadSoundModel(SoundTrigger.SoundModel model, int[] soundModelHandle); argument
80 * @param soundModelHandle The sound model handle
86 * - {@link SoundTrigger#STATUS_BAD_VALUE} if the sound model handle is invalid
96 * @param soundModelHandle The sound model handle to start listening to
104 * - {@link SoundTrigger#STATUS_BAD_VALUE} if the sound model handl
[all...]
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerManager.java49 // Stores a mapping from the sound model UUID to the SoundTriggerInstance created by
66 * Updates the given sound trigger model.
68 public void updateModel(Model model) { argument
70 mSoundTriggerService.updateSoundModel(model.getGenericSoundModel());
77 * Returns the sound trigger model represented by the given UUID. An instance of {@link Model}
90 * Deletes the sound model represented by the provided UUID.
102 * recognition on the model and register for triggers from the model. Note that this call
103 * invalidates any previously returned instances for the same sound model Uuid.
105 * @param soundModelId UUID of the sound model t
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDocumentsAdapter.java19 import static com.android.documentsui.model.DocumentInfo.getCursorString;
49 * Returns a list of model IDs of items currently in the adapter. Excludes items that are
63 * @return The model ID of the item at the given adapter position.
90 boolean isDirectory(Model model, int position) { argument
92 Cursor cursor = model.getItem(modelId);
H A DFragmentTuner.java89 abstract void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch); argument
96 // We use this to keep track of whether a model has been previously loaded or not so we can
169 void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch) { argument
183 if (model.isEmpty()) {
201 // We use this to keep track of whether a model has been previously loaded or not so we can
248 void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch) { argument
250 if (model.isEmpty() && !mState.hasInitialLocationChanged() && !isSearch
H A DModelBackedDocumentsAdapter.java22 import static com.android.documentsui.model.DocumentInfo.getCursorInt;
23 import static com.android.documentsui.model.DocumentInfo.getCursorString;
54 * An ordered list of model IDs. This is the data structure that determines what shows up in
62 // items from this list when we get a model update where the model
137 public void onModelUpdate(Model model) { argument
139 Log.d(TAG, "Updating model with hidden ids: " + mHiddenIds);
142 String[] modelIds = model.getModelIds();
148 if (DEBUG) Log.d(TAG, "Omitting hidden id from model during update: " + id);
152 // Finally remove any hidden ids that aren't present in the model
[all...]

Completed in 1964 milliseconds

123