Searched defs:addForAllUsers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCallLog.java445 * @param addForAllUsers If true, the call is added to the call log of all currently
454 long start, int duration, Long dataUsage, boolean addForAllUsers) {
456 start, duration, dataUsage, addForAllUsers, false);
476 * @param addForAllUsers If true, the call is added to the call log of all currently
487 long start, int duration, Long dataUsage, boolean addForAllUsers, boolean is_read) {
602 if (addForAllUsers) {
452 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers) argument
485 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, boolean is_read) argument

Completed in 74 milliseconds