Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java321 sUriToSlice.put(FLASHLIGHT_SLICE_URI, FlashlightSlice.class); in sUriToSlice.put()
322 sUriToSlice.put(LOCATION_SLICE_URI, LocationSlice.class); in sUriToSlice.put()
323 sUriToSlice.put(MOBILE_DATA_SLICE_URI, MobileDataSlice.class); in sUriToSlice.put()
324 sUriToSlice.put(PROVIDER_MODEL_SLICE_URI, ProviderModelSlice.class); in sUriToSlice.put()
325 sUriToSlice.put(WIFI_SLICE_URI, WifiSlice.class); in sUriToSlice.put()
326 sUriToSlice.put(DARK_THEME_SLICE_URI, DarkThemeSlice.class); in sUriToSlice.put()
327 sUriToSlice.put(ALWAYS_ON_SLICE_URI, AlwaysOnDisplaySlice.class); in sUriToSlice.put()
328 sUriToSlice.put(MEDIA_OUTPUT_INDICATOR_SLICE_URI, MediaOutputIndicatorSlice.class); in sUriToSlice.put()
329 sUriToSlice.put(REMOTE_MEDIA_SLICE_URI, RemoteMediaSlice.class); in sUriToSlice.put()
332 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.java1765 CAR_SERVICE_NAMES.put(CarSensorManager.class, SENSOR_SERVICE); in CAR_SERVICE_NAMES.put()
1766 CAR_SERVICE_NAMES.put(CarInfoManager.class, INFO_SERVICE); in CAR_SERVICE_NAMES.put()
1767 CAR_SERVICE_NAMES.put(CarAppFocusManager.class, APP_FOCUS_SERVICE); in CAR_SERVICE_NAMES.put()
1768 CAR_SERVICE_NAMES.put(CarPackageManager.class, PACKAGE_SERVICE); in CAR_SERVICE_NAMES.put()
1769 CAR_SERVICE_NAMES.put(CarAudioManager.class, AUDIO_SERVICE); in CAR_SERVICE_NAMES.put()
1770 CAR_SERVICE_NAMES.put(CarNavigationStatusManager.class, CAR_NAVIGATION_SERVICE); in CAR_SERVICE_NAMES.put()
1771 CAR_SERVICE_NAMES.put(CarOccupantZoneManager.class, CAR_OCCUPANT_ZONE_SERVICE); in CAR_SERVICE_NAMES.put()
1772 CAR_SERVICE_NAMES.put(CarUserManager.class, CAR_USER_SERVICE); in CAR_SERVICE_NAMES.put()
1773 CAR_SERVICE_NAMES.put(ExperimentalCarUserManager.class, EXPERIMENTAL_CAR_USER_SERVICE); in CAR_SERVICE_NAMES.put()
1774 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.java119 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
129 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
139 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
413 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/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/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DTrustedBiddingDataFetcher.java183 Exception.class, in getTrustedBiddingDataByBatch()
DAdOutcomeSelectorImpl.java146 IllegalStateException.class, in runAdOutcomeSelector()
DJsFetcher.java174 Exception.class, in getBuyerDecisionLogicWithLogger()
DAdsScoreGeneratorImpl.java290 JSONException.class, in getAdScores()
DAdBidGeneratorImpl.java369 Exception.class, in getTrustedBiddingSignals()
DAdSelectionScriptEngine.java289 JSExecutionException.class, in generateBids()
/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/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionParamsTest.java98 EXPECTED_REQ_COUNT.put(ConfigRequestIpv4PcscfServer.class, 3); in EXPECTED_REQ_COUNT.put()
99 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/modules/AdServices/adservices/service-core/java/com/android/adservices/service/js/
DJSScriptEngine.java411 Exception.class, in evaluateOnSandbox()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DDatabaseHelperTest.java319 try (DatabaseHelper helper = before.getConstructor(Context.class, String.class, in assertDowngradeWithStableUrisEnabledRecoversData()
343 try (DatabaseHelper helper = after.getConstructor(Context.class, String.class, in assertDowngradeWithStableUrisEnabledRecoversData()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs768 let class = adapter.get_remote_class(device.clone()); in cmd_device() localVariable