/frameworks/compile/mclinker/unittests/ |
D | FileHandleTest.cpp | 45 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/ |
D | FileHandle.cpp | 38 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/ |
D | PrintPreviewController.java | 147 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()
|
D | PageAdapter.java | 172 public boolean isOpened() { in isOpened() method in PageAdapter
|
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 81 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/ |
D | MmTelInterfaceAdapter.java | 61 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/ |
D | ISipService.aidl | 33 boolean isOpened(String localProfileUri, String opPackageName); in isOpened() method
|
D | SipManager.java | 318 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/ |
D | IImsMMTelFeature.aidl | 40 boolean isOpened(); in isOpened() method
|
D | IImsService.aidl | 40 boolean isOpened(int serviceId); in isOpened() method
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | FileHandle.h | 102 bool isOpened() const;
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 155 if (!isOpened()) { 193 if (!isOpened()) {
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 952 public boolean isOpened() { in isOpened() method
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipService.java | 223 public synchronized boolean isOpened(String localProfileUri, String opPackageName) { in isOpened() method in SipService
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67721 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/ |
D | android-22.txt | 17757 method public boolean isOpened(java.lang.String) throws android.net.sip.SipException; 38511 method public boolean isOpened();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 29729 method public boolean isOpened(String) throws android.net.sip.SipException; 58193 method @Deprecated public boolean isOpened();
|
/frameworks/base/api/ |
D | current.txt | 29859 method public boolean isOpened(String) throws android.net.sip.SipException; 58337 method @Deprecated public boolean isOpened();
|