/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/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DesktopModeVisualIndicator.java | 276 private void transitionIndicator(IndicatorType newType) { in transitionIndicator() argument 277 if (mCurrentType == newType) return; in transitionIndicator() 282 fadeInIndicator(newType); in transitionIndicator() 283 } else if (newType == IndicatorType.NO_INDICATOR) { in transitionIndicator() 288 newType); in transitionIndicator() 289 mCurrentType = newType; in transitionIndicator() 377 IndicatorType newType) { in animateIndicatorType() argument 379 final Rect endBounds = getIndicatorBounds(displayLayout, newType); in animateIndicatorType()
|
/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/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/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 123 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | DefaultMixedHandler.java | 390 @WindowManager.TransitionType int newType, boolean withChanges) { in subCopy() argument 391 final TransitionInfo out = new TransitionInfo(newType, withChanges ? info.getFlags() : 0); in subCopy()
|
/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/mode/ |
D | DisplayModeDirector.java | 517 public void setModeSwitchingType(@DisplayManager.SwitchingType int newType) { in setModeSwitchingType() argument 519 if (newType != mModeSwitchingType) { in setModeSwitchingType() 520 mModeSwitchingType = newType; in setModeSwitchingType()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1390 final String newName, final String newHistoryName, final int newType, in noteChangeWakelockFromSource() argument 1402 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 5146 String newHistoryName, int newType, boolean newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() argument 5157 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local 5166 newHistoryName, newType, newUnimportantForLogging, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 45382 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…
|