/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | CallLogFacade.java | 61 mContentResolver.registerContentObserver(Calls.CONTENT_URI, true, mCallLogStatusReceiver); in CallLogFacade() 66 Uri uri = ContentUris.withAppendedId(Calls.CONTENT_URI, id); in buildUri() 73 mContentResolver.delete(Calls.CONTENT_URI, null, null); in callLogsEraseAll() 88 mContentResolver.insert(Calls.CONTENT_URI, values); in callLogsPut() 102 Calls.CONTENT_URI, in callLogsGet() 126 Cursor cursor = mContentResolver.query(Calls.CONTENT_URI, null, null, null, null); in callLogGetCount()
|
D | ContactsFacade.java | 52 private static final Uri CONTACTS_URI = ContactsContract.Contacts.CONTENT_URI; 73 ContactsContract.Contacts.CONTENT_URI, true, mContactsStatusReceiver); in ContactsFacade() 89 return ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI, id); in getUri() 278 ContactsContract.Contacts.CONTENT_URI, in getAllContactsVcardUri() 307 ContactsContract.Contacts.CONTENT_URI, in contactsEraseAll()
|
D | CommonIntentsFacade.java | 94 view(People.CONTENT_URI, null); in viewContacts()
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/ |
D | EABContract.java | 57 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in EABContract 72 public static final Uri CONTENT_URI = Uri.withAppendedPath(EABContract.CONTENT_URI, field in EABContract.EABColumns
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | ContactDbUtil.java | 59 int count = resolver.update(ContactsContract.Data.CONTENT_URI, values, selection, null); in resetVtCapability() 74 final Cursor cursor = resolver.query(ContactsContract.Data.CONTENT_URI, in updateVtCapability() 92 int count = resolver.update(ContactsContract.Data.CONTENT_URI, values, selection, null); in updateVtCapability()
|
D | EABDbUtil.java | 75 cursor = contentResolver.query(Contacts.CONTENT_URI, projection, selection, in validateAndSyncFromContactsDb() 106 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, in validateAndSyncFromContactsDb() 196 .newInsert(EABContract.EABColumns.CONTENT_URI) in addContactToEabDb() 242 EABContract.EABColumns.CONTENT_URI, eabProjection, in deleteContactFromEabDb() 256 .newDelete(EABContract.EABColumns.CONTENT_URI) in deleteContactFromEabDb() 264 .newDelete(EABContract.EABColumns.CONTENT_URI) in deleteContactFromEabDb() 307 EABContract.EABColumns.CONTENT_URI, eabProjection, in deleteNumberFromEabDb() 313 ops.add(ContentProviderOperation.newDelete(EABContract.EABColumns.CONTENT_URI) in deleteNumberFromEabDb() 362 .newUpdate(EABContract.EABColumns.CONTENT_URI) in updateNameInEabDb()
|
D | Contacts.java | 63 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in Contacts 77 public static final Uri CONTENT_URI = field in Contacts.Impl 78 Uri.withAppendedPath(Contacts.CONTENT_URI, TABLE_NAME);
|
D | EABService.java | 114 EABContract.EABColumns.CONTENT_URI, null, null); 254 ContactsContract.Contacts.CONTENT_URI, true, in registerContentObservers() 259 ContactsContract.Profile.CONTENT_URI, true, in registerContentObservers() 460 cursor = getContentResolver().query(ContactsContract.Data.CONTENT_URI, in checkForContactNumberChanges() 534 Cursor eabCursor = getContentResolver().query(EABContract.EABColumns.CONTENT_URI, in verifyInsertOrUpdateAction() 612 ContactsContract.Data.CONTENT_URI, projection, in checkForPhoneNumberDelete() 633 EABContract.EABColumns.CONTENT_URI, eabProjection, in checkForPhoneNumberDelete() 726 ContactsContract.DeletedContacts.CONTENT_URI, projection, in checkForDeletedContact() 777 Uri profileUri = ContactsContract.Profile.CONTENT_URI; in checkForProfileNumberChanges() 861 Cursor eabDbCursor = getContentResolver().query( EABContract.EABColumns.CONTENT_URI, in checkForProfilePhoneNumberDelete() [all …]
|
D | EABContactManager.java | 637 private Uri mBaseUri = Contacts.Impl.CONTENT_URI; 832 count = mResolver.update(Contacts.Impl.CONTENT_URI, in updateAllCapabilityToUnknown() 858 count = mResolver.update(Contacts.Impl.CONTENT_URI, in updateAllVtCapabilityToUnknown() 934 cursor = mResolver.query(Contacts.Impl.CONTENT_URI, DATA_QUERY_PROJECTION, in update() 954 count += mResolver.update(Contacts.Impl.CONTENT_URI, values, in update()
|
D | EABProvider.java | 301 return getContext().getContentResolver().query(Contacts.CONTENT_URI, projection, in queryInternal() 428 Cursor cursor = getContext().getContentResolver().query(EABContract.EABColumns.CONTENT_URI, in verifyIfMdnExists() 492 Cursor cursor = getContext().getContentResolver().query(EABContract.EABColumns.CONTENT_URI, in printDeletingValues()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptsLiveFolder.java | 32 public static final Uri CONTENT_URI = field in ScriptsLiveFolder 41 setResult(RESULT_OK, createLiveFolder(this, CONTENT_URI, "Scripts", R.drawable.live_folder)); in onCreate()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyManagerFacade.java | 1001 Telephony.Carriers.CONTENT_URI, new ContentValues()); in telephonySetAPN() 1003 Log.w("Failed to insert new provider into " + Telephony.Carriers.CONTENT_URI); in telephonySetAPN() 1035 Telephony.Carriers.CONTENT_URI, in telephonySetAPN() 1062 Telephony.Carriers.CONTENT_URI, in telephonyGetNumberOfAPNs()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |