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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardApplicationStatus.java116 AppType newType;
119 case 0: newType = AppType.APPTYPE_UNKNOWN; break;
120 case 1: newType = AppType.APPTYPE_SIM; break;
121 case 2: newType = AppType.APPTYPE_USIM; break;
122 case 3: newType = AppType.APPTYPE_RUIM; break;
123 case 4: newType = AppType.APPTYPE_CSIM; break;
124 case 5: newType = AppType.APPTYPE_ISIM; break;
126 newType = AppType.APPTYPE_UNKNOWN;
129 return newType;
/frameworks/base/libs/hwui/
H A DDrawProfiler.cpp235 ProfileType newType = loadRequestedProfileType(); local
236 if (newType != mType) {
237 mType = newType;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListViewCompat.java278 int newType = adapter.getItemViewType(i);
279 if (newType != viewType) {
281 viewType = newType;
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl66 String newHistoryName, int newType, boolean newUnimportantForLogging);
/frameworks/rs/driver/
H A DrsdAllocation.h89 const android::renderscript::Type *newType, bool zeroNew);
H A DrsdAllocation.cpp534 const Type *newType, bool zeroNew) {
536 const uint32_t dimX = newType->getDimX();
545 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
548 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
533 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/rs/
H A Drs_hal.h169 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java278 String newHistoryName, int newType, boolean newUnimportantForLogging) {
282 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
276 noteChangeWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java338 Type newType(Element e, int size) { method in class:Mesh.Builder
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2772 String newHistoryName, int newType, boolean newUnimportantForLogging) {
2780 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
2770 noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument

Completed in 4578 milliseconds