Searched defs:isOpened (Results 1 - 7 of 7) sorted by relevance

/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/ims/src/java/com/android/ims/
H A DImsServiceBase.java60 public boolean isOpened(int serviceId) { method in class:ImsServiceBase.ImsServiceBinder
H A DImsManager.java841 public boolean isOpened(int serviceId) throws ImsException { method in class:ImsManager
845 return mImsService.isOpened(serviceId);
847 throw new ImsException("isOpened()", e,
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java44 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
298 public boolean isOpened(String localProfileUri) throws SipException { method in class:SipManager
301 return mSipService.isOpened(localProfileUri, mContext.getOpPackageName());
303 throw new SipException("isOpened()", e);
311 * ({@link #isOpened}).
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java944 public boolean isOpened() { method in class:SlidingDrawer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java169 public boolean isOpened() { method in class:PageAdapter
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java221 public synchronized boolean isOpened(String localProfileUri, String opPackageName) { method in class:SipService
222 if (!canUseSip(opPackageName, "isOpened")) {

Completed in 128 milliseconds