Home
last modified time | relevance | path

Searched defs:subtype (Results 76 – 100 of 136) sorted by relevance

123456

/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java208 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o; in equals() local
310 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort() local
H A DSpellCheckerInfo.java116 SpellCheckerSubtype subtype = new SpellCheckerSubtype( in SpellCheckerInfo() local
H A DTextServicesManager.java257 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession() local
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DDisplayFoldDurationLogger.java96 int subtype; in log() local
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsb20ASGeneral.java44 public Usb20ASGeneral(int length, byte type, byte subtype, int subclass) { in Usb20ASGeneral()
H A DUsb10ASFormatI.java36 public Usb10ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb10ASFormatI()
H A DUsbACFeatureUnit.java49 public UsbACFeatureUnit(int length, byte type, byte subtype, int subClass) { in UsbACFeatureUnit()
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp53 NetConnectSubtype subtype = NetConnectSubtype::SUBTYPE_UNKNOWN; in NetCapabilitiesChange() local
H A Dnet_connect_adapter_impl.cpp74 …t32_t NetConnectAdapterImpl::GetDefaultNetConnect(NetConnectType &type, NetConnectSubtype &subtype) in GetDefaultNetConnect()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeHandle.java98 @NonNull InputMethodInfo imi, @Nullable InputMethodSubtype subtype) { in of()
H A DIInputMethod.aidl80 void changeInputMethodSubtype(in InputMethodSubtype subtype); in changeInputMethodSubtype()
H A DIInputMethodPrivilegedOperations.aidl36 void setInputMethodAndSubtype(String id, in InputMethodSubtype subtype, in setInputMethodAndSubtype()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/pluginlistenerimpl/src/
H A Dplugin_listener_impl_test.cpp28 const std::string subtype = "subtype"; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/
H A Ddcamera_handler_test.cpp39 …ginHardware(const std::string &dhId, const std::string &attrs, const std::string &subtype) override in PluginHardware()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java168 InputMethodSubtype subtype = null; in assertNextInputMethod() local
193 InputMethodSubtype subtype = null; in onUserAction() local
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp220 std::string subtype = "input"; in NotifyHardWare() local
/aosp14/frameworks/base/core/tests/coretests/src/android/metrics/
H A DLogMakerTest.java42 int subtype = 12; in testSerializeDeserialize() local
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp305 SubtypeCfg subtype; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h36 std::string subtype; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp193 int32_t subtype = get<int32_t>( in ParseMovingPhotoData() local
352 int32_t subtype = get<int32_t>( in ParseLivePhotoData() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeEnablerManager.java149 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences() local
H A DInputMethodAndSubtypeEnablerManagerCompat.java150 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences() local
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java165 @Nullable InputMethodSubtype subtype); in onInputMethodSubtypeChangedForKeyboardLayoutMapping()
/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_impl_test/
H A Dnet_connect_adapter_impl_test.cpp190 NetConnectSubtype subtype = NetConnectSubtype::SUBTYPE_UNKNOWN; variable
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java318 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() in InputMethodInfo() local
364 final InputMethodSubtype subtype = additionalSubtypes.get(i); in InputMethodInfo() local

123456