HomeSort by relevance Sort by last modified time
    Searched refs:Calls (Results 51 - 75 of 191) sorted by null

1 23 4 5 6 7 8

  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 28 import android.provider.CallLog.Calls;
75 // For international calls, 011 needs to be logged as +
81 // Don't log OTASP calls.
93 // Set the "type" to be displayed in the call log (see constants in CallLog.Calls)
98 Calls.MISSED_TYPE : Calls.INCOMING_TYPE);
100 callLogType = Calls.OUTGOING_TYPE;
155 // For emergency and voicemail calls,
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 75 "Number of loops without safepoints due to calls in loop");
109 /// True unless we're running spp-no-calls in which case we need to disable
262 std::vector<CallInst *> &Calls,
269 Calls.push_back(CI);
289 std::vector<CallInst *> &Calls,
291 Calls.clear();
294 scanOneBB(Start, End, Calls, Seen, Worklist);
298 scanOneBB(&*BB->begin(), End, Calls, Seen, Worklist);
365 // Most LLVM intrinsics are things which do not expand to actual calls, or
383 // can place it as late as we want as long as it dominates all calls
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 30 import android.provider.CallLog.Calls;
46 * Helper class that provides functionality to write information about calls and their associated
144 // Log newly disconnected calls only if:
158 type = Calls.OUTGOING_TYPE;
160 type = Calls.MISSED_TYPE;
162 type = Calls.ANSWERED_EXTERNALLY_TYPE;
164 type = Calls.REJECTED_TYPE;
166 type = Calls.INCOMING_TYPE;
173 if (type == Calls.MISSED_TYPE && showNotificationForMissedCall) {
174 logCall(call, Calls.MISSED_TYPE
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 35 import android.provider.CallLog.Calls;
96 mIsCallsTable = mTableName.equals(Tables.CALLS);
104 values.put(Calls.LAST_MODIFIED, getTimeMillis());
121 values.put(Calls.LAST_MODIFIED, getTimeMillis());
135 mContext.getContentResolver().notifyChange(Calls.CONTENT_URI, null, false);
168 values.put(Calls.LAST_MODIFIED, getTimeMillis());
187 if (isDirty == 0 && values.containsKey(Calls.IS_READ) && getAsBoolean(values,
188 Calls.IS_READ)) {
190 if (!values.containsKey(Calls.NEW)) {
191 values.put(Calls.NEW, 0)
    [all...]
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 29 import android.provider.CallLog.Calls;
164 public static final String NUMBER = Calls.NUMBER;
169 public static final String DATE = Calls.DATE;
174 public static final String DURATION = Calls.DURATION;
179 public static final String IS_READ = Calls.IS_READ;
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java 25 import android.provider.CallLog.Calls;
129 final Uri uri = Uri.withAppendedPath(Calls.CONTENT_FILTER_URI,
132 // as we don't also set the {@link android.provider.CallLog.Calls.LIMIT_PARAM_KEY} that
134 final String orderByAndLimit = Calls.DATE + " DESC LIMIT " + mMaxToRetrieve;
  /packages/apps/Dialer/java/com/android/dialer/calldetails/
CallDetailsActivity.java 24 import android.provider.CallLog.Calls;
102 /** Delete specified calls from the call log. */
121 .delete(Calls.CONTENT_URI, CallLog.Calls._ID + " IN (" + callIds + ")", null);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 26 import android.provider.CallLog.Calls;
94 // TODO: Use a mocking framework to mock these calls.
154 /** The calls that we need to mock out for our VvmProvider, used by TestVoicemailProvider. */
211 values.put(Calls.COUNTRY_ISO, "us");
212 values.put(Calls.GEOCODED_LOCATION, "usa");
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 68 /// True of the objc_release calls are all marked with the "tail" keyword.
71 /// If the Calls are objc_release calls and they all have a
77 SmallPtrSet<Instruction *, 2> Calls;
79 /// The set of optimal insert positions for moving calls in the opposite
106 /// pushing calls into a CFG triangle or into one side of a CFG diamond.
156 void InsertCall(Instruction *I) { RRI.Calls.insert(I); }
PtrState.cpp 86 Calls.clear();
102 Calls.insert(Other.Calls.begin(), Other.Calls.end());
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
ClearCallLogDialog.java 31 import android.provider.CallLog.Calls;
62 resolver.delete(Calls.CONTENT_URI, null, null);
CallLogActivity.java 23 import android.provider.CallLog.Calls;
71 final int callType = intent.getIntExtra(CallLog.Calls.EXTRA_CALL_TYPE_FILTER, -1);
72 if (callType == CallLog.Calls.MISSED_TYPE) {
191 return new CallLogFragment(Calls.MISSED_TYPE, true /* isCallLogActivity */);
CallLogListItemHelper.java 20 import android.provider.CallLog.Calls;
149 * Accessibility text is a combination of: {Voicemail Prefix}. {Number of Calls}. {Caller
153 * <p>If more than one call for the caller, {Number of Calls} is: "{number of calls} calls.",
157 * incoming calls: If missed call: Missed call from {Name/Number} {Call Type} {Call Time}. If
160 * <p>For outgoing calls: If outgoing: Call to {Name/Number] {Call Type} {Call Time}.
169 * <p>Examples: 3 calls. New Voicemail. Missed call from Joe Smith mobile 2 hours ago on SIM 1.
171 * <p>2 calls. Answered call from John Doe mobile 1 hour ago.
188 // Add number of calls if more than one
    [all...]
PhoneCallDetailsHelper.java 22 import android.provider.CallLog.Calls;
83 isVoicemail = details.callTypes[index] == Calls.VOICEMAIL_TYPE;
89 (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO);
173 if (details.callTypes[0] != Calls.VOICEMAIL_TYPE) {
258 if (details.callTypes[0] == Calls.VOICEMAIL_TYPE) {
358 if (details.callTypes[0] == Calls.VOICEMAIL_TYPE && details.duration > 0) {
  /prebuilts/go/darwin-x86/src/runtime/race/
race.go 12 // Calls to the runtime are done directly from src/runtime/race.go.
  /prebuilts/go/linux-x86/src/runtime/race/
race.go 12 // Calls to the runtime are done directly from src/runtime/race.go.
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 53 CallVec Calls;
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first,
182 for (CastedAllocFinder::CallVec::iterator i = Finder.Calls.begin(),
183 e = Finder.Calls.end(); i != e; ++i) {
  /frameworks/rs/rsov/compiler/
RSAllocationUtils.cpp 65 // Collect Allocation access calls into the Calls
70 SmallVectorImpl<RSAllocationCallInfo> &Calls) {
157 Calls.push_back({A, FCall, Kind, RSElementTy.str()});
167 Calls.push_back({A, FCall, Kind, ""});
182 for (auto &Access : Calls) {
  /packages/apps/Dialer/java/com/android/dialer/backup/
DialerBackupAgent.java 31 import android.provider.CallLog.Calls;
117 .appendQueryParameter(Calls.LIMIT_PARAM_KEY, Integer.toString(limit))
128 Calls.TYPE, Voicemails.SOURCE_PACKAGE),
130 Integer.toString(CallLog.Calls.VOICEMAIL_TYPE),
  /packages/apps/Dialer/java/com/android/dialer/phonenumberutil/
PhoneNumberHelper.java 45 return presentation == CallLog.Calls.PRESENTATION_ALLOWED
72 if (presentation == CallLog.Calls.PRESENTATION_UNKNOWN) {
75 if (presentation == CallLog.Calls.PRESENTATION_RESTRICTED) {
78 if (presentation == CallLog.Calls.PRESENTATION_PAYPHONE) {
143 // Without framework function calls, this seems to be the most accurate location service
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 41 import android.provider.CallLog.Calls;
140 // The number of missed calls that have not been checked on the PSE at the
433 if (D) Log.v(TAG, "download incoming calls request");
439 if (D) Log.v(TAG, "download outgoing calls request");
446 if (D) Log.v(TAG, "download missed calls request");
452 if (D) Log.v(TAG, "download combined calls request");
    [all...]
BluetoothPbapVcardManager.java 49 import android.provider.CallLog.Calls;
104 // most recently one should be the first handle. In table "calls", _id and
107 static final String CALLLOG_SORT_ORDER = Calls._ID + " DESC";
192 final Uri myUri = CallLog.Calls.CONTENT_URI;
198 CallLog.Calls.DEFAULT_SORT_ORDER);
214 final Uri myUri = CallLog.Calls.CONTENT_URI;
217 Calls.NUMBER, Calls.CACHED_NAME, Calls.NUMBER_PRESENTATION
236 if (numberPresentation != Calls.PRESENTATION_ALLOWED)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.cpp 34 SmallVectorImpl<uint64_t> &Calls) {
80 Calls.push_back(targ);
MCFunction.h 84 SmallVectorImpl<uint64_t> &Calls);
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationService.java 99 CallLog.Calls.INCOMING_TYPE,
111 CallLog.Calls.INCOMING_TYPE,

Completed in 2864 milliseconds

1 23 4 5 6 7 8