Searched refs:newType (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardApplicationStatus.java | 116 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/ |
D | FrameInfoVisualizer.cpp | 225 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/ |
D | ListViewCompat.java | 298 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/ |
D | IBatteryStats.aidl | 79 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 99 const android::renderscript::Type *newType, bool zeroNew);
|
D | rsdAllocation.cpp | 602 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/ |
D | rs_hal.h | 224 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
|
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 339 Type newType(Element e, int size) { in newType() method in Mesh.Builder
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 471 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/ |
D | BatteryStatsImpl.java | 3261 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked() argument 3269 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
|