Searched refs:setType (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUUSInfo.java89 public void setType(int uusType) { method in class:UUSInfo
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java154 public void setType(int type); method in interface:SurfaceHolder
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java49 public void setType(CType ftype) { method in class:CFunc
138 cfunc.setType(ftype);
H A DJFunc.java52 public void setType(JType ftype) { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/base/services/java/com/android/server/am/
H A DBaseErrorDialog.java33 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
H A DLaunchWarningWindow.java34 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
H A DAppErrorDialog.java81 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ERROR);
H A DCompatModeDialog.java45 getWindow().setType(WindowManager.LayoutParams.TYPE_PHONE);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java80 public void setType(int type) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocation.h86 void setType(Type pType);
H A DLDSection.h128 void setType(uint32_t type) function in class:mcld::LDSection
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp37 result->setType(pType);
76 new_symbol->setType(pType);
H A DRelocation.cpp79 void Relocation::setType(Type pType) function in class:Relocation
/frameworks/compile/mclinker/unittests/
H A DSymbolCategoryTest.cpp58 a->setType(ResolveInfo::File);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp137 (*input)->setType(Input::Object);
144 (*input)->setType(Input::DynObj);
150 (*input)->setType(Input::Archive);
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp317 mLDInfo->output().setType(mcld::Output::DynObj);
319 mLDInfo->output().setType(mcld::Output::Exec);
346 mLDInfo->output().setType(mcld::Output::DynObj);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp310 mLDInfo->output().setType(mcld::Output::DynObj);
312 mLDInfo->output().setType(mcld::Output::Exec);
339 mLDInfo->output().setType(mcld::Output::DynObj);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java119 send.setType("text/plain");
126 send.setType("text/plain");
222 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java77 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java72 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h67 void setType(unsigned int pType) function in class:mcld::MCLDFile
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h61 void setType(FileType v) { m_Value = v; } function in class:mcld::sys::fs::FileStatus
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp124 rel_entry.setType(llvm::ELF::R_386_RELATIVE);
129 rel_entry.setType(llvm::ELF::R_386_GLOB_DAT);
180 rel_entry.setType(llvm::ELF::R_386_JUMP_SLOT);
222 rel_entry.setType(pType);
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java93 mProgressDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
226 mProgressDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java242 setType(mType);
254 setType(mType);
265 public void setType(int type) { method in class:RingtoneManager

Completed in 591 milliseconds

1234