OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notified
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
165
public boolean
notified
() {
method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215
assertTrue(countryListener.
notified
());
240
assertTrue(countryListener.
notified
());
259
assertFalse(countryListener.
notified
());
281
assertTrue(countryListener.
notified
());
317
// CountryListener should be
notified
318
assertTrue(countryListener.
notified
());
340
// CountryListener should be
notified
341
assertTrue(countryListener.
notified
());
/external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc
36
bool
notified
() const { return notified_; }
function in class:__anon4158::TestNotificationObserver
303
EXPECT_FALSE(observer_->
notified
());
310
EXPECT_FALSE(observer_->
notified
());
317
EXPECT_TRUE(observer_->
notified
());
326
EXPECT_FALSE(observer_->
notified
());
335
EXPECT_FALSE(observer_->
notified
());
347
EXPECT_FALSE(observer_->
notified
());
356
EXPECT_TRUE(observer_->
notified
());
364
EXPECT_FALSE(observer_->
notified
());
373
EXPECT_FALSE(observer_->
notified
());
[
all
...]
/external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp
51
volatile bool
notified
= false;
variable
97
if (!gLayoutTestController->waitToDump() ||
notified
) {
146
notified
= true;
167
if (gLayoutTestController->waitToDump() && !
notified
)
/external/chromium/chrome/browser/ui/
browser_list.cc
197
static bool
notified
= false;
local
198
if (!
notified
) {
202
notified
= true;
281
// SessionService is created and
notified
.
/frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java
77
boolean
notified
;
field in class:IInputMethodWrapper.Notifier
Completed in 99 milliseconds