HomeSort by relevance Sort by last modified time
    Searched defs:registerContentObserver (Results 76 - 100 of 179) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/core/java/android/content/
ContentResolver.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java 245 resolver.registerContentObserver(uri, false /*notifyForDescendants*/, this);
304 mContext.getContentResolver().registerContentObserver(
    [all...]
ConnectivityService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 324 public void registerContentObserver(Uri uri, boolean notifyForDescendants,
360 public void registerContentObserver(Uri uri, boolean notifyForDescendants,
362 registerContentObserver(uri, notifyForDescendants, observer,
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttServiceImpl.java 256 frameworkFacade.registerContentObserver(mContext,
269 frameworkFacade.registerContentObserver(mContext,
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 405 resolver.registerContentObserver(CallLog.CONTENT_URI, true, callLogObserver);
410 resolver.registerContentObserver(
  /packages/apps/TV/src/com/android/tv/dvr/
DvrDataManagerImpl.java 314 cr.registerContentObserver(RecordedPrograms.CONTENT_URI, true, mContentObserver);
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
ZenModeHelper.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 519 mContentResolver.registerContentObserver(CalendarContract.Events.CONTENT_URI,
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 422 registerContentObserver();
484 private void registerContentObserver() {
495 resolver.registerContentObserver(Global.getUriFor(s), false, mSettingsObserver,
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
WifiStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 388 result.registerContentObserver(mCursorUpdateObserver);
716 mUnderlyingCursor.registerContentObserver(mCursorObserver);
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.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 
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 683 resolver.registerContentObserver(mDisplayInversionEnabledUri, false, this,
685 resolver.registerContentObserver(mWindowAnimationScaleUri, false, this,
687 resolver.registerContentObserver(mTransitionAnimationScaleUri, false, this,
689 resolver.registerContentObserver(mAnimationDurationScaleUri, false, this,
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 

Completed in 1850 milliseconds

1 2 34 5 6 7 8