OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStopTime
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
TimeWindow.java
117
public TimeWindow.stopTimeType
getStopTime
() {
186
return
getStopTime
() != null;
198
return
getStopTime
();
221
+
getStopTime
().toIndentedString(indent);
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
AreaEventParams.java
164
public AreaEventParams.stopTimeType
getStopTime
() {
392
return
getStopTime
() != null;
404
return
getStopTime
();
427
+
getStopTime
().toIndentedString(indent);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioOutputDescriptor.h
71
nsecs_t
getStopTime
() const { return mStopTime; }
77
getActivityCount(),
getStopTime
());
Completed in 254 milliseconds