HomeSort by relevance Sort by last modified time
    Searched refs:Calls (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
UiCallManager.java 55 // Rate limit how often you can place outgoing calls.
108 // The InCallServiceImpl could be bound when we already have some active calls, let's
109 // notify UI about these calls.
469 List<UiCall> calls = getCalls(); local
470 if (calls.isEmpty()) {
474 Collections.sort(calls, getCallComparator());
475 UiCall uiCall = calls.get(0);
486 List<UiCall> calls = getCalls(); local
487 if (calls.size() < 2) {
491 Collections.sort(calls, getCallComparator())
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
MissedCallNotifier.java 27 import android.provider.CallLog.Calls;
59 /** Creates a notification for calls that the user missed (neither answered nor rejected). */
91 * @param count the number of missed calls to display if call log cannot be accessed. May be
105 // No calls to notify about: clear the notification.
142 Calls.PRESENTATION_ALLOWED,
CallLogAdapter.java 363 if (viewHolder.callType == CallLog.Calls.MISSED_TYPE) {
467 * also assigned a secondary "day group". This map tracks the day group assigned to all calls in
469 * call log entry at the start of a day group. Note: Multiple calls are grouped into a single
471 * calls. When determining if a day group change has occurred it is necessary to look at the last
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
print.go 271 // Calls to this func must be skipped when checking
276 // Calls to this func mustn't be checked for Println-like arguments,
281 // Calls to this func must be checked for Println-like arguments.
285 // Calls to this func must be checked for Println-like arguments.
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 14 // The main goroutine calls Add to set the number of
16 // runs and calls Done when finished. At the same time,
43 // Note that calls with a positive delta that occur when the counter is zero
44 // must happen before a Wait. Calls with a negative delta, or calls with a
47 // Typically this means the calls to Add should execute before the statement
50 // new Add calls must happen after all previous Wait calls have returned.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
print.go 271 // Calls to this func must be skipped when checking
276 // Calls to this func mustn't be checked for Println-like arguments,
281 // Calls to this func must be checked for Println-like arguments.
285 // Calls to this func must be checked for Println-like arguments.
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 14 // The main goroutine calls Add to set the number of
16 // runs and calls Done when finished. At the same time,
43 // Note that calls with a positive delta that occur when the counter is zero
44 // must happen before a Wait. Calls with a negative delta, or calls with a
47 // Typically this means the calls to Add should execute before the statement
50 // new Add calls must happen after all previous Wait calls have returned.
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 207 .delete(CallLog.Calls.CONTENT_URI, null, null);
PbapClientService.java 126 getContentResolver().delete(CallLog.Calls.CONTENT_URI, null, null);
151 * Handler for incoming service calls
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
StrequentsAdapter.java 296 column = cursor.getColumnIndex(CallLog.Calls.DATE);
  /packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java 34 import android.provider.CallLog.Calls;
517 // Some calls may not be recorded (eg. from quick contact),
518 // so we should restart recording after these calls. (Recorded call is stopped)
563 if (Calls.CONTENT_TYPE.equals(getIntent().getType())) {
567 if (extras != null && extras.getInt(Calls.EXTRA_CALL_TYPE_FILTER) == Calls.VOICEMAIL_TYPE) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 223 // Save calls to C.xxx for later processing.
233 f.Calls = append(f.Calls, c)
main.go 54 Calls []*Call // all calls to C.xxx in AST
182 // constant values used in the host's C libraries and system calls.
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 223 // Save calls to C.xxx for later processing.
233 f.Calls = append(f.Calls, c)
main.go 54 Calls []*Call // all calls to C.xxx in AST
182 // constant values used in the host's C libraries and system calls.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 57 // Calls are live (because callee can observe the memory state).
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 8 calls whose arguments do not align with the format string. Vet uses heuristics
123 Suspicious calls to functions in the Printf family, including any functions
188 Unused result of certain function calls
192 Calls to well-known functions and methods that return a value that is
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 57 // Calls are live (because callee can observe the memory state).
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 8 calls whose arguments do not align with the format string. Vet uses heuristics
123 Suspicious calls to functions in the Printf family, including any functions
188 Unused result of certain function calls
192 Calls to well-known functions and methods that return a value that is
  /external/clang/lib/AST/
DeclCXX.cpp 283 // it actually calls. If it does have a simple move constructor, this
297 // it actually calls. If it does have a simple move assignment, this
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 302 flush387(s) // Calls must empty the the FP stack.
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 38 // There may be multiple outstanding Calls associated
56 // The client calls WriteRequest to write a request to the connection
57 // and calls ReadResponseHeader and ReadResponseBody in pairs
58 // to read responses. The client calls Close when finished with the
148 // Terminate pending calls.
277 // Close calls the underlying codec's Close method. If the connection is already
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 302 flush387(s) // Calls must empty the the FP stack.
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 38 // There may be multiple outstanding Calls associated
56 // The client calls WriteRequest to write a request to the connection
57 // and calls ReadResponseHeader and ReadResponseBody in pairs
58 // to read responses. The client calls Close when finished with the
148 // Terminate pending calls.
277 // Close calls the underlying codec's Close method. If the connection is already
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 35 import android.provider.CallLog.Calls;
    [all...]

Completed in 1115 milliseconds

1 2 3 45 6 7 8