/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 45 public DecodeCanceller(Options options) { in DecodeCanceller() 56 public static void setOptionsMutable(Options options) { in setOptionsMutable() 60 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { in decode() 69 Options options) { in decodeBounds() 77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode() 82 int length, Options options) { in decode() 91 int length, Options options) { in decodeBounds() 100 JobContext jc, String filePath, Options options, int targetSize, int type) { in decodeThumbnail() 115 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) { in decodeThumbnail() 169 Options options, int targetSize) { in decodeIfBigEnough() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/ |
D | FixedActivityServiceTest.java | 139 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_noRunningActivity() local 157 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_alreadyRunningActivity() local 185 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_runNewActivity() local 212 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_WithNewExtras() local 240 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_WithModifiedExtras() local 273 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_WithTwoExtras() local 305 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplay_relaunchWithPackageUpdated() local 353 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_runOnDifferentDisplay() local 379 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_invalidDisplay() local 392 ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(VALID_DISPLAY_ID); in testStartFixedActivityModeForDisplayAndUser_unavailableDisplay() local [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/ |
D | ZenModesListAddModePreferenceControllerTest.java | 107 List<ModeType> options = mListenerCaptor.getValue(); in onClickAddMode_noAppProviders_onlyOptionIsCustom() local 125 List<ModeType> options = mListenerCaptor.getValue(); in onClickAddMode_someAppProviders_includedInOptions() local 151 List<ModeType> options = mListenerCaptor.getValue(); in onClickAddMode_someAppProviders_optionsAreSorted() local 170 List<ModeType> options = mListenerCaptor.getValue(); in onClickAddMode_appProviderWithMissingMetadata_notAnOption() local 188 List<ModeType> options = mListenerCaptor.getValue(); in onClickAddMode_appProviderWithRuleLimitExceeded_notAnOption() local 214 List<ModeType> options = mListenerCaptor.getValue(); in onClickAddMode_appProviderWithoutConfigurationActivity_notAnOption() local
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/apn/ |
D | ApnTypesTest.kt | 34 val options = listOf( in isValid_hasSelected() constant 45 val options = listOf( in isValid_hasNotSelected() constant 56 val options = listOf( in toApnType_hasSelected() constant 67 val options = listOf( in toApnType_hasNotSelected() constant
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/common/ |
D | TrainingOptionsTest.java | 41 TrainingOptions options = in testFederatedTask() local 97 TrainingOptions options = in testNullTrainingIntervalIsAllowed() local 108 TrainingOptions options = in testNullContextDataIsAllowed() local 121 TrainingOptions options = in testParcelValidInterval() local
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/grid/domain/interactor/ |
D | GridInteractorTest.kt | 79 val options = collectLastValue(underTest.options) in <lambda>() constant 106 val options = collectLastValue(underTest.options) in <lambda>() constant 124 val options = collectLastValue(underTest.options) in <lambda>() constant 145 val options = collectLastValue(underTest.options) in <lambda>() constant
|
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | PipeOptionsConverterTest.cpp | 40 proto::Options options; in TEST() local 125 proto::Options options; in TEST() local 151 proto::Options options; in TEST() local 167 proto::Options options; in TEST() local
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | Ipv6Utils.java | 52 short type, short code, final ByteBuffer... options) { in buildIcmpv6Packet() 89 final ByteBuffer... options) { in buildIcmpv6Packet() 108 final ByteBuffer... options) { in buildIcmpv6Payload() 121 final ByteBuffer... options) { in buildRaPacket() 135 final Inet6Address target, final ByteBuffer... options) { in buildNaPacket() 148 final Inet6Address target, final ByteBuffer... options) { in buildNsPacket() 160 final Inet6Address srcIp, final Inet6Address dstIp, final ByteBuffer... options) { in buildRsPacket() 173 final Inet6Address srcIp, final Inet6Address dstIp, final ByteBuffer... options) { in buildRsPacket()
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/ |
D | WallpaperQuickSwitchViewModelTest.kt | 88 val options = collectLastValue(underTest.options) in <lambda>() constant 98 val options = collectLastValue(underTest.options) in <lambda>() constant 132 val options = collectLastValue(underTest.options) in <lambda>() constant 157 val options = collectLastValue(underTest.options) in <lambda>() constant
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | UriImage.java | 128 BitmapFactory.Options options = new BitmapFactory.Options(); in snifBitmapOptions() local 131 input.getFileDescriptor(), options); in snifBitmapOptions() local 139 BitmapFactory.Options options = snifBitmapOptions(); in getMimeType() local 146 BitmapFactory.Options options = snifBitmapOptions(); in getHeight() local 151 BitmapFactory.Options options = snifBitmapOptions(); in getWidth() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientAccountAuthenticator.java | 60 Bundle options) in addAccount() 78 AccountAuthenticatorResponse r, Account account, Bundle options) in confirmCredentials() 87 AccountAuthenticatorResponse r, Account account, String authTokenType, Bundle options) in getAuthToken() 111 AccountAuthenticatorResponse r, Account account, String authTokenType, Bundle options) in updateCredentials()
|
/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/ |
D | BroadcastOptionsShimImpl.java | 35 protected BroadcastOptionsShimImpl(@NonNull BroadcastOptions options) { in BroadcastOptionsShimImpl() 43 public static BroadcastOptionsShim newInstance(@NonNull BroadcastOptions options) { in newInstance()
|
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/ |
D | BroadcastOptionsShimImpl.java | 35 protected BroadcastOptionsShimImpl(@NonNull BroadcastOptions options) { in BroadcastOptionsShimImpl() 42 public static BroadcastOptionsShim newInstance(@NonNull BroadcastOptions options) { in newInstance()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | ActivityOptionsWrapper.java | 27 public final ActivityOptions options; field in ActivityOptionsWrapper 31 public ActivityOptionsWrapper(ActivityOptions options, RunnableList onEndCallback) { in ActivityOptionsWrapper()
|
/packages/services/Car/tests/CarServiceTest/src/com/android/car/ |
D | CarPropertyServiceTest.java | 148 CarSubscription options = new CarSubscription(); in testregisterListener() local 177 CarSubscription options = new CarSubscription(); in testregisterListener_exceptionAndRetry() local 216 CarSubscription options = new CarSubscription(); in testUnregisterListener() local 243 CarSubscription options = new CarSubscription(); in testUnregisterListener_exceptionAndRetry() local
|
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 114 Bundle options) throws NetworkErrorException { in confirmCredentials() 120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
D | IntentUtils.java | 40 @Nullable Bundle options) { in startExternalActivity() 51 @NonNull Intent intent, int requestCode, @Nullable Bundle options) { in startExternalActivityForResult() 62 @NonNull Intent intent, int requestCode, @Nullable Bundle options) { in startExternalActivityForResult()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | DrawableResourceDecoder.java | 40 public boolean handles(Drawable source, Options options) throws IOException { in handles() 46 public Resource<Drawable> decode(Drawable source, int width, int height, Options options) in decode()
|
/packages/modules/NetworkStack/apishim/34/com/android/networkstack/apishim/api34/ |
D | BroadcastOptionsShimImpl.java | 36 protected BroadcastOptionsShimImpl(@NonNull BroadcastOptions options) { in BroadcastOptionsShimImpl() 42 public static BroadcastOptionsShim newInstance(@NonNull BroadcastOptions options) { in newInstance()
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/ |
D | ExecuteInIsolatedServiceRequestTest.java | 42 ExecuteInIsolatedServiceRequest.OutputSpec options = request.getOutputSpec(); in buildRequestWithOption_success() local 60 ExecuteInIsolatedServiceRequest.OutputSpec options = request.getOutputSpec(); in buildRequestWithoutOption_success() local
|
/packages/apps/Settings/src/com/android/settings/network/apn/ |
D | ApnNetworkTypeCheckBox.kt | 28 val options = remember { ApnNetworkTypes.getNetworkTypeOptions(apnData.networkType) } in ApnNetworkTypeCheckBox() constant
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.h | 64 HeadlessRun(const bluetooth::test::headless::GetOpt& options) : options_(options) {} in HeadlessRun() 118 HeadlessTest(const bluetooth::test::headless::GetOpt& options) : HeadlessRun(options) {} in HeadlessTest()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | TransitionHelper.java | 151 Bundle options = getRelevantActivityOptions(activity, intent); in startActivityAsUserWithTransition() local 168 Bundle options = getRelevantActivityOptions(activity, intent); in startActivityForResultAsUserWithTransition() local 204 Bundle options; in getRelevantActivityOptions() local
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | JsonVhalEventGenerator.java | 46 List<String> options = List.of("--genfakedata", "--startjson", "--content", mContent, in start() local 57 List<String> options = List.of("--genfakedata", "--stopjson", mId); in stop() local
|
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/ |
D | SliceXml.java | 227 SliceUtils.SerializeOptions options) in serializeSlice() 246 SliceUtils.SerializeOptions options, in serialize() 269 SliceUtils.SerializeOptions options, in serialize() 287 serialize(item.getSlice(), context, options, serializer, true, item.getSubType()); in serialize() local 323 serialize(item.getSlice(), context, options, serializer, false, item.getSubType()); in serialize() local 378 SliceUtils.SerializeOptions options) in serializeIcon() 388 IconCompat icon, Context context, SliceUtils.SerializeOptions options) { in convertToBytes()
|