Searched defs:open (Results 1 - 25 of 34) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/device/
H A DSingleDeviceLifecycle.java24 * Lifecycle for a single device from open to close.
41 * an open and ready state.
43 public void open(); method in interface:SingleDeviceLifecycle
H A DCameraDeviceLifecycle.java29 * multiple calls to open() and close(). Once the device reaches the
30 * shutdown phase (Defined as a close event with no pending open
74 * attempt to reach an open state.
77 public void open() { method in class:CameraDeviceLifecycle
/packages/apps/Calendar/src/com/android/calendar/
H A DCloudNotificationBackplane.java25 public boolean open(Context context); method in interface:CloudNotificationBackplane
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraOpener.java35 * Attempts to open the given camera with the provided parameters and
41 * @param cameraId the specific camera to open.
51 * when it failed to open.
55 public abstract void open( method in interface:OneCameraOpener
/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DLegacyOneCameraOpenerImpl.java47 public void open( method in class:LegacyOneCameraOpenerImpl
/packages/apps/Email/provider_src/com/android/email/mail/
H A DSender.java120 public abstract void open() throws MessagingException; method in class:Sender
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DDrmConvertSession.java48 public static DrmConvertSession open(Context context, String mimeType) { method in class:DrmConvertSession
151 Log.w(TAG, "Could not open file in mode: rw", e);
/packages/apps/TV/usbtuner/src/com/android/usbtuner/
H A DUsbTunerHal.java71 * @param deviceInfo a tuner device to open
74 protected boolean open(DvbDeviceInfoWrapper deviceInfo) { method in class:UsbTunerHal
H A DFileDataSource.java171 open(filepath);
174 private void open(String filepath) { method in class:FileDataSource.StreamProvider
212 open(mFilepath);
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DCamera2OneCameraOpenerImpl.java103 public void open( method in class:Camera2OneCameraOpenerImpl
196 Log.e(TAG, "Could not open camera. " + ex.getMessage());
204 Log.e(TAG, "Could not open camera. " + ex.getMessage());
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImageList.java57 public void open(ContentResolver resolver) { method in class:MockImageList
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackSource.java43 public void open() { method in class:FilterStackSource
47 Log.w(LOGTAG, "could not open database", e);
/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java90 public void open() throws MessagingException { method in class:SmtpSender
92 mTransport.open();
182 open();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraHolder.java35 * <p>The {@code open()} and {@code release()} calls are similar to the ones
38 * android.hardware.Camera} instance for a while, so if {@code open()} is
39 * called soon after, we can avoid the cost of {@code open()} in {@code
50 private int mUsers = 0; // number of open() - number of release()
56 // We store the camera parameters when we actually open the device,
57 // so we can restore them in the subsequent open() requests by the user.
82 // In 'CameraHolder.open', the 'RELEASE_CAMERA' message
120 public synchronized android.hardware.Camera open(int cameraId) method in class:CameraHolder
130 Log.v(TAG, "open camera " + cameraId);
131 mCameraDevice = android.hardware.Camera.open(cameraI
[all...]
/packages/services/Telephony/src/com/android/phone/common/mail/store/
H A DImapConnection.java93 public void open() throws IOException, MessagingException { method in class:ImapConnection
104 mTransport.open();
369 open();
H A DImapFolder.java94 public void open(String mode) throws MessagingException { method in class:ImapFolder
97 throw new AssertionError("Duplicated open on ImapFolder");
718 throw new MessagingException("Can't open mailbox: "
770 throw new MessagingException("Folder " + mName + " is not open.");
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapConnection.java132 void open() throws IOException, MessagingException { method in class:ImapConnection
143 mTransport.open();
277 open();
303 open();
/packages/apps/Email/provider_src/com/android/email/mail/transport/
H A DMailTransport.java103 * Attempts to open a connection using the Uri supplied for connection parameters. Will attempt
106 public void open() throws MessagingException, CertificateValidationException { method in class:MailTransport
108 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " +
126 "open", Boolean.toString(canTrustAllCertificates()), 0);
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMockFolder.java113 public void open(OpenMode mode) { method in class:MockFolder
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraMediaChooser.java250 * @param open True if the control is opened
253 void onOpenedChanged(final boolean open) { argument
254 super.onOpenedChanged(open);
H A DMediaChooser.java49 /** True if this chooser is open */
74 // If we're selected, it must be open
120 void onOpenedChanged(final boolean open) { argument
121 mOpen = open;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DPersonalDictionaryLookup.java241 public void open() { method in class:PersonalDictionaryLookup
242 Log.i(mTag, "open()");
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DMailTransport.java98 * Attempts to open a connection using the Uri supplied for connection parameters. Will attempt
101 public void open() throws MessagingException { method in class:MailTransport
102 LogUtils.d(TAG, "*** IMAP open " + mHost + ":" + String.valueOf(mPort));
203 LogUtils.d(TAG, "open: converting to TLS socket");
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java234 public void open() /* method in class:MockTransport
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DFolder.java59 * Forces an open of the MailProvider. If the provider is already open this
67 public abstract void open(OpenMode mode) method in class:Folder
79 * @return True if further commands are not expected to have to open the
86 * Returns the mode the folder was opened with. This may be different than the mode the open

Completed in 458 milliseconds

12