HomeSort by relevance Sort by last modified time
    Searched defs:sendNotify (Results 1 - 7 of 7) sorted by null

  /cts/tools/host/src/com/android/cts/
HostSideOnlyTest.java 72 mTimeOutTimer.sendNotify();
HostTimer.java 136 public void sendNotify() {
137 Log.d("HostTimer.sendNotify(): mIsNotified=" + mIsNotified + ", this=" + this);
Test.java 283 mTimeOutTimer.sendNotify();
391 mTimeOutTimer.sendNotify();
423 mTimeOutTimer.sendNotify();
TestPackage.java 512 mTimeOutTimer.sendNotify();
567 sendNotify();
577 sendNotify();
587 private void sendNotify() {
939 mTimeOutTimer.sendNotify();
    [all...]
TestDevice.java 396 mObjectSync.sendNotify();
1074 mObjectSync.sendNotify();
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 162 private void sendNotify(Uri uri) {
464 sendNotify(uri);
571 sendNotify(url);
591 sendNotify(url);
612 sendNotify(url);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 140 sendNotify(uri);
163 sendNotify(uri);
173 if (count > 0) sendNotify(uri);
184 if (count > 0) sendNotify(uri);
189 private void sendNotify(Uri uri) {
    [all...]

Completed in 184 milliseconds