Home
last modified time | relevance | path

Searched refs:isOpened (Results 1 – 18 of 18) 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.java172 public boolean isOpened() { in isOpened() method in PageAdapter
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java81 public boolean isOpened() throws RemoteException {
83 return MMTelFeature.this.isOpened();
246 public boolean isOpened() { in isOpened() method in MMTelFeature
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java61 public boolean isOpened() throws RemoteException { in isOpened() method in MmTelInterfaceAdapter
62 return getInterface().isOpened(); in isOpened()
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipService.aidl33 boolean isOpened(String localProfileUri, String opPackageName); in isOpened() method
DSipManager.java318 public boolean isOpened(String localProfileUri) throws SipException { in isOpened() method in SipManager
321 return mSipService.isOpened(localProfileUri, mContext.getOpPackageName()); in isOpened()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl40 boolean isOpened(); in isOpened() method
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/base/core/java/android/widget/
DSlidingDrawer.java952 public boolean isOpened() { in isOpened() method
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java223 public synchronized boolean isOpened(String localProfileUri, String opPackageName) { in isOpened() method in SipService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt67721 Landroid/telephony/ims/compat/feature/MMTelFeature;->isOpened()Z
85946 Lcom/android/ims/internal/IImsMMTelFeature$Stub$Proxy;->isOpened()Z
85984 Lcom/android/ims/internal/IImsMMTelFeature;->isOpened()Z
86054 Lcom/android/ims/internal/IImsService$Stub$Proxy;->isOpened(I)Z
86088 Lcom/android/ims/internal/IImsService;->isOpened(I)Z
/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/non-updatable-api/
Dcurrent.txt29729 method public boolean isOpened(String) throws android.net.sip.SipException;
58193 method @Deprecated public boolean isOpened();
/frameworks/base/api/
Dcurrent.txt29859 method public boolean isOpened(String) throws android.net.sip.SipException;
58337 method @Deprecated public boolean isOpened();