Searched defs:one (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java215 * the only "active" one should get the activity result. This member represents the active
216 * one.
541 // Check for writable raw contacts. If there are none, then we need to create one so user
1027 // Split only if more than one raw profile and not a user profile
1033 // Discard menu is only available if at least one raw contact is editable
1308 * Returns true if there is at least one writable raw contact in the current contact.
1381 public int compare(RawContactDelta one, RawContactDelta two) { argument
1383 if (one.equals(two)) {
1388 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1389 String dataSet1 = one
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java333 * Wrapper class for a specific database (associated with one particular
1771 // table and replaces it with a new one by the same name, we need to also recreate all
2751 * Ensures there is a file in the _data column of values, if one isn't
2950 Log.e(TAG, "more than one match for " + parentPath);
3156 // MediaScanner will compute the name from the path if we have one
4027 database.mNumDeletes += 2; // also count the one below
4030 // all the items behind it forward by one
4421 // We could just run both of the next two statements, but only one of
4981 // this one doesn't need to be saved (probably a song with an unknown album),
4988 // This one need
5155 makeBestName(String one, String two) argument
[all...]

Completed in 365 milliseconds