Searched defs:class (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 175 registerService(Context.ACCESSIBILITY_SERVICE, AccessibilityManager.class, in registerService() 182 registerService(Context.CAPTIONING_SERVICE, CaptioningManager.class, in registerService() 189 registerService(Context.ACCOUNT_SERVICE, AccountManager.class, in registerService() 198 registerService(Context.ACTIVITY_SERVICE, ActivityManager.class, in registerService() 205 registerService(Context.ALARM_SERVICE, AlarmManager.class, in registerService() 214 registerService(Context.AUDIO_SERVICE, AudioManager.class, in registerService() 221 registerService(Context.MEDIA_ROUTER_SERVICE, MediaRouter.class, in registerService() 228 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, in registerService() 235 registerService(Context.HDMI_CONTROL_SERVICE, HdmiControlManager.class, in registerService() 243 registerService(Context.TEXT_CLASSIFICATION_SERVICE, TextClassificationManager.class, in registerService() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | CoreSettingsObserver.java | 50 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() 51 sSecureSettingToTypeMap.put(Settings.Secure.MULTI_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() 54 sSystemSettingToTypeMap.put(Settings.System.TIME_12_24, String.class); in sSystemSettingToTypeMap.put() 57 sGlobalSettingToTypeMap.put(Settings.Global.DEBUG_VIEW_ATTRIBUTES, int.class); in sGlobalSettingToTypeMap.put()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ColorUtils.h | 42 #define GET_HAL_ENUM(class, name) HAL_DATASPACE_##class##name argument 43 #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 | 182 Type.getType(Map.Entry.class), Type.getType(LinkedHashMap.class)); in METHOD_REPLACERS.add()
|
/frameworks/native/cmds/servicemanager/ |
D | service_manager.c | 67 const char *class = "service_manager"; in check_mac_perms() local
|