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

/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/v1/
H A DOneCameraManagerImpl.java33 public void open(Facing facing, boolean enableHdr, Size pictureSize, OpenCallback callback, Handler handler) { method in class:OneCameraManagerImpl
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DOpenManager.java46 public void open(ApplicationsState state) { method in class:OpenManager
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraManager.java43 * Attempts to open the camera facing the given direction with the given
49 * @param facing which camera to open. The first camera found in the given
51 * @param enableHdr if an HDR feature exists, open a camera that supports it
55 * when it failed to open.
58 public abstract void open(Facing facing, boolean enableHdr, Size captureSize, method in class:OneCameraManager
/packages/apps/Email/src/com/android/email/mail/
H A DSender.java120 public abstract void open() throws MessagingException; method in class:Sender
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraManagerImpl.java65 public void open(Facing facing, final boolean useHdr, final Size pictureSize, method in class:OneCameraManagerImpl
126 Log.e(TAG, "Could not open camera. " + ex.getMessage());
134 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();
H A DMailTransport.java102 * Attempts to open a connection using the Uri supplied for connection parameters. Will attempt
105 public void open() throws MessagingException, CertificateValidationException { method in class:MailTransport
107 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " 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/apps/Camera/src/com/android/camera/
H A DCameraHolder.java40 * <p>The {@code open()} and {@code release()} calls are similar to the ones
43 * android.hardware.Camera} instance for a while, so if {@code open()} is
44 * called soon after, we can avoid the cost of {@code open()} in {@code
64 /* Debug double-open issue */
113 // We store the camera parameters when we actually open the device,
114 // so we can restore them in the subsequent open() requests by the user.
139 // In 'CameraHolder.open', the 'RELEASE_CAMERA' message
191 public synchronized CameraProxy open(int cameraId) method in class:CameraHolder
196 Log.e(TAG, "double open");
208 Log.v(TAG, "open camer
[all...]
/packages/apps/Email/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();
H A DImapFolder.java101 public void open(OpenMode mode) method in class:ImapFolder
187 * not calling checkOpen() since we don't care if the folder is open.
233 * not calling checkOpen() since we don't care if the folder is open.
321 newFolder.open(OpenMode.READ_WRITE);
1250 throw new MessagingException("Can't open mailbox: "
1263 throw new MessagingException("Folder " + mName + " is not open.");
H A DPop3Store.java129 // Close any open or half-open connections - checkSettings should always be "fresh"
134 folder.open(OpenMode.READ_WRITE);
193 public synchronized void open(OpenMode mode) throws MessagingException { method in class:Pop3Store.Pop3Folder
203 mTransport.open();
706 * if it is closed. Leaves the connection open.
717 * if it is closed. Leaves the connection open.
726 open(OpenMode.READ_WRITE);
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMockFolder.java113 public void open(OpenMode mode) { method in class:MockFolder
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
H A DSyncML_DM_FileHandle.cc92 Function: DMFileHandler::open
98 DMFileHandler::open(INT32 modeFlag) function in class:DMFileHandler
383 P2K requires that the filehandle be open. We handle that with preprocessor
/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
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java203 void setPanelOpen(boolean open) { argument
204 panelOpen = open;
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java744 * is going to be ejected, so applications can clean up any files they have open.
917 public void open(long [] list, int position) { method in class:MediaPlaybackService
1037 open(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI + "/" +
1066 Log.d(LOGTAG, "Failed to open file for playback");
1102 public boolean open(String path) { method in class:MediaPlaybackService
1926 // failed to open next, we'll transition the old fashioned way,
2091 mService.get().open(path);
2093 public void open(long [] list, int position) { method in class:MediaPlaybackService.ServiceStub
2094 mService.get().open(list, position);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 3866 milliseconds