/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() 190 boolean typeChanged = statusType != state.typeId && (statusType == 0 || state.typeId == 0); in setMobileDataIndicators() 194 state.typeId = statusType; in setMobileDataIndicators() 389 public int typeId; field in StatusBarSignalPolicy.MobileIconState 410 typeId == that.typeId && in equals() 420 .hash(super.hashCode(), subId, strengthId, typeId, roaming, needsLeadingPadding, in hashCode() 434 other.typeId = typeId; in copyTo() 453 + 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/base/core/java/android/util/ |
D | StatsEvent.java | 446 private void writeByteArray(@NonNull final byte[] value, final byte typeId) { in writeByteArray() argument 447 writeTypeId(typeId); in writeByteArray() 655 private void writeTypeId(final byte typeId) { in writeTypeId() argument 657 mLastType = typeId; in writeTypeId() 659 final byte encodedId = (byte) (typeId & 0x0F); in writeTypeId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 379 PrefNetworkNotification(int typeId) { in PrefNetworkNotification() argument 380 this.mTypeId = typeId; in PrefNetworkNotification() 458 EmergencyNetworkNotification(int typeId) { in EmergencyNetworkNotification() argument 459 this.mTypeId = typeId; in EmergencyNetworkNotification()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 86 void setPointerIconType(int typeId); in setPointerIconType() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | ApnContext.java | 103 public ApnContext(Phone phone, int typeId, String logTag, DcTracker tracker, int priority) { in ApnContext() argument 104 this(phone, ApnSetting.getApnTypeString(typeId), logTag, tracker, priority); in ApnContext()
|
/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/base/config/ |
D | hiddenapi-greylist-max-o.txt | 83708 Landroid/widget/RemoteViewsAdapter$RemoteViewsIndexMetaData;->typeId:I 106692 Ljava/time/chrono/HijrahChronology;->typeId:Ljava/lang/String;
|