OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherStatus
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/tests/locationtests/src/android/location/
GpsStatusTest.java
85
GpsStatus
otherStatus
= createGpsStatus();
86
set(
otherStatus
, testTtff);
87
verifyTtff(
otherStatus
, testTtff);
89
set(mStatus,
otherStatus
);
101
GpsStatus
otherStatus
= createGpsStatus();
102
setSatellites(
otherStatus
);
103
verifySatellites(
otherStatus
);
105
set(mStatus,
otherStatus
);
113
GpsStatus
otherStatus
= createGpsStatus();
115
setSatellites(
otherStatus
);
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java
142
final int
otherStatus
= cursor.getInt(INDEX_STATUS);
143
final boolean otherIsIncoming = (
otherStatus
>= MessageData.BUGLE_STATUS_FIRST_INCOMING);
[
all
...]
Completed in 57 milliseconds