/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 270 registerService(Context.ACCESSIBILITY_SERVICE, AccessibilityManager.class, in registerService() 277 registerService(Context.CAPTIONING_SERVICE, CaptioningManager.class, in registerService() 284 registerService(Context.ACCOUNT_SERVICE, AccountManager.class, in registerService() 293 registerService(Context.ACTIVITY_SERVICE, ActivityManager.class, in registerService() 300 registerService(Context.ACTIVITY_TASK_SERVICE, ActivityTaskManager.class, in registerService() 307 registerService(Context.URI_GRANTS_SERVICE, UriGrantsManager.class, in registerService() 315 registerService(Context.ALARM_SERVICE, AlarmManager.class, in registerService() 324 registerService(Context.AUDIO_SERVICE, AudioManager.class, in registerService() 331 registerService(Context.MEDIA_ROUTER_SERVICE, MediaRouter.class, in registerService() 338 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, in registerService() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | CoreSettingsObserver.java | 78 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() 79 sSecureSettingToTypeMap.put(Settings.Secure.MULTI_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() 82 sSystemSettingToTypeMap.put(Settings.System.TIME_12_24, String.class); in sSystemSettingToTypeMap.put() 85 sGlobalSettingToTypeMap.put(Settings.Global.DEBUG_VIEW_ATTRIBUTES, int.class); in sGlobalSettingToTypeMap.put() 87 Settings.Global.DEBUG_VIEW_ATTRIBUTES_APPLICATION_PACKAGE, String.class); in sGlobalSettingToTypeMap.put() 89 Settings.Global.ANGLE_DEBUG_PACKAGE, String.class); in sGlobalSettingToTypeMap.put() 91 Settings.Global.ANGLE_GL_DRIVER_ALL_ANGLE, int.class); in sGlobalSettingToTypeMap.put() 93 Settings.Global.ANGLE_GL_DRIVER_SELECTION_PKGS, String.class); in sGlobalSettingToTypeMap.put() 95 Settings.Global.ANGLE_GL_DRIVER_SELECTION_VALUES, String.class); in sGlobalSettingToTypeMap.put() 97 Settings.Global.ANGLE_ALLOWLIST, String.class); in sGlobalSettingToTypeMap.put() [all …]
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | MediaParser.java | 2250 expectedTypeByParameterName.put(PARAMETER_ADTS_ENABLE_CBR_SEEKING, Boolean.class); in expectedTypeByParameterName.put() 2251 expectedTypeByParameterName.put(PARAMETER_AMR_ENABLE_CBR_SEEKING, Boolean.class); in expectedTypeByParameterName.put() 2252 expectedTypeByParameterName.put(PARAMETER_FLAC_DISABLE_ID3, Boolean.class); in expectedTypeByParameterName.put() 2253 expectedTypeByParameterName.put(PARAMETER_MP4_IGNORE_EDIT_LISTS, Boolean.class); in expectedTypeByParameterName.put() 2254 expectedTypeByParameterName.put(PARAMETER_MP4_IGNORE_TFDT_BOX, Boolean.class); in expectedTypeByParameterName.put() 2256 PARAMETER_MP4_TREAT_VIDEO_FRAMES_AS_KEYFRAMES, Boolean.class); in expectedTypeByParameterName.put() 2257 expectedTypeByParameterName.put(PARAMETER_MATROSKA_DISABLE_CUES_SEEKING, Boolean.class); in expectedTypeByParameterName.put() 2258 expectedTypeByParameterName.put(PARAMETER_MP3_DISABLE_ID3, Boolean.class); in expectedTypeByParameterName.put() 2259 expectedTypeByParameterName.put(PARAMETER_MP3_ENABLE_CBR_SEEKING, Boolean.class); in expectedTypeByParameterName.put() 2260 expectedTypeByParameterName.put(PARAMETER_MP3_ENABLE_INDEX_SEEKING, Boolean.class); in expectedTypeByParameterName.put() [all …]
|
/frameworks/native/libs/binder/rust/src/ |
D | native.rs | 64 let class = T::get_class(); in new_with_stability() localVariable 338 let class = B::get_class(); in try_from() localVariable
|
D | binder.rs | 212 let class = sys::AIBinder_Class_define( in new() localVariable
|
D | proxy.rs | 117 let class = sys::AIBinder_getClass(self.as_native_mut()); in get_class() localVariable
|
/frameworks/base/core/proto/android/service/ |
D | usb.proto | 124 optional int32 class = 4; field 157 optional int32 class = 4; field 390 optional int32 class = 3; field
|
/frameworks/base/core/proto/android/server/ |
D | usagestatsservice.proto | 78 optional string class = 3; field
|
D | activitymanagerservice.proto | 748 optional .android.content.ComponentNameProto class = 1; field
|
/frameworks/av/media/libstagefright/foundation/ |
D | ColorUtils.cpp | 456 #define GET_HAL_ENUM(class, name) HAL_DATASPACE_##class##name argument 457 #define GET_HAL_BITFIELD(class, name) (GET_HAL_ENUM(class, _##name) >> GET_HAL_ENUM(class, _SHIFT)) argument
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | ReplaceMethodCallsAdapter.java | 158 Type.getType(Map.Entry.class), Type.getType(LinkedHashMap.class)); in METHOD_REPLACERS.add()
|