Home
last modified time | relevance | path

Searched refs:isOpened (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/unittests/
DFileHandleTest.cpp45 ASSERT_TRUE(m_pTestee->isOpened()); in TEST_F()
52 ASSERT_FALSE(m_pTestee->isOpened()); in TEST_F()
65 ASSERT_TRUE(m_pTestee->isOpened()); in TEST_F()
72 ASSERT_FALSE(m_pTestee->isOpened()); in TEST_F()
87 ASSERT_TRUE(m_pTestee->isOpened()); in TEST_F()
96 ASSERT_FALSE(m_pTestee->isOpened()); in TEST_F()
/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp38 if (isOpened()) in ~FileHandle()
79 if (isOpened() || Unknown == pMode) { in open()
107 if (isOpened()) { in delegate()
125 if (!isOpened()) { in close()
145 if (!isOpened() || !isWritable()) { in truncate()
160 if (!isOpened() || !isReadable()) { in read()
182 if (!isOpened() || !isWritable()) { in write()
209 bool FileHandle::isOpened() const { in isOpened() function in mcld::FileHandle
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java147 if (mPageAdapter.isOpened()) { in onContentUpdated()
155 if ((contentChanged || !mPageAdapter.isOpened()) && writtenPages != null) { in onContentUpdated()
187 if (mPageAdapter.isOpened()) { in onReleaseRequested()
345 if (pageAdapter != null && pageAdapter.isOpened()) { in startPreloadContent()
355 if (pageAdapter != null && pageAdapter.isOpened()) { in stopPreloadContent()
DPageAdapter.java169 public boolean isOpened() { in isOpened() method in PageAdapter
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipService.aidl33 boolean isOpened(String localProfileUri, String opPackageName); in isOpened() method
DSipManager.java298 public boolean isOpened(String localProfileUri) throws SipException { in isOpened() method in SipManager
301 return mSipService.isOpened(localProfileUri, mContext.getOpPackageName()); in isOpened()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsService.aidl40 boolean isOpened(int serviceId); in isOpened() method
/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h102 bool isOpened() const;
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc155 if (!isOpened()) {
193 if (!isOpened()) {
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java60 public boolean isOpened(int serviceId) { in isOpened() method in ImsServiceBase.ImsServiceBinder
DImsManager.java841 public boolean isOpened(int serviceId) throws ImsException { in isOpened() method in ImsManager
845 return mImsService.isOpened(serviceId); in isOpened()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java944 public boolean isOpened() { in isOpened() method
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java221 public synchronized boolean isOpened(String localProfileUri, String opPackageName) { in isOpened() method in SipService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17757 method public boolean isOpened(java.lang.String) throws android.net.sip.SipException;
38511 method public boolean isOpened();
/frameworks/base/api/
Dcurrent.txt24210 method public boolean isOpened(java.lang.String) throws android.net.sip.SipException;
47629 method public boolean isOpened();
Dsystem-current.txt26232 method public boolean isOpened(java.lang.String) throws android.net.sip.SipException;
50986 method public boolean isOpened();
Dtest-current.txt24279 method public boolean isOpened(java.lang.String) throws android.net.sip.SipException;
47708 method public boolean isOpened();