Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java170 registerService(Context.ACCESSIBILITY_SERVICE, AccessibilityManager.class, in registerService()
177 registerService(Context.CAPTIONING_SERVICE, CaptioningManager.class, in registerService()
184 registerService(Context.ACCOUNT_SERVICE, AccountManager.class, in registerService()
193 registerService(Context.ACTIVITY_SERVICE, ActivityManager.class, in registerService()
200 registerService(Context.ALARM_SERVICE, AlarmManager.class, in registerService()
209 registerService(Context.AUDIO_SERVICE, AudioManager.class, in registerService()
216 registerService(Context.MEDIA_ROUTER_SERVICE, MediaRouter.class, in registerService()
223 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, in registerService()
230 registerService(Context.HDMI_CONTROL_SERVICE, HdmiControlManager.class, in registerService()
238 registerService(Context.TEXT_CLASSIFICATION_SERVICE, TextClassificationManager.class, in registerService()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java50 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/include/foundation/
DColorUtils.h42 #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/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DReplaceMethodCallsAdapter.java182 Type.getType(Map.Entry.class), Type.getType(LinkedHashMap.class)); in METHOD_REPLACERS.add()
/frameworks/native/cmds/servicemanager/
Dservice_manager.c68 const char *class = "service_manager"; in check_mac_perms() local