OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectlocation
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java
82
private String
expectLocation
;
340
if (
expectLocation
!= null) {
341
if (
expectLocation
.equals(newLocation)) {
342
expectLocation
= null;
344
expectDetails.append("Location expected:"+
expectLocation
+
361
if ((
expectLocation
== null) && (expectPermanent == -1))
665
expectLocation
= newLocation;
670
expectLocation
= newLocation;
769
expectLocation
= null;
Completed in 20 milliseconds