/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardApplicationStatus.java | 168 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/ |
D | FrameInfoVisualizer.cpp | 232 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/ |
D | DefaultMixedHandler.java | 133 @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/ |
D | IBatteryStats.aidl | 92 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 97 const android::renderscript::Type *newType, bool zeroNew);
|
D | rsdAllocation.cpp | 595 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/ |
D | Mesh.java | 346 Type newType(Element e, int size) { in newType() method in Mesh.Builder
|
/frameworks/rs/ |
D | rs_hal.h | 227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayModeDirector.java | 575 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/ |
D | BatteryStatsService.java | 1054 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/ |
D | TextView.java | 7059 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/ |
D | BatteryStatsImpl.java | 5364 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/ |
D | hiddenapi-max-target-o.txt | 46025 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…
|