Lines Matching defs:endTime

108      * 'endTime' parameters. State is going to be {@link NetworkStats.Bucket#STATE_ALL}, uid
118 * @param endTime End 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);
145 * and 'endTime' parameters, state is going to be {@link NetworkStats.Bucket#STATE_ALL} and uid
154 * @param endTime End of period. Defined in terms of "Unix time", see
160 long endTime) throws SecurityException, RemoteException {
170 stats = new NetworkStats(mContext, template, startTime, endTime);
181 * timestamps are going to be the same as the 'startTime' and 'endTime' parameters.
190 * @param endTime End of period. Defined in terms of "Unix time", see
196 long endTime) throws SecurityException, RemoteException {
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,
227 * 'endTime' parameters. State is going to be {@link NetworkStats.Bucket#STATE_ALL}, uid the
239 * @param endTime End 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'
280 * @param endTime End of period. Defined in terms of "Unix time", see
286 long endTime) throws SecurityException, RemoteException {
296 result = new NetworkStats(mContext, template, startTime, endTime);