Home
last modified time | relevance | path

Searched defs:mType (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java50 private final @View.AutofillType int mType; field in AutofillValue
66 Preconditions.checkState(isText(), "value must be a text value, not type=%d", mType); in getTextValue() local
87 Preconditions.checkState(isToggle(), "value must be a toggle value, not type=%d", mType); in getToggleValue() local
108 Preconditions.checkState(isList(), "value must be a list value, not type=%d", mType); in getListValue() local
129 Preconditions.checkState(isDate(), "value must be a date value, not type=%d", mType); in getDateValue() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DBuilderWrapper.java30 private int mType; field in BuilderWrapper
41 public void setType(int mType) { in setType()
H A DCPOWrapper.java27 private int mType; field in CPOWrapper
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DBuilderWrapper.java31 private int mType; field in BuilderWrapper
42 public void setType(int mType) { in setType()
H A DCPOWrapper.java28 private int mType; field in CPOWrapper
/aosp12/frameworks/base/media/jni/tuner/
H A DFrontendClient.h90 int mType; variable
230 int mType; member
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DFrontendResource.java35 @Type private final int mType; field in FrontendResource
104 @Type private int mType; field in FrontendResource.Builder
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioDeviceTypeAddr.h64 audio_devices_t mType = AUDIO_DEVICE_NONE; variable
/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DSettings.java28 private final int mType; field in Settings
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DAGnss.h71 AGpsExtType mType; member
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DAGnss.h71 AGpsExtType mType; member
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/
H A DSemanticManager.h55 proto::PacketType mType; variable
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java37 private int mType; field in TvStreamConfig
119 private Integer mType; field in TvStreamConfig.Builder
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DFrontend.h78 FrontendType mType = FrontendType::UNDEFINED; variable
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnConfigType.java27 private final int mType; field in ApnConfigType
/aosp12/frameworks/native/services/powermanager/include/android/
H A DCoolingDevice.h33 uint32_t mType; member
H A DTemperature.h33 int32_t mType; member
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DFrontend.h86 FrontendType mType = FrontendType::UNDEFINED; variable
/aosp12/frameworks/av/services/tuner/
H A DTunerDvr.h92 DvrType mType; variable
/aosp12/packages/services/Car/cpp/computepipe/runner/include/
H A DEventGenerator.h54 int mType; variable
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DMmsSmsMessage.java29 int mType; field in MmsSmsMessage
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java70 private int mType; field in BluetoothPairingDialog
332 private int mType; field in BluetoothPairingDialog.EntryDialogFragment
413 private int mType; field in BluetoothPairingDialog.ConfirmationDialogFragment
/aosp12/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h47 ColorBlindnessType mType = ColorBlindnessType::None; variable
/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java38 private int mType; field in NfcBarcode
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
H A DDownloadsDeletionPreferenceGroupTest.java50 private DownloadsDeletionType mType; field in DownloadsDeletionPreferenceGroupTest

12345678910>>...16