/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarSignalPolicy.java | 158 newState.signalSpacerVisible = first != null && first.typeId != 0; in setWifiIndicators() 166 state.signalSpacerVisible = first != null && first.typeId != 0; in updateShowWifiSignalSpacer() 188 boolean typeChanged = statusType != state.typeId && (statusType == 0 || state.typeId == 0); in setMobileDataIndicators() 192 state.typeId = statusType; in setMobileDataIndicators() 387 public int typeId; field in StatusBarSignalPolicy.MobileIconState 408 typeId == that.typeId && in equals() 418 .hash(super.hashCode(), subId, strengthId, typeId, roaming, needsLeadingPadding, in hashCode() 432 other.typeId = typeId; in copyTo() 451 + roaming + ", typeId=" + typeId + ", visible=" + visible + ")"; in toString()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarMobileView.java | 156 if (mState.typeId > 0) { in initViewState() 158 mMobileType.setImageResource(mState.typeId); in initViewState() 183 if (mState.typeId != state.typeId) { in updateState() 184 needsLayout |= state.typeId == 0 || mState.typeId == 0; in updateState() 185 if (state.typeId != 0) { in updateState() 187 mMobileType.setImageResource(state.typeId); in updateState()
|
/frameworks/base/tools/aapt2/tools/ |
D | public_attr_map.py | 9 typeId = 0x000000ff & (intId >> 16) 12 if packageId != 0x01 or typeId != 0x01:
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 515 public int getMappedViewType(int typeId) { in getMappedViewType() argument 516 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType() 520 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType() 525 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange() argument 526 int mappedType = getMappedViewType(typeId); in isViewTypeInRange() 542 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData 552 typeId = v.getLayoutId(); in set() 554 typeId = 0; in set() 1080 final int typeId; in getItemViewType() local 1083 typeId = mCache.getMetaDataAt(position).typeId; in getItemViewType() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBWireFormatTests.m | 169 XCTAssertEqual((uint32_t)[raw.itemArray[0] typeId], 171 XCTAssertEqual((uint32_t)[raw.itemArray[1] typeId], 173 XCTAssertEqual([raw.itemArray[2] typeId], kUnknownTypeId); 195 item.typeId = [TestMessageSetExtension1 messageSetExtension].fieldNumber; 204 item.typeId = [TestMessageSetExtension2 messageSetExtension].fieldNumber; 213 item.typeId = kUnknownTypeId;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 370 PrefNetworkNotification(int typeId) { in PrefNetworkNotification() argument 371 this.mTypeId = typeId; in PrefNetworkNotification() 440 EmergencyNetworkNotification(int typeId) { in EmergencyNetworkNotification() argument 441 this.mTypeId = typeId; in EmergencyNetworkNotification()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 895 int typeId = 0; in mergeMessageSetExtensionFromCodedStream() local 908 typeId = input.readUInt32(); in mergeMessageSetExtensionFromCodedStream() 909 if (typeId != 0) { in mergeMessageSetExtensionFromCodedStream() 917 (ExtensionRegistry) extensionRegistry, type, typeId); in mergeMessageSetExtensionFromCodedStream() 922 if (typeId != 0) { in mergeMessageSetExtensionFromCodedStream() 945 if (rawBytes != null && typeId != 0) { // Zero is not a valid type ID. in mergeMessageSetExtensionFromCodedStream() 951 unknownFields.mergeField(typeId, UnknownFieldSet.Field.newBuilder() in mergeMessageSetExtensionFromCodedStream()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 83 void setPointerIconType(int typeId); in setPointerIconType() argument
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 225 uint32_t typeId, in makeResId() argument 228 return nameId | (typeId<<16) | (packageId<<24); in makeResId()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 680 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate() argument 681 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate() argument 683 return rsnAllocationAdapterCreate(mContext, allocId, typeId); in nAllocationAdapterCreate()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBMessage.m | 1966 uint32_t typeId = 0; 1977 typeId = GPBCodedInputStreamReadUInt32(state); 1978 if (typeId != 0) { 1980 fieldNumber:typeId]; 1994 if (rawBytes != nil && typeId != 0) { 2006 [unknownFields mergeMessageSetMessage:typeId data:rawBytes];
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 89753 Landroid/widget/RemoteViewsAdapter$RemoteViewsIndexMetaData;->typeId:I 113728 Ljava/time/chrono/HijrahChronology;->typeId:Ljava/lang/String;
|