HomeSort by relevance Sort by last modified time
    Searched defs:setNotificationUri (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 189 public void setNotificationUri(ContentResolver contentResolver, Uri uri) {
190 wrappedCursor.setNotificationUri(contentResolver, uri);
ShadowAbstractCursor.java 154 public void setNotificationUri(ContentResolver cr, Uri notifyUri) {
169 * Returns the Uri set by {@code setNotificationUri()}. Method included for testing
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCursorWrapper.java 197 public void setNotificationUri(ContentResolver contentResolver, Uri uri) {
198 wrappedCursor.setNotificationUri(contentResolver, uri);
  /frameworks/base/core/java/android/database/
CursorWrapper.java 237 public void setNotificationUri(ContentResolver cr, Uri uri) {
238 mCursor.setNotificationUri(cr, uri);
Cursor.java 429 void setNotificationUri(ContentResolver cr, Uri uri);
433 * will be delivered, as previously set by {@link #setNotificationUri}.
AbstractCursor.java 397 public void setNotificationUri(ContentResolver cr, Uri notifyUri) {
398 setNotificationUri(cr, notifyUri, cr.getUserId());
402 public void setNotificationUri(ContentResolver cr, Uri notifyUri, int userHandle) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 183 public void setNotificationUri(ContentResolver cr, Uri uri) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
BaseCursor.java 186 public void setNotificationUri(ContentResolver cr, Uri uri) {
  /frameworks/base/test-mock/src/android/test/mock/
MockCursor.java 224 public void setNotificationUri(ContentResolver cr, Uri uri) {
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
ContactFilterCursor.java 518 public void setNotificationUri(ContentResolver cr, Uri uri) {
519 cursor.setNotificationUri(cr, uri);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AbstractCursorTest.java 218 cursor.setNotificationUri(null, uri);
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 237 result.setNotificationUri(resolver, notifyUri);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DocumentLoader.java 306 cursor.setNotificationUri(resolver, createUri());
MtpDocumentsProvider.java 174 cursor.setNotificationUri(
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 134 cursor.setNotificationUri(cr, uri);
139 cursor.setNotificationUri(cr, getListUriFromAttachmentUri(uri));
156 cursor.setNotificationUri(cr, attachmentsListUri);
MailAppProvider.java 231 cursor.setNotificationUri(mResolver, getAccountsUri());
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 245 cursor.setNotificationUri(resolver, notifyUri);
254 result.setNotificationUri(getContext().getContentResolver(),
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /prebuilts/sdk/28/optional/
android.test.mock.jar 
  /prebuilts/sdk/current/optional/
android.test.mock.jar 
  /prebuilts/sdk/system_current/optional/
android.test.mock.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 

Completed in 239 milliseconds

1 2 3 4