Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java116 AppType newType; in AppTypeFromRILInt() local
119 case 0: newType = AppType.APPTYPE_UNKNOWN; break; in AppTypeFromRILInt()
120 case 1: newType = AppType.APPTYPE_SIM; break; in AppTypeFromRILInt()
121 case 2: newType = AppType.APPTYPE_USIM; break; in AppTypeFromRILInt()
122 case 3: newType = AppType.APPTYPE_RUIM; break; in AppTypeFromRILInt()
123 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()
124 case 5: newType = AppType.APPTYPE_ISIM; break; in AppTypeFromRILInt()
126 newType = AppType.APPTYPE_UNKNOWN; in AppTypeFromRILInt()
129 return newType; in AppTypeFromRILInt()
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp225 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
226 if (newType != mType) { in consumeProperties()
227 mType = newType; in consumeProperties()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListViewCompat.java298 int newType = adapter.getItemViewType(i); in measureHeightOfChildrenCompat() local
299 if (newType != viewType) { in measureHeightOfChildrenCompat()
301 viewType = newType; in measureHeightOfChildrenCompat()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl79 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
/frameworks/rs/driver/
DrsdAllocation.h99 const android::renderscript::Type *newType, bool zeroNew);
DrsdAllocation.cpp602 const Type *newType, bool zeroNew) { in rsdAllocationResize() argument
604 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
613 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize()
616 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
/frameworks/rs/
Drs_hal.h224 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/frameworks/base/rs/java/android/renderscript/
DMesh.java339 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java471 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSource() argument
475 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging); in noteChangeWakelockFromSource()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3261 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked() argument
3269 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local