Home
last modified time | relevance | path

Searched refs:typeId (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarMobileView.java168 if (mState.typeId > 0) { in initViewState()
170 mMobileType.setImageResource(mState.typeId); in initViewState()
196 if (mState.typeId != state.typeId) { in updateState()
197 needsLayout |= state.typeId == 0 || mState.typeId == 0; in updateState()
198 if (state.typeId != 0) { in updateState()
200 mMobileType.setImageResource(state.typeId); in updateState()
/frameworks/base/tools/aapt2/tools/
Dpublic_attr_map.py9 typeId = 0x000000ff & (intId >> 16)
12 if packageId != 0x01 or typeId != 0x01:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java198 newState.signalSpacerVisible = first != null && first.typeId != 0; in setWifiIndicators()
208 state.signalSpacerVisible = first != null && first.typeId != 0; in updateShowWifiSignalSpacer()
260 boolean typeChanged = indicators.statusType != state.typeId in setMobileDataIndicators()
261 && (indicators.statusType == 0 || state.typeId == 0); in setMobileDataIndicators()
265 state.typeId = indicators.statusType; in setMobileDataIndicators()
600 public int typeId; field in StatusBarSignalPolicy.MobileIconState
622 && typeId == that.typeId in equals()
633 .hash(super.hashCode(), subId, strengthId, typeId, showTriangle, roaming, in hashCode()
647 other.typeId = typeId; in copyTo()
668 + ", typeId=" + typeId + ", visible=" + visible + ")"; in toString()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java517 public int getMappedViewType(int typeId) { in getMappedViewType() argument
518 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType()
522 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType()
527 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange() argument
528 int mappedType = getMappedViewType(typeId); in isViewTypeInRange()
544 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData
554 typeId = v.getLayoutId(); in set()
556 typeId = 0; in set()
1082 final int typeId; in getItemViewType() local
1085 typeId = mCache.getMetaDataAt(position).typeId; in getItemViewType()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java454 PrefNetworkNotification(int typeId) { in PrefNetworkNotification() argument
455 this.mTypeId = typeId; in PrefNetworkNotification()
533 EmergencyNetworkNotification(int typeId) { in EmergencyNetworkNotification() argument
534 this.mTypeId = typeId; in EmergencyNetworkNotification()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl105 void setPointerIconType(int typeId); in setPointerIconType() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnContext.java106 public ApnContext(Phone phone, int typeId, String logTag, DcTracker tracker, int priority) { in ApnContext() argument
107 this(phone, ApnSetting.getApnTypeString(typeId), logTag, tracker, priority); in ApnContext()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl110 void scheduleCrash(in String msg, int typeId); in scheduleCrash() argument
DActivityThread.java1292 public void scheduleCrash(String msg, int typeId) { in scheduleCrash() argument
1293 sendMessage(H.SCHEDULE_CRASH, msg, typeId); in scheduleCrash()
1923 private void throwRemoteServiceException(String message, int typeId) { in throwRemoteServiceException() argument
1925 switch (typeId) { in throwRemoteServiceException()
/frameworks/base/tools/aapt/
DResourceTable.h225 uint32_t typeId, in makeResId() argument
228 return nameId | (typeId<<16) | (packageId<<24); in makeResId()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java674 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate() argument
675 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate() argument
677 return rsnAllocationAdapterCreate(mContext, allocId, typeId); in nAllocationAdapterCreate()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp174 jfieldID typeId; member
997 env->SetIntField(*descObj, gDescriptorInfo.typeId, type); in describeParameter()
3133 gDescriptorInfo.typeId = env->GetFieldID(clazz.get(), "mType", "I"); in android_media_MediaCodec_native_init()
3134 CHECK(gDescriptorInfo.typeId != NULL); in android_media_MediaCodec_native_init()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72602 Landroid/widget/RemoteViewsAdapter$RemoteViewsIndexMetaData;->typeId:I