Searched refs:isOpened (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp45 ASSERT_TRUE(m_pTestee->isOpened());
52 ASSERT_FALSE(m_pTestee->isOpened());
65 ASSERT_TRUE(m_pTestee->isOpened());
72 ASSERT_FALSE(m_pTestee->isOpened());
87 ASSERT_TRUE(m_pTestee->isOpened());
96 ASSERT_FALSE(m_pTestee->isOpened());
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp38 if (isOpened())
79 if (isOpened() || Unknown == pMode) {
107 if (isOpened()) {
125 if (!isOpened()) {
145 if (!isOpened() || !isWritable()) {
160 if (!isOpened() || !isReadable()) {
182 if (!isOpened() || !isWritable()) {
209 bool FileHandle::isOpened() const { function in class:mcld::FileHandle
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipService.aidl33 boolean isOpened(String localProfileUri, String opPackageName);
H A DSipManager.java44 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
285 public boolean isOpened(String localProfileUri) throws SipException { method in class:SipManager
287 return mSipService.isOpened(localProfileUri, mContext.getOpPackageName());
289 throw new SipException("isOpened()", e);
297 * ({@link #isOpened}).
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsService.aidl39 boolean isOpened(int serviceId);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java147 if (mPageAdapter.isOpened()) {
155 if ((contentChanged || !mPageAdapter.isOpened()) && writtenPages != null) {
187 if (mPageAdapter.isOpened()) {
348 if (pageAdapter != null && pageAdapter.isOpened()) {
358 if (pageAdapter != null && pageAdapter.isOpened()) {
H A DPageAdapter.java166 public boolean isOpened() { method in class:PageAdapter
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h102 bool isOpened() const;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsServiceBase.java59 public boolean isOpened(int serviceId) { method in class:ImsServiceBase.ImsServiceBinder
H A DImsManager.java767 public boolean isOpened(int serviceId) throws ImsException { method in class:ImsManager
771 return mImsService.isOpened(serviceId);
773 throw new ImsException("isOpened()", e,
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java947 public boolean isOpened() { method in class:SlidingDrawer
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java218 public synchronized boolean isOpened(String localProfileUri, String opPackageName) { method in class:SipService
219 if (!canUseSip(opPackageName, "isOpened")) {

Completed in 324 milliseconds