Lines Matching defs:startTime

107      * means the bucket's start and end timestamp are going to be the same as the 'startTime' and
116 * @param startTime Start of period. Defined in terms of "Unix time", see
124 long startTime, long endTime) throws SecurityException, RemoteException {
134 NetworkStats stats = new NetworkStats(mContext, template, startTime, endTime);
144 * This means the bucket's start and end timestamp are going to be the same as the 'startTime'
152 * @param startTime Start of period. Defined in terms of "Unix time", see
159 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime,
170 stats = new NetworkStats(mContext, template, startTime, endTime);
181 * timestamps are going to be the same as the 'startTime' and 'endTime' parameters.
188 * @param startTime Start of period. Defined in terms of "Unix time", see
195 public NetworkStats querySummary(int networkType, String subscriberId, long startTime,
206 result = new NetworkStats(mContext, template, startTime, endTime);
218 long startTime, long endTime, int uid) throws SecurityException, RemoteException {
219 return queryDetailsForUidTag(networkType, subscriberId, startTime, endTime, uid,
226 * This means buckets' start and end timestamps are going to be between 'startTime' and
237 * @param startTime Start of period. Defined in terms of "Unix time", see
247 long startTime, long endTime, int uid, int tag) throws SecurityException {
253 result = new NetworkStats(mContext, template, startTime, endTime);
266 * buckets' start and end timestamps are going to be between 'startTime' and 'endTime'
278 * @param startTime Start of period. Defined in terms of "Unix time", see
285 public NetworkStats queryDetails(int networkType, String subscriberId, long startTime,
296 result = new NetworkStats(mContext, template, startTime, endTime);