Home | History | Annotate | Download | only in calllog

Lines Matching defs:immediate

97         // Since there is nothing in the cache, it is an immediate request.
98 assertTrue("should be immediate", request.immediate);
129 // Since there is something in the cache, it is not an immediate request.
130 assertFalse("should not be immediate", request.immediate);
159 // Since there is something in the cache, it is not an immediate request.
160 assertFalse("should not be immediate", request.immediate);
200 public final boolean immediate;
203 boolean immediate) {
207 this.immediate = immediate;
220 boolean immediate) {
221 requests.add(new Request(number, countryIso, callLogInfo, immediate));