Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java454 PrefNetworkNotification(int typeId) { in PrefNetworkNotification()
533 EmergencyNetworkNotification(int typeId) { in EmergencyNetworkNotification()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java517 public int getMappedViewType(int typeId) { in getMappedViewType()
527 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange()
544 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData
1082 final int typeId; in getItemViewType() local
/frameworks/libs/systemui/searchuilib/src/com/android/app/search/
DSearchTargetExtras.java172 ThumbnailCropType(int typeId) { in ThumbnailCropType()
/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()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl115 void setPointerIconType(int typeId); in setPointerIconType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java567 public int typeId; field in StatusBarSignalPolicy.MobileIconState
/frameworks/base/tools/aapt/
DResourceTable.h225 uint32_t typeId, in makeResId()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl112 void scheduleCrash(in String msg, int typeId, in Bundle extras); in scheduleCrash()
DActivityThread.java1325 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash()
1974 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.cpp174 jfieldID typeId; member