Searched defs:primary (Results 1 - 8 of 8) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMtpService.java49 // In PTP mode we support only primary storage
50 final StorageVolume primary = StorageManager.getPrimaryVolume(mVolumes);
51 final String path = primary.getPath();
131 final StorageVolume primary = StorageManager.getPrimaryVolume(mVolumes);
135 manageServiceLocked(primary, subdirs);
153 private void manageServiceLocked(StorageVolume primary, String[] subdirs) { argument
158 primary.getPath(), subdirs);
212 // In PTP mode we support only primary storage
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DCharEscapers.java861 * characters using a primary {@code CharEscaper} first and falls back to a
865 * primary escaper, and if the primary escaper has no escaping for that
868 * If the primary escaper has an escape for a character, the secondary escaper
870 * primary is not run through the secondary. For a case where you would like
874 * @param primary The primary {@code CharEscaper} to use
879 public static CharEscaper fallThrough(CharEscaper primary, argument
881 checkNotNull(primary);
883 return new FallThroughCharEscaper(primary, secondar
1083 private final CharEscaper primary; field in class:CharEscapers.FallThroughCharEscaper
1086 FallThroughCharEscaper(CharEscaper primary, CharEscaper secondary) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactPhotoSelectionFragment.java105 * This may be because it is marked super primary or it is the one quick contacts picked
106 * randomly to display because none is marked super primary.
108 public boolean primary; field in class:CompactPhotoSelectionFragment.Photo
134 dest.writeInt(primary ? 1 : 0);
147 primary = source.readInt() == 1;
248 // Display a check icon over the primary photo
250 checkImageView.setVisibility(photo.primary ? View.VISIBLE : View.GONE);
301 // Call the host back so it can set the new photo as primary
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java152 // Non-primary
164 // Remove the original primary organization
196 // Non-primary
213 // Remove the primary phone number
267 // Non-primary
285 // Remove the primary email
525 String auxData, boolean primary) {
538 values.put(ContactMethods.ISPRIMARY, primary ? 1 : 0);
524 assertContactMethodInsert(int kind, int type, String label, String data, String auxData, boolean primary) argument
H A DBaseContactsProvider2Test.java237 protected Uri insertOrganization(long rawContactId, ContentValues values, boolean primary) { argument
238 return insertOrganization(rawContactId, values, primary, false);
241 protected Uri insertOrganization(long rawContactId, ContentValues values, boolean primary, argument
246 if (primary) {
261 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) { argument
262 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME);
265 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, argument
267 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME);
270 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, argument
272 return insertPhoneNumber(rawContactId, phoneNumber, primary, fals
275 insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, boolean superPrimary, int type) argument
297 insertEmail(long rawContactId, String email, boolean primary) argument
301 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary) argument
306 insertEmail(long rawContactId, String email, boolean primary, int type, String label) argument
311 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary, int type, String label) argument
334 insertSipAddress(long rawContactId, String sipAddress, boolean primary) argument
[all...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java221 Call primary = null;
225 primary = callList.getIncomingCall();
227 primary = callList.getOutgoingCall();
228 if (primary == null) {
229 primary = callList.getPendingOutgoingCall();
236 primary = getCallToDisplay(callList, null, false);
237 secondary = getCallToDisplay(callList, primary, true);
245 Log.d(this, "Primary call: " + primary);
248 final boolean primaryChanged = !(Call.areSame(mPrimary, primary) &&
249 Call.areSameNumber(mPrimary, primary));
1066 shouldShowEndCallButton(Call primary, int callState) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 418 milliseconds