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.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/opt/net/voip/src/java/android/net/sip/
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/core/java/android/widget/
H A DSlidingDrawer.java947 public boolean isOpened() { method in class:SlidingDrawer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java166 public boolean isOpened() { method in class:PageAdapter
/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 1071 milliseconds