Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java315 registerService(Context.ALARM_SERVICE, AlarmManager.class, in registerService()
360 registerService(Context.FONT_SERVICE, FontManager.class, in registerService()
466 registerService(Context.NFC_SERVICE, NfcManager.class, in registerService()
569 registerService(Context.NSD_SERVICE, NsdManager.class, in registerService()
692 registerService(Context.MMS_SERVICE, MmsManager.class, in registerService()
706 registerService(Context.USB_SERVICE, UsbManager.class, in registerService()
714 registerService(Context.ADB_SERVICE, AdbManager.class, in registerService()
731 registerService(Context.UWB_SERVICE, UwbManager.class, in registerService()
813 registerService(Context.USER_SERVICE, UserManager.class, in registerService()
913 registerService(Context.FACE_SERVICE, FaceManager.class, in registerService()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DCoreSettingsObserver.java89 Settings.Global.ANGLE_DEBUG_PACKAGE, String.class); in sGlobalSettingToTypeMap.put()
91 Settings.Global.ANGLE_GL_DRIVER_ALL_ANGLE, int.class); in sGlobalSettingToTypeMap.put()
97 Settings.Global.ANGLE_EGL_FEATURES, String.class); in sGlobalSettingToTypeMap.put()
99 Settings.Global.SHOW_ANGLE_IN_USE_DIALOG_BOX, String.class); in sGlobalSettingToTypeMap.put()
131 WidgetFlags.KEY_FINGER_TO_CURSOR_DISTANCE, int.class, in sDeviceConfigEntries.add()
139 WidgetFlags.KEY_INSERTION_HANDLE_DELTA_HEIGHT, int.class, in sDeviceConfigEntries.add()
143 WidgetFlags.KEY_INSERTION_HANDLE_OPACITY, int.class, in sDeviceConfigEntries.add()
147 WidgetFlags.KEY_LINE_SLOP_RATIO, float.class, in sDeviceConfigEntries.add()
151 WidgetFlags.KEY_ENABLE_NEW_MAGNIFIER, boolean.class, in sDeviceConfigEntries.add()
155 WidgetFlags.KEY_MAGNIFIER_ZOOM_FACTOR, float.class, in sDeviceConfigEntries.add()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DCustomSliceRegistry.java324 sUriToSlice.put(BATTERY_FIX_SLICE_URI, BatteryFixSlice.class); in sUriToSlice.put()
328 sUriToSlice.put(FACE_ENROLL_SLICE_URI, FaceSetupSlice.class); in sUriToSlice.put()
329 sUriToSlice.put(FLASHLIGHT_SLICE_URI, FlashlightSlice.class); in sUriToSlice.put()
330 sUriToSlice.put(LOCATION_SLICE_URI, LocationSlice.class); in sUriToSlice.put()
331 sUriToSlice.put(LOW_STORAGE_SLICE_URI, LowStorageSlice.class); in sUriToSlice.put()
333 sUriToSlice.put(MOBILE_DATA_SLICE_URI, MobileDataSlice.class); in sUriToSlice.put()
334 sUriToSlice.put(PROVIDER_MODEL_SLICE_URI, ProviderModelSlice.class); in sUriToSlice.put()
335 sUriToSlice.put(WIFI_SLICE_URI, WifiSlice.class); in sUriToSlice.put()
336 sUriToSlice.put(DARK_THEME_SLICE_URI, DarkThemeSlice.class); in sUriToSlice.put()
337 sUriToSlice.put(REMOTE_MEDIA_SLICE_URI, RemoteMediaSlice.class); in sUriToSlice.put()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java72 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()
78 portraitMap.put(ParameterColor.sParameterType, ColorChooser.class); in portraitMap.put()
79 landscapeMap.put(ParameterColor.sParameterType, ColorChooser.class); in landscapeMap.put()
81 portraitMap.put(ParameterInteger.sParameterType, BasicSlider.class); in portraitMap.put()
82 landscapeMap.put(ParameterInteger.sParameterType, TitledSlider.class); in landscapeMap.put()
83 portraitMap.put(ParameterActionAndInt.sParameterType, ActionSlider.class); in portraitMap.put()
85 portraitMap.put(ParameterStyles.sParameterType, StyleChooser.class); in portraitMap.put()
[all …]
/aosp12/packages/apps/TimeZoneData/src/main/com/android/timezone/data/
H A DTimeZoneRulesDataProvider.java79 columnTypes.put(Operation.COLUMN_TYPE, String.class); in columnTypes.put()
80 columnTypes.put(Operation.COLUMN_DISTRO_MAJOR_VERSION, Integer.class); in columnTypes.put()
81 columnTypes.put(Operation.COLUMN_DISTRO_MINOR_VERSION, Integer.class); in columnTypes.put()
82 columnTypes.put(Operation.COLUMN_RULES_VERSION, String.class); in columnTypes.put()
83 columnTypes.put(Operation.COLUMN_REVISION, Integer.class); in columnTypes.put()
/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
H A DBpfMapTest.java115 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
125 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
135 TetherDownstream6Key.class, Tether6Value.class)) { in testGetFd()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java2252 expectedTypeByParameterName.put(PARAMETER_FLAC_DISABLE_ID3, 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()
2258 expectedTypeByParameterName.put(PARAMETER_MP3_DISABLE_ID3, Boolean.class); in expectedTypeByParameterName.put()
2261 expectedTypeByParameterName.put(PARAMETER_TS_MODE, String.class); in expectedTypeByParameterName.put()
2263 expectedTypeByParameterName.put(PARAMETER_TS_IGNORE_AAC_STREAM, Boolean.class); in expectedTypeByParameterName.put()
2264 expectedTypeByParameterName.put(PARAMETER_TS_IGNORE_AVC_STREAM, Boolean.class); in expectedTypeByParameterName.put()
2268 expectedTypeByParameterName.put(PARAMETER_IN_BAND_CRYPTO_INFO, Boolean.class); in expectedTypeByParameterName.put()
2274 PARAMETER_EXPOSE_CHUNK_INDEX_AS_MEDIA_FORMAT, Boolean.class); in expectedTypeByParameterName.put()
2276 PARAMETER_OVERRIDE_IN_BAND_CAPTION_DECLARATIONS, Boolean.class); in expectedTypeByParameterName.put()
[all …]
/aosp12/bionic/libc/dns/resolv/
H A Dres_query.c130 int class, int type, /* class and type of query */ in res_nquery()
224 int class, int type, /* class and type of query */ in res_nsearch()
381 int class, int type, /* class and type of query */ in res_nquerydomain()
H A Dres_mkquery.c119 int class, int type, /* class and type of query */ in res_nmkquery()
/aosp12/art/test/710-varhandle-creation/src/
H A DMain.java171 MethodHandles.byteArrayViewVarHandle(boolean[].class, ByteOrder.LITTLE_ENDIAN); in MethodHandles.byteArrayViewVarHandle()
177 MethodHandles.byteArrayViewVarHandle(byte[].class, ByteOrder.LITTLE_ENDIAN); in MethodHandles.byteArrayViewVarHandle()
189 MethodHandles.byteArrayViewVarHandle(Object[].class, ByteOrder.LITTLE_ENDIAN); in MethodHandles.byteArrayViewVarHandle()
196 MethodHandles.byteBufferViewVarHandle(boolean[].class, ByteOrder.LITTLE_ENDIAN); in MethodHandles.byteBufferViewVarHandle()
202 MethodHandles.byteBufferViewVarHandle(byte[].class, ByteOrder.LITTLE_ENDIAN); in MethodHandles.byteBufferViewVarHandle()
214 MethodHandles.byteBufferViewVarHandle(Object[].class, ByteOrder.LITTLE_ENDIAN); in MethodHandles.byteBufferViewVarHandle()
/aosp12/packages/apps/TV/common/src/com/android/tv/common/
H A 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()
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) ) argument
/aosp12/packages/modules/Connectivity/tests/cts/net/jni/
H A DNativeDnsJni.c34 JNIEXPORT jboolean Java_android_net_cts_DnsTest_testNativeDns(JNIEnv* env, jclass class) in Java_android_net_cts_DnsTest_testNativeDns()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionParamsTest.java90 EXPECTED_REQ_COUNT.put(ConfigRequestIpv4PcscfServer.class, 3); in EXPECTED_REQ_COUNT.put()
91 EXPECTED_REQ_COUNT.put(ConfigRequestIpv6PcscfServer.class, 3); in EXPECTED_REQ_COUNT.put()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs64 let class = T::get_class(); in new_with_stability() localVariable
338 let class = B::get_class(); in try_from() localVariable
/aosp12/frameworks/base/core/proto/android/service/
H A Dusb.proto124 optional int32 class = 4; field
157 optional int32 class = 4; field
390 optional int32 class = 3; field
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A 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()
/aosp12/frameworks/base/core/proto/android/server/
H A Dusagestatsservice.proto78 optional string class = 3; field
/aosp12/system/bt/embdrv/sbc/decoder/include/
H A Doi_bt_spec.h196 #define OI_BT_VALID_DEVICE_CLASS_FORMAT(class) \ argument
/aosp12/system/sepolicy/tools/
H A Dsepolicy-check.c235 char *policy = NULL, *source = NULL, *target = NULL, *class = NULL, *perm = NULL; in main() local
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp456 #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
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DReplaceMethodCallsAdapter.java158 Type.getType(Map.Entry.class), Type.getType(LinkedHashMap.class)); in METHOD_REPLACERS.add()
/aosp12/bionic/libc/dns/nameser/
H A Dns_print.c109 const char *name, ns_class class, ns_type type, in ns_sprintrrf()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1136 BpfMap.BPF_F_RDONLY, U32Struct.class, U32Struct.class)) { in dumpCounters()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvirtio_net.h138 __u8 class; member

12