HomeSort by relevance Sort by last modified time
    Searched defs:mCtime (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 20 private final long mCtime;
41 mCtime = ctime;
68 mCtime = ctime;
88 mCtime = ctime;
107 mCtime = other.mCtime;
166 return mCtime;
181 if (mCtime != that.mCtime) return false;
217 int result = (int) (mCtime ^ (mCtime >>> 32))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 38 private final long mCtime;
49 mCtime = mClock.currentTimeMillis();
52 mExpiry = mCtime + ANQP_HOLDOFF_TIME;
55 mExpiry = mCtime + ANQP_UNQUALIFIED_CACHE_TIMEOUT;
58 mExpiry = mCtime + ANQP_QUALIFIED_CACHE_TIMEOUT;
66 mCtime = mClock.currentTimeMillis();
69 mExpiry = mCtime + ANQP_HOLDOFF_TIME;
140 sb.append(Utils.toHMS(now-mCtime)).append(" old, expires in ").
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Credential.java 29 private final long mCtime;
50 mCtime = ctime;
77 mCtime = ctime;
97 mCtime = ctime;
116 mCtime = other.mCtime;
134 mCtime = Utils.UNSET_TIME;
270 return mCtime;
285 if (mCtime != that.mCtime) return false
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 619 milliseconds