Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 14 of 14) sorted by relevance

/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
DProGuardTypesMapper.kt77 val newType = result.toDotNotation() + innerSuffix in <lambda>() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java201 private void testChangeCredentials(int userId, String newCredential, int newType, in testChangeCredentials()
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp222 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java116 AppType newType; in AppTypeFromRILInt() local
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java316 int newType = adapter.getItemViewType(i); in measureHeightOfChildrenCompat() local
/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp97 const ANeuralNetworksOperandType* newType) { in updateDimensionInfo()
/frameworks/base/rs/java/android/renderscript/
DMesh.java339 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp83 ANeuralNetworksOperandType newType = mValidInputs[i]; in testMutatingInputOperandCode() local
111 ANeuralNetworksOperandType newType = mValidOutputs[i]; in testMutatingOutputOperandCode() local
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl82 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource()
/frameworks/rs/rsov/driver/
DrsovAllocation.cpp613 const Type *newType, bool zeroNew) { in rsovAllocationResize()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java529 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSource()
/frameworks/rs/driver/
DrsdAllocation.cpp594 const Type *newType, bool zeroNew) { in rsdAllocationResize()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4514 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked()
4527 noteStartWakeLocked(newWs.get(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
4536 newHistoryName, newType, newUnimportantForLogging, elapsedRealtime, in noteChangeWakelockFromSourceLocked() local
/frameworks/base/core/java/android/widget/
DTextView.java6128 int newType = input.getInputType(); in setInputType() local