Home
last modified time | relevance | path

Searched defs:class (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java301 sUriToSlice.put(FLASHLIGHT_SLICE_URI, FlashlightSlice.class); in sUriToSlice.put()
302 sUriToSlice.put(LOCATION_SLICE_URI, LocationSlice.class); in sUriToSlice.put()
303 sUriToSlice.put(MOBILE_DATA_SLICE_URI, MobileDataSlice.class); in sUriToSlice.put()
304 sUriToSlice.put(PROVIDER_MODEL_SLICE_URI, ProviderModelSlice.class); in sUriToSlice.put()
305 sUriToSlice.put(WIFI_SLICE_URI, WifiSlice.class); in sUriToSlice.put()
306 sUriToSlice.put(DARK_THEME_SLICE_URI, DarkThemeSlice.class); in sUriToSlice.put()
307 sUriToSlice.put(ALWAYS_ON_SLICE_URI, AlwaysOnDisplaySlice.class); in sUriToSlice.put()
308 sUriToSlice.put(MEDIA_OUTPUT_INDICATOR_SLICE_URI, MediaOutputIndicatorSlice.class); in sUriToSlice.put()
309 sUriToSlice.put(REMOTE_MEDIA_SLICE_URI, RemoteMediaSlice.class); in sUriToSlice.put()
312 sUriToSlice.put(FACE_ENROLL_SLICE_URI, FaceSetupSlice.class); in sUriToSlice.put()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java70 portraitMap.put(ParameterSaturation.sParameterType, SliderSaturation.class); in portraitMap.put()
71 landscapeMap.put(ParameterSaturation.sParameterType, SliderSaturation.class); in landscapeMap.put()
72 portraitMap.put(ParameterHue.sParameterType, SliderHue.class); in portraitMap.put()
73 landscapeMap.put(ParameterHue.sParameterType, SliderHue.class); in landscapeMap.put()
74 portraitMap.put(ParameterOpacity.sParameterType, SliderOpacity.class); in portraitMap.put()
75 landscapeMap.put(ParameterOpacity.sParameterType, SliderOpacity.class); in landscapeMap.put()
76 portraitMap.put(ParameterBrightness.sParameterType, SliderBrightness.class); in portraitMap.put()
77 landscapeMap.put(ParameterBrightness.sParameterType, SliderBrightness.class); in landscapeMap.put()
78 portraitMap.put(ParameterColor.sParameterType, ColorChooser.class); in portraitMap.put()
79 landscapeMap.put(ParameterColor.sParameterType, ColorChooser.class); in landscapeMap.put()
[all …]
/packages/services/Car/car-lib/src/android/car/
DCar.java1712 CAR_SERVICE_NAMES.put(CarSensorManager.class, SENSOR_SERVICE); in CAR_SERVICE_NAMES.put()
1713 CAR_SERVICE_NAMES.put(CarInfoManager.class, INFO_SERVICE); in CAR_SERVICE_NAMES.put()
1714 CAR_SERVICE_NAMES.put(CarAppFocusManager.class, APP_FOCUS_SERVICE); in CAR_SERVICE_NAMES.put()
1715 CAR_SERVICE_NAMES.put(CarPackageManager.class, PACKAGE_SERVICE); in CAR_SERVICE_NAMES.put()
1716 CAR_SERVICE_NAMES.put(CarAudioManager.class, AUDIO_SERVICE); in CAR_SERVICE_NAMES.put()
1717 CAR_SERVICE_NAMES.put(CarNavigationStatusManager.class, CAR_NAVIGATION_SERVICE); in CAR_SERVICE_NAMES.put()
1718 CAR_SERVICE_NAMES.put(CarOccupantZoneManager.class, CAR_OCCUPANT_ZONE_SERVICE); in CAR_SERVICE_NAMES.put()
1719 CAR_SERVICE_NAMES.put(CarUserManager.class, CAR_USER_SERVICE); in CAR_SERVICE_NAMES.put()
1720 CAR_SERVICE_NAMES.put(ExperimentalCarUserManager.class, EXPERIMENTAL_CAR_USER_SERVICE); in CAR_SERVICE_NAMES.put()
1721 CAR_SERVICE_NAMES.put(CarDevicePolicyManager.class, CAR_DEVICE_POLICY_SERVICE); in CAR_SERVICE_NAMES.put()
[all …]
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java152 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
162 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
172 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
475 TetherDownstream6Key.class, Tether6Value.class)) { in testNoFdLeaks()
/packages/modules/Media/apex/framework/java/android/media/
DMediaParser.java2251 expectedTypeByParameterName.put(PARAMETER_ADTS_ENABLE_CBR_SEEKING, Boolean.class); in expectedTypeByParameterName.put()
2252 expectedTypeByParameterName.put(PARAMETER_AMR_ENABLE_CBR_SEEKING, Boolean.class); in expectedTypeByParameterName.put()
2253 expectedTypeByParameterName.put(PARAMETER_FLAC_DISABLE_ID3, Boolean.class); in expectedTypeByParameterName.put()
2254 expectedTypeByParameterName.put(PARAMETER_MP4_IGNORE_EDIT_LISTS, Boolean.class); in expectedTypeByParameterName.put()
2255 expectedTypeByParameterName.put(PARAMETER_MP4_IGNORE_TFDT_BOX, Boolean.class); in expectedTypeByParameterName.put()
2257 PARAMETER_MP4_TREAT_VIDEO_FRAMES_AS_KEYFRAMES, Boolean.class); in expectedTypeByParameterName.put()
2258 expectedTypeByParameterName.put(PARAMETER_MATROSKA_DISABLE_CUES_SEEKING, Boolean.class); in expectedTypeByParameterName.put()
2259 expectedTypeByParameterName.put(PARAMETER_MP3_DISABLE_ID3, Boolean.class); in expectedTypeByParameterName.put()
2260 expectedTypeByParameterName.put(PARAMETER_MP3_ENABLE_CBR_SEEKING, Boolean.class); in expectedTypeByParameterName.put()
2261 expectedTypeByParameterName.put(PARAMETER_MP3_ENABLE_INDEX_SEEKING, Boolean.class); in expectedTypeByParameterName.put()
[all …]
/packages/services/Car/libs/car-test-lib/src/android/car/test/
DPermissionsCheckerRule.java82 description.getAnnotation(EnsureHasPermission.class)); in apply()
87 testClass.getAnnotation(EnsureHasPermission.class)); in apply()
/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java50 sPref2TypeMapping.put(PREFS_KEY_TRICKPLAY_SETTING, int.class); in sPref2TypeMapping.put()
51 sPref2TypeMapping.put(PREFS_KEY_STORE_TS_STREAM, boolean.class); in sPref2TypeMapping.put()
52 sPref2TypeMapping.put(PREFS_KEY_LAUNCH_SETUP, boolean.class); in sPref2TypeMapping.put()
53 sPref2TypeMapping.put(PREFS_KEY_LAST_POSTAL_CODE, String.class); in sPref2TypeMapping.put()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImpl.java277 .catching(Throwable.class, (e) -> { in scheduleInitialCheckInWork()
299 .catching(Throwable.class, (e) -> { in scheduleRetryCheckInWork()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonCallerImpl.java342 Throwable.class, in initializeClientAndServerParameters()
420 Throwable.class, in signRequest()
/packages/services/BuiltInPrintService/jni/include/
Dwtypes.h59 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) ) argument
/packages/modules/Connectivity/tests/cts/net/jni/
DNativeDnsJni.c34 JNIEXPORT jboolean Java_android_net_cts_DnsTest_testNativeDns(JNIEnv* env, jclass class) in Java_android_net_cts_DnsTest_testNativeDns()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdIdFetcher.java126 IllegalStateException.class, in isLimitedAdTrackingEnabled()
DAdOutcomeSelectorImpl.java162 IllegalStateException.class, in runAdOutcomeSelector()
DJsFetcher.java183 Exception.class, in getBuyerDecisionLogicWithLogger()
DAdsScoreGeneratorImpl.java332 JSONException.class, in getAdScores()
DAdSelectionScriptEngine.java333 JSExecutionException.class, in generateBids()
DOutcomeSelectionRunner.java354 TimeoutException.class, in orchestrateOutcomeSelection()
DAdBidGeneratorImpl.java433 Exception.class, in getTrustedBiddingSignals()
DGetAdSelectionDataRunner.java482 TimeoutException.class, in orchestrateGetAdSelectionDataRunner()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionParamsTest.java102 EXPECTED_REQ_COUNT.put(ConfigRequestIpv4PcscfServer.class, 3); in EXPECTED_REQ_COUNT.put()
103 EXPECTED_REQ_COUNT.put(ConfigRequestIpv6PcscfServer.class, 3); in EXPECTED_REQ_COUNT.put()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryFacilitatorImpl.java80 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_USER_HISTORY, UserHistoryDictionary.class); in DICT_TYPE_TO_CLASS.put()
81 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_USER, UserBinaryDictionary.class); in DICT_TYPE_TO_CLASS.put()
82 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_CONTACTS, ContactsBinaryDictionary.class); in DICT_TYPE_TO_CLASS.put()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_bt_spec.h196 #define OI_BT_VALID_DEVICE_CLASS_FORMAT(class) \ argument
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DDatabaseHelperTest.java313 try (DatabaseHelper helper = before.getConstructor(Context.class, String.class, in assertDowngradeWithStableUrisEnabledRecoversData()
337 try (DatabaseHelper helper = after.getConstructor(Context.class, String.class, in assertDowngradeWithStableUrisEnabledRecoversData()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs900 let class = adapter.get_remote_class(device.clone()); in cmd_device() localVariable