Searched refs:options (Results 1 - 25 of 384) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsCapInfo.aidl16 package com.android.ims.internal.uce.options;
H A DOptionsCmdId.aidl17 package com.android.ims.internal.uce.options;
H A DOptionsCmdStatus.aidl16 package com.android.ims.internal.uce.options;
H A DOptionsSipResponse.aidl16 package com.android.ims.internal.uce.options;
H A DIOptionsListener.aidl17 package com.android.ims.internal.uce.options;
19 import com.android.ims.internal.uce.options.OptionsSipResponse;
20 import com.android.ims.internal.uce.options.OptionsCapInfo;
21 import com.android.ims.internal.uce.options.OptionsCmdStatus;
/frameworks/ex/common/tests/src/com/android/common/
H A DOperationSchedulerTest.java47 OperationScheduler.Options options = new OperationScheduler.Options();
48 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
54 assertEquals(beforeTrigger + 1000000, scheduler.getNextTimeMillis(options));
58 assertEquals(beforeTrigger + 1000000, scheduler.getNextTimeMillis(options));
60 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options));
64 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
66 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options));
73 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options));
74 options.backoffFixedMillis = 1000000;
75 options
[all...]
/frameworks/support/buildSrc/src/main/groovy/android/support/jdiff/
H A DJDiffTask.groovy60 options.doclet = "jdiff.JDiff"
61 options.encoding("UTF-8")
77 options.docletpath = docletpath as List
85 options.docletpath = getDocletpath() as List
88 options.addStringOption('stats')
98 options.addStringOption('oldapidir', oldApiXmlFileDir.absolutePath)
102 options.addStringOption('oldapi',
105 options.addStringOption('newapidir', newApiXmlFileDir.absolutePath)
107 options.addStringOption('newapi',
114 options
[all...]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRenderScriptTask.java19 * {@code DepthOfFieldOptions options;}
21 * {@code Bitmap result = renderScriptTask.applyRefocusFilter(options);}
82 * @param options an object contains color image, depth map, focal depth, and
86 public Bitmap applyRefocusFilter(DepthOfFieldOptions options) { argument
88 prepareRefocusFilter(options);
117 * @param options an object contains color image, depth map, focal depth, and
120 private void prepareRefocusFilter(DepthOfFieldOptions options) { argument
122 options.rgbz.getDepthTransform(), options.focalDepth,
123 options
[all...]
/frameworks/support/media-compat/api24/android/support/v4/media/
H A DMediaBrowserCompatApi24.java32 public static void subscribe(Object browserObj, String parentId, Bundle options, argument
34 ((MediaBrowser) browserObj).subscribe(parentId, options,
45 void onChildrenLoaded(@NonNull String parentId, List<?> children, @NonNull Bundle options); argument
46 void onError(@NonNull String parentId, @NonNull Bundle options); argument
57 List<MediaBrowser.MediaItem> children, @NonNull Bundle options) {
58 mSubscriptionCallback.onChildrenLoaded(parentId, children, options);
62 public void onError(@NonNull String parentId, @NonNull Bundle options) { argument
63 mSubscriptionCallback.onError(parentId, options);
56 onChildrenLoaded(@onNull String parentId, List<MediaBrowser.MediaItem> children, @NonNull Bundle options) argument
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionManagerInternal.java33 * @param options
35 public abstract void startLocalVoiceInteraction(IBinder callingActivity, Bundle options); argument
/frameworks/support/fragment/java/android/support/v4/app/
H A DBaseFragmentActivityApi16.java46 @Nullable Bundle options) {
54 super.startActivityForResult(intent, requestCode, options);
61 Bundle options) throws IntentSender.SendIntentException {
70 extraFlags, options);
45 startActivityForResult(Intent intent, int requestCode, @Nullable Bundle options) argument
59 startIntentSenderForResult(IntentSender intent, int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.h42 explicit TableFlattener(const TableFlattenerOptions& options, BigBuffer* buffer) argument
43 : options_(options), buffer_(buffer) {}
H A DXmlFlattener.h37 XmlFlattener(BigBuffer* buffer, XmlFlattenerOptions options) argument
38 : buffer_(buffer), options_(options) {}
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
H A DDoclavaTask.groovy121 options.doclet = "com.google.doclava.Doclava"
122 options.encoding("UTF-8")
123 options.quiet()
137 * This option will override any doclet path set in this instance's {@link #options JavadocOptions}.
147 * This option will override any doclet path set in this instance's {@link #options JavadocOptions}.
153 options.docletpath = docletpath as List
188 options.docletpath = getDocletpath() as List
190 options.addOption(new DoclavaMultilineJavadocOptionFileOption('hide'))
192 options.addOption(new DoclavaMultilineJavadocOptionFileOption('warning'))
194 options
[all...]
/frameworks/base/location/java/android/location/
H A DFusedBatchOptions.java23 * A data class representing a set of options to configure batching sessions.
37 * Getters and setters for properties needed to hold the options.
120 FusedBatchOptions options = new FusedBatchOptions();
121 options.setMaxPowerAllocationInMW(parcel.readDouble());
122 options.setPeriodInNS(parcel.readLong());
123 options.setSourceToUse(parcel.readInt());
124 options.setFlag(parcel.readInt());
125 options.setSmallestDisplacementMeters(parcel.readFloat());
126 return options;
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java106 BitmapFactory.Options options = new BitmapFactory.Options();
107 options.inSampleSize = 1;
108 options.inJustDecodeBounds = true;
109 BitmapFactory.decodeFileDescriptor(fd, null, options);
110 if (options.mCancel || options.outWidth == -1
111 || options.outHeight == -1) {
114 options.inSampleSize = computeSampleSize(
115 options, targetSize, maxPixels);
116 options
213 extractThumbnail( Bitmap source, int width, int height, int options) argument
251 computeSampleSize(BitmapFactory.Options options, int minSideLength, int maxNumOfPixels) argument
269 computeInitialSampleSize(BitmapFactory.Options options, int minSideLength, int maxNumOfPixels) argument
303 makeBitmap(int minSideLength, int maxNumOfPixels, Uri uri, ContentResolver cr, ParcelFileDescriptor pfd, BitmapFactory.Options options) argument
357 transform(Matrix scaler, Bitmap source, int targetWidth, int targetHeight, int options) argument
[all...]
/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java72 final SocketTags options = threadSocketTags.get();
75 + Integer.toHexString(options.statsTag) + ", statsUid=" + options.statsUid);
77 if (options.statsTag == -1 && StrictMode.vmUntaggedSocketEnabled()) {
80 // TODO: skip tagging when options would be no-op
81 tagSocketFd(fd, options.statsTag, options.statsUid);
106 final SocketTags options = threadSocketTags.get();
107 if (options.statsTag == -1 && options
[all...]
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl32 String authTokenType, in String[] requiredFeatures, in Bundle options);
38 in Bundle options);
44 String authTokenType, in Bundle options);
55 String authTokenType, in Bundle options);
92 String authTokenType, in String[] requiredFeatures, in Bundle options);
98 String authTokenType, in Bundle options);
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp95 if (m_Config.options().Bsymbolic())
157 if (m_Config.options().hasOrigin())
159 if (m_Config.options().Bsymbolic())
161 if (m_Config.options().hasNow())
169 if ((m_Config.options().hasNewDTags() && dt_flags != 0x0) ||
176 if (m_Config.options().hasNow() || m_Config.options().hasLoadFltr() ||
177 m_Config.options().hasOrigin() || m_Config.options().hasInterPose() ||
178 m_Config.options()
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIPinItemRequest.aidl27 boolean accept(in Bundle options);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp127 jint inputY, jint inputWidth, jint inputHeight, jobject options) {
129 // Set default options.
136 // Update the default options with any options supplied by the client.
137 if (NULL != options) {
138 sampleSize = env->GetIntField(options, gOptions_sampleSizeFieldID);
139 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID);
141 jobject jcolorSpace = env->GetObjectField(options, gOptions_colorSpaceFieldID);
144 requireUnpremul = !env->GetBooleanField(options, gOptions_premultipliedFieldID);
145 javaBitmap = env->GetObjectField(options, gOptions_bitmapFieldI
126 nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle, jint inputX, jint inputY, jint inputWidth, jint inputHeight, jobject options) argument
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DPreloadDebugeeWrapper.java27 public PreloadDebugeeWrapper(JPDATestOptions options, LogWriter writer) { argument
28 super(options, writer);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp26 if (config().options().hasNow()) {
37 if (config().options().hasNow()) {
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.cpp51 config.options().setBinaryInput();
54 config.options().setBinaryInput(false);
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java36 /** Tunable parameter options for {@link #getNextTimeMillis}. */
87 * Parse scheduler options supplied in this string form:
97 * The default options: <code>backoff=0+5 max=86400 min=0 period=0</code><br>
101 * @param spec describing some or all scheduler options.
102 * @param options to update with parsed values.
103 * @return the options passed in (for convenience)
106 public static Options parseOptions(String spec, Options options) argument
116 options.backoffFixedMillis = parseSeconds(pieces[0]);
119 options.backoffIncrementalMillis = parseSeconds(pieces[1]);
122 options
150 getNextTimeMillis(Options options) argument
[all...]

Completed in 6582 milliseconds

1234567891011>>