Searched refs:one (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraException.java17 package com.android.camera.one;
H A DSettings3A.java17 package com.android.camera.one;
H A DOneCameraManager.java17 package com.android.camera.one;
30 import com.android.camera.one.OneCamera.Facing;
31 import com.android.camera.one.OneCamera.OpenCallback;
46 * Exactly one call will always be made to a single method in the provided
52 * @param captureSize the capture size. This must be one of the supported
98 return new com.android.camera.one.v2.OneCameraManagerImpl(
102 return new com.android.camera.one.v1.OneCameraManagerImpl();
H A DAbstractOneCamera.java17 package com.android.camera.one;
H A DOneCamera.java17 package com.android.camera.one;
251 * Checks whether all required values are set. If one is missing, it
/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DOneCameraManagerImpl.java17 package com.android.camera.one.v1;
21 import com.android.camera.one.OneCamera.Facing;
22 import com.android.camera.one.OneCamera.OpenCallback;
23 import com.android.camera.one.OneCameraManager;
/packages/apps/Camera2/src_pd/com/android/camera/one/v2/
H A DOneCameraCreator.java17 package com.android.camera.one.v2;
25 import com.android.camera.one.OneCamera;
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraManagerImpl.java17 package com.android.camera.one.v2;
30 import com.android.camera.one.OneCamera;
31 import com.android.camera.one.OneCamera.Facing;
32 import com.android.camera.one.OneCamera.OpenCallback;
33 import com.android.camera.one.OneCameraManager;
H A DAutoFocusHelper.java17 package com.android.camera.one.v2;
26 import com.android.camera.one.OneCamera;
27 import com.android.camera.one.Settings3A;
32 * {@link com.android.camera.one.OneCamera} implementations.
H A DOneCameraZslImpl.java17 package com.android.camera.one.v2;
53 import com.android.camera.one.AbstractOneCamera;
54 import com.android.camera.one.OneCamera;
55 import com.android.camera.one.OneCamera.PhotoCaptureParameters.Flash;
56 import com.android.camera.one.Settings3A;
57 import com.android.camera.one.v2.ImageCaptureManager.ImageCaptureListener;
58 import com.android.camera.one.v2.ImageCaptureManager.MetadataChangeListener;
238 // latest one. Synchronization is necessary since this method is
448 // acceptable one exists in the buffer.
473 // the one w
[all...]
H A DOneCameraImpl.java17 package com.android.camera.one.v2;
49 import com.android.camera.one.AbstractOneCamera;
50 import com.android.camera.one.OneCamera;
51 import com.android.camera.one.Settings3A;
H A DImageCaptureManager.java17 package com.android.camera.one.v2;
184 "Unable to add an Image when one already exists.");
206 "Unable to add a TotalCaptureResult when one already exists.");
311 * one used for camera operations, such as capture requests and
603 * Tries to capture an existing image from the ring-buffer, if one exists
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DRawContactTest.java64 final RawContact one = buildRawContact();
66 assertFalse(one.equals(two));
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java74 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
165 final DialpadKeyButton one = (DialpadKeyButton) findViewById(R.id.one);
166 one.setLongHoverContentDescription(
287 case R.id.one: return KEY_FRAME_DURATION * 9;
295 case R.id.one: return KEY_FRAME_DURATION * 1;
312 case R.id.one: return KEY_FRAME_DURATION * 1;
343 case R.id.one:
361 case R.id.one:
380 case R.id.one
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java52 import com.android.camera.one.OneCamera;
53 import com.android.camera.one.OneCamera.AutoFocusState;
54 import com.android.camera.one.OneCamera.CaptureReadyCallback;
55 import com.android.camera.one.OneCamera.Facing;
56 import com.android.camera.one.OneCamera.OpenCallback;
57 import com.android.camera.one.OneCamera.PhotoCaptureParameters;
58 import com.android.camera.one.OneCamera.PhotoCaptureParameters.Flash;
59 import com.android.camera.one.OneCameraManager;
60 import com.android.camera.one.Settings3A;
61 import com.android.camera.one
[all...]
H A DFocusOverlayManager.java32 import com.android.camera.one.Settings3A;
/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java33 import com.android.camera.one.OneCameraManager;
189 * Sets up one shot preview callback in order to notify UI when the next
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
H A Dlegacy_contacts.sql91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
105 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
115 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
116 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java242 // one of the choices, which would be confusing. (But at
365 View oneButton = fragmentView.findViewById(R.id.one);
564 final int[] buttonIds = new int[] {R.id.one, R.id.two, R.id.three, R.id.four, R.id.five,
574 // Long-pressing one button will initiate Voicemail.
575 final DialpadKeyButton one = (DialpadKeyButton) fragmentView.findViewById(R.id.one);
576 one.setOnLongClickListener(this);
790 case R.id.one: {
916 case R.id.one: {
1071 // "persist.radio.otaspdial" is a temporary hack needed for one carrie
[all...]
/packages/providers/ContactsProvider/tests/assets/test1/
H A Dlegacy_contacts.sql123 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
124 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
136 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
137 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
147 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
/packages/providers/ContactsProvider/tests/assets/testSynced/
H A Dlegacy_contacts.sql147 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
160 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
161 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
171 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
172 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java81 R.id.one, R.id.two, R.id.three,
186 View view = findViewById(R.id.one);
369 case R.id.one: {
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java53 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
122 mDisplayMap.put(R.id.one, '1');
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java229 * the only "active" one should get the activity result. This member represents the active
230 * one.
571 // Check for writable raw contacts. If there are none, then we need to create one so user
1116 // Discard menu is only available if at least one raw contact is editable
1128 // Split only if more than one raw profile and not a user profile
1460 * Returns true if there is at least one writable raw contact in the current contact.
1535 public int compare(RawContactDelta one, RawContactDelta two) { argument
1537 if (one.equals(two)) {
1542 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1543 String dataSet1 = one
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java341 * Wrapper class for a specific database (associated with one particular
1801 // table and replaces it with a new one by the same name, we need to also recreate all
2793 * Ensures there is a file in the _data column of values, if one isn't
2992 Log.e(TAG, "more than one match for " + parentPath);
3198 // MediaScanner will compute the name from the path if we have one
4076 database.mNumDeletes += 2; // also count the one below
4079 // all the items behind it forward by one
4478 // We could just run both of the next two statements, but only one of
5056 // this one doesn't need to be saved (probably a song with an unknown album),
5063 // This one need
5230 makeBestName(String one, String two) argument
[all...]

Completed in 369 milliseconds

12