HomeSort by relevance Sort by last modified time
    Searched full:notified (Results 251 - 275 of 665) sorted by null

<<11121314151617181920>>

  /development/pdk/docs/porting/
power_management.jd 167 <p>You can register Kernel-level drivers with the Android Power Manager driver so that they're notified immediately before power down or after power up. For example, you might set a display driver to completely power down when a request comes in to power down from the user space (see the Android MSM MDDI display driver for a sample implementation).</p>
178 <p>The early-suspend API allows drivers to get notified when user-space writes to <code>/sys/power/request_state</code> to indicate that the user visible sleep state should change. Suspend handlers are called in order of low to high (4 - 1 below) and resume handlers are called in order of high to low (1 - 4 below).</p>
  /external/chromium/base/files/
file_path_watcher_linux.cc 47 // Watch directory |path| for changes. |watcher| will be notified on each
65 // We keep track of which delegates want to be notified on which watches.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 214 // unstars all nodes. Observers are notified immediately.
228 // loaded it is loaded and the observer of the model notified when done.
  /external/chromium/chrome/browser/download/
download_manager.h 15 // - allows observers, primarily views, to be notified when changes to the
373 // Observers that want to be notified of changes to the set of downloads.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 295 // We'll get notified when the interstitial is deleted.
328 // When a report is scheduled in the IO thread we should get notified.
safe_browsing_service.h 46 // Users of this service implement this interface to be notified
383 // be notified that the safebrowsing check is SAFE when this happens.
  /external/chromium/chrome/browser/search_engines/
template_url_model.h 50 // When TemplateURLModel has completed loading, observers are notified via
198 // Observers are notified when loading completes via the method
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 67 // Interface implemented by controllers/views that need to be notified any
70 // way to be notified of changes, rather for cases where a controller/view is
  /external/wpa_supplicant_8/hostapd/
README-WPS 165 UI), hostapd needs to be notified of the new PIN over the control
202 same time (2 minute window). hostapd needs to be notified about the AP
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 91 * more than one package specific service only the earlier registered is notified.
141 * {@link AccessibilityService} is notified.
  /frameworks/base/include/media/
AudioEffect.h 171 * event: type of event notified (see enum AudioEffect::event_type).
194 * notified of changes in effect engine state or control ownership by the effect callback.
AudioTrack.h 89 * event: type of event notified (see enum AudioTrack::event_type).
161 * It is recommented to pass a callback function to be notified of playback end by an
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 49 * To be notified of the future country change, using the
265 * @param notifyChange indicates whether the listener should be notified the change of the
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 211 // track each window that we've notified that the drag is starting
225 * previously been notified, i.e. it became visible after the drag operation
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 204 Log.d(LOGTAG, "testGet - sent request. Notified");
250 Log.d(LOGTAG, TEST_NAME + " - sent request. Notified");
  /libcore/luni/src/main/java/javax/xml/validation/
ValidatorHandler.java 91 * always notified to applications through
163 * should not be notified of such an exception.
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 399 * @param onDateChangedListener How user is notified date is changed by user, can be null.
412 * @param onDateChangedListener How user is notified date is changed by user, can be null.
  /packages/apps/VideoEditor/res/values-en-rGB/
strings.xml 45 <string name="editor_video_load" msgid="1982994058443715056">"The video clip download was started. You will be notified when it is complete."</string>
46 <string name="editor_image_load" msgid="4485265196685081793">"The image download was started. You will be notified when it is complete."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 128 // Add this listener to the list of listeners which should be notified when the
352 * Interface implemented by clients of the {@link CustomViewFinder} to be notified
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
SdkUpdaterWindowImpl1.java 228 * Adds a new listener to be notified when a change is made to the content of the SDK.
235 * Removes a new listener to be notified anymore when a change is made to the content of
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AvdManagerWindowImpl1.java 299 * Adds a new listener to be notified when a change is made to the content of the SDK.
306 * Removes a new listener to be notified anymore when a change is made to the content of
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 415 // specify which events we want to be notified of
429 // we want to be notified of the video size once it's found, so we register a callback for that
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 131 // not going to send us a result. We will be notified by
  /external/chromium/base/
observer_list_threadsafe.h 140 // been Notified. The notification may still be pending delivery.
  /external/chromium/base/synchronization/
waitable_event.h 118 // been notified.

Completed in 2060 milliseconds

<<11121314151617181920>>