Searched refs:newType (Results 1 - 15 of 15) 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 DFrameInfoVisualizer.cpp222 ProfileType newType = Properties::getProfileType(); local
223 if (newType != mType) {
224 mType = newType;
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DLockSettingsServiceTests.java197 private void testChangeCredentials(int userId, String newCredential, int newType, argument
201 mService.setLockCredential(newCredential, newType, oldCredential, userId);
202 assertVerifyCredentials(userId, newCredential, newType, sid);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListViewCompat.java302 int newType = adapter.getItemViewType(i);
303 if (newType != viewType) {
305 viewType = newType;
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl79 String newHistoryName, int newType, boolean newUnimportantForLogging);
/frameworks/rs/driver/
H A DrsdAllocation.h97 const android::renderscript::Type *newType, bool zeroNew);
H A DrsdAllocation.cpp592 const Type *newType, bool zeroNew) {
594 const uint32_t dimX = newType->getDimX();
603 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr);
606 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
591 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h188 const android::renderscript::Type *newType,
H A DrsovAllocation.cpp614 const Type *newType, bool zeroNew) {
613 rsovAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java339 Type newType(Element e, int size) { method in class:Mesh.Builder
/frameworks/rs/
H A Drs_hal.h227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java497 String newHistoryName, int newType, boolean newUnimportantForLogging) {
501 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
495 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/core/java/android/widget/
H A DTextView.java5755 int newType = input.getInputType();
5756 final int newClass = newType & EditorInfo.TYPE_MASK_CLASS;
5761 newType |= EditorInfo.TYPE_TEXT_VARIATION_PASSWORD;
5763 type = newType;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3844 String newHistoryName, int newType, boolean newUnimportantForLogging) {
3852 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
3842 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 3025 milliseconds