Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java512 public int getMappedViewType(int typeId) { in getMappedViewType()
522 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange()
539 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData
1073 final int typeId; in getItemViewType() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java519 PrefNetworkNotification(int typeId) { in PrefNetworkNotification()
620 EmergencyNetworkNotification(int typeId) { in EmergencyNetworkNotification()
/frameworks/base/tools/aapt/
DResourceTable.h225 uint32_t typeId, in makeResId()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl121 void scheduleCrash(in String msg, int typeId, in Bundle extras); in scheduleCrash()
DActivityThread.java1547 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash()
2235 private void throwRemoteServiceException(String message, int typeId, @Nullable Bundle extras) { in throwRemoteServiceException()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java674 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
675 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp183 jfieldID typeId; member