OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notified
(Results
176 - 200
of
665
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java
689
* event source and already
notified
services for that event type. Specifically, a
690
* service is
notified
if it is interested in events from the package and no other service
691
* providing the same feedback type has been
notified
. Exception are services the
693
* types) which are always
notified
.
697
* @param handledFeedbackTypes The feedback types for which services have been
notified
.
698
* @return True if the listener should be
notified
, false otherwise.
[
all
...]
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java
143
// Before registering, observer can't be
notified
.
179
// after unregistering, observer can't be
notified
.
/external/chromium/base/
observer_list_unittest.cc
338
// B's adder should not have been
notified
because it was added during
342
// Notify again to make sure b's adder is
notified
.
/external/chromium/chrome/browser/download/
download_request_limiter.cc
40
// We should only be destroyed after the callbacks have been
notified
.
153
// Reset the delegate so we don't get
notified
again.
/external/chromium/chrome/browser/
enumerate_modules_model_win.h
205
// The observer, who needs to be
notified
when we are done.
224
// Then wait to get
notified
through MODULE_LIST_ENUMERATED when the list is
browsing_data_remover.h
62
// Observer is
notified
when the removal is done. Done means keywords have
process_singleton.h
56
// Returns true if another process was found and
notified
, false if we
/external/chromium/chrome/browser/sessions/
tab_restore_service.h
134
//
notified
.
298
// observers are
notified
.
/frameworks/base/core/java/android/content/
IntentSender.java
136
* caller to specify information about the Intent to use and be
notified
162
* caller to specify information about the Intent to use and be
notified
/frameworks/base/core/java/android/text/style/
SuggestionSpan.java
119
* @param notificationTargetClass if not null, this class will get
notified
when the user
211
* The class will get
notified
by an intent that has those information.
/frameworks/base/core/java/android/widget/
Filter.java
92
* <p>Upon completion, the listener is
notified
.</p>
95
* @param listener a listener
notified
upon completion of the operation
ShareActionProvider.java
143
* Sets a listener to be
notified
when a share target has been selected.
148
* you will still be
notified
in this callback.
/hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h
270
* Register to be
notified
of specific processor events
273
* uEventMask: Type of event to be
notified
about.
DSPStream.h
264
* Register to be
notified
of specific events for this stream.
267
* uEventMask: Type of event to be
notified
about.
/hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h
270
* Register to be
notified
of specific processor events
273
* uEventMask: Type of event to be
notified
about.
DSPStream.h
266
* Register to be
notified
of specific events for this stream.
269
* uEventMask: Type of event to be
notified
about.
/external/antlr/src/org/antlr/runtime/tree/
TreeNodeStream.java
97
* after this call. The stream is
notified
because it is walking the
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java
120
* This method returns when the thread is
notified
or interrupted,
/external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.h
93
// Called when the renderer process has
notified
us of about tree changes.
/external/chromium/chrome/browser/autofill/
autofill_download.h
115
// |request_data.query| - if true the data is queried and observer
notified
/external/chromium/chrome/browser/extensions/
extension_tab_helper.h
32
// request. The delegate is
notified
by way of OnDidGetApplicationInfo when
/external/chromium/chrome/browser/importer/
importer_host.cc
110
//
notified
.
importer_list.cc
206
// |observer_| may be NULL if it removed itself before being
notified
.
/external/chromium/chrome/browser/prefs/
pref_member.h
22
// will not be
notified
.
/external/chromium/chrome/browser/printing/
print_job.h
137
// the
notified
calls Cancel() again.
Completed in 7558 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>