OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNtpServer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
ThrottleService.java
122
private String
mNtpServer
;
330
mNtpServer
= properties.getProperty("NTP_SERVER", null);
533
if ((
mNtpServer
!= null) && !mNtpActive) {
697
if (mNtpActive || (
mNtpServer
== null)) {
718
if (mNtpActive || (
mNtpServer
== null)) return;
732
if (
mNtpServer
!= null) {
741
if (client.requestTime(
mNtpServer
, MAX_NTP_FETCH_WAIT)) {
[
all
...]
/frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java
228
private String
mNtpServer
;
374
mNtpServer
= mProperties.getProperty("NTP_SERVER", null);
490
if (client.requestTime(
mNtpServer
, 10000)) {
[
all
...]
Completed in 414 milliseconds