Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java168 AppType newType; in AppTypeFromRILInt() local
171 case 0: newType = AppType.APPTYPE_UNKNOWN; break; in AppTypeFromRILInt()
172 case 1: newType = AppType.APPTYPE_SIM; break; in AppTypeFromRILInt()
173 case 2: newType = AppType.APPTYPE_USIM; break; in AppTypeFromRILInt()
174 case 3: newType = AppType.APPTYPE_RUIM; break; in AppTypeFromRILInt()
175 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()
176 case 5: newType = AppType.APPTYPE_ISIM; break; in AppTypeFromRILInt()
178 newType = AppType.APPTYPE_UNKNOWN; in AppTypeFromRILInt()
181 return newType; in AppTypeFromRILInt()
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp232 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
233 if (newType != mType) { in consumeProperties()
234 mType = newType; in consumeProperties()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultMixedHandler.java133 @WindowManager.TransitionType int newType, boolean withChanges) { in subCopy() argument
134 final TransitionInfo out = new TransitionInfo(newType, withChanges ? info.getFlags() : 0); in subCopy()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl92 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
/frameworks/rs/driver/
DrsdAllocation.h97 const android::renderscript::Type *newType, bool zeroNew);
DrsdAllocation.cpp595 const Type *newType, bool zeroNew) { in rsdAllocationResize() argument
597 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
606 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize()
609 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
/frameworks/base/rs/java/android/renderscript/
DMesh.java346 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/frameworks/rs/
Drs_hal.h227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java575 public void setModeSwitchingType(@DisplayManager.SwitchingType int newType) { in setModeSwitchingType() argument
577 if (newType != mModeSwitchingType) { in setModeSwitchingType()
578 mModeSwitchingType = newType; in setModeSwitchingType()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1054 final String newName, final String newHistoryName, final int newType, in noteChangeWakelockFromSource() argument
1065 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
/frameworks/base/core/java/android/widget/
DTextView.java7059 int newType = input.getInputType(); in setInputType() local
7060 final int newClass = newType & EditorInfo.TYPE_MASK_CLASS; in setInputType()
7065 newType |= EditorInfo.TYPE_TEXT_VARIATION_PASSWORD; in setInputType()
7067 type = newType; in setInputType()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5364 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked() argument
5366 newName, newHistoryName, newType, newUnimportantForLogging, in noteChangeWakelockFromSourceLocked()
5373 String newHistoryName, int newType, boolean newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() argument
5384 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
5393 newHistoryName, newType, newUnimportantForLogging, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt46025 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…