/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 29 import android.provider.CallLog.Calls; 492 intent.setType("vnd.android.cursor.dir/calls"); 534 Calls.CONTENT_URI, new String[]{ Calls._ID }, null, null, 535 Calls.DEFAULT_SORT_ORDER); 539 return ContentUris.withAppendedId(Calls.CONTENT_URI, cursor.getLong(0));
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteFragment.java | 118 final Uri uri = CallLog.Calls.CONTENT_URI; 119 final String[] projection = new String[] {CallLog.Calls.TYPE}; 120 final String selection = CallLog.Calls.TYPE + " = " + CallLog.Calls.MISSED_TYPE + 121 " AND " + CallLog.Calls.IS_READ + " = 0";
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 250 // Regular calls and other stuff are not considered escapes. 318 // calls followed by objc_autoreleasePoolPop calls (perhaps in ObjC++ code 319 // after inlining) can be turned into plain release calls. 329 // TODO: Recognize that a bunch of other objc runtime calls have 333 // TODO: Sink autorelease calls as far as possible. Unfortunately we 334 // usually can't sink them past other calls, which would be the main 341 STATISTIC(NumNoops, "Number of no-op objc calls eliminated"); 342 STATISTIC(NumPartialNoops, "Number of partially no-op objc calls eliminated"); 347 STATISTIC(NumPeeps, "Number of calls peephole-optimized") [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 40 import android.provider.CallLog.Calls; 133 // The number of missed calls that have not been checked on the PSE at the 386 if (D) Log.v(TAG, "download incoming calls request"); 389 if (D) Log.v(TAG, "download outgoing calls request"); 393 if (D) Log.v(TAG, "download missed calls request"); 396 if (D) Log.v(TAG, "download combined calls request"); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_directories.js | 52 * the result. Calls success callback if success.
|
util.js | 45 * Downloads resources from url. Calls onSuccess and opt_onFailure accordingly.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DbModifierWithNotification.java | 35 import android.provider.CallLog.Calls; 93 mIsCallsTable = mTableName.equals(Tables.CALLS); 126 mContext.getContentResolver().notifyChange(Calls.CONTENT_URI, null, false);
|
ContactsDatabaseHelper.java | 44 import android.provider.CallLog.Calls; 141 public static final String CALLS = "calls"; 160 CALLS, [all...] |
/external/chromium_org/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 119 // Calls the function, assuming the last argument is a callback to be
|
/frameworks/base/core/java/android/provider/ |
CallLog.java | 34 * The CallLog provider contains information about placed and received calls. 46 * Contains the recent calls. 48 public static class Calls implements BaseColumns { 53 Uri.parse("content://call_log/calls"); 59 Uri.parse("content://call_log/calls/filter"); 105 * providing a directory of calls. 107 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/calls"; 113 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls"; 121 /** Call log type for incoming calls. */ 123 /** Call log type for outgoing calls. * [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 35 import android.provider.CallLog.Calls; 712 // that just said to go to the recent calls list. It now sends this 715 intent.setDataAndType(Calls.CONTENT_URI, Calls.CONTENT_TYPE); 726 * @param recentCallsRequest true if the intent is requesting to view recent calls 754 boolean recentCallsRequest = Calls.CONTENT_TYPE.equals(intent.resolveType( [all...] |
/external/chromium/chrome/browser/resources/shared/js/ |
util.js | 11 // TODO(estade): This should be removed and calls replaced with cr.isMac 24 * Calls chrome.send with a callback and restores the original afterwards. 27 * @param {string} callbackName The name of the function that the backend calls.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_tree.js | 179 * Calls DirectoryItemTreeBaseMethods.updateSubElementsFromList(). 190 * Calls DirectoryItemTreeBaseMethods.updateSubElementsFromList(). 476 * Calls DirectoryItemTreeBaseMethods.updateSubElementsFromList(). 487 * Calls DirectoryItemTreeBaseMethods.updateSubElementsFromList().
|
suggest_apps_dialog.js | 460 // Calls the callback after the dialog hides.
|
/external/chromium_org/chrome/browser/resources/signin_internals/ |
signin_internals.js | 49 // corresponding chrome.signin.<method> calls. 131 // Calls the function, assuming the last argument is a callback to be
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
util.js | 21 * Calls chrome.send with a callback and restores the original afterwards. 24 * @param {string} callbackName The name of the function that the backend calls.
|
/packages/services/Telephony/src/com/android/phone/ |
CallNotifier.java | 47 import android.provider.CallLog.Calls; 380 // Check for a few cases where we totally ignore incoming calls. 427 // We'd need to protect this with a new "intercept incoming calls" 445 // to the user. (For calls in the INCOMING state, at least, we 457 * Determines whether or not we're allowed to present incoming calls to the 464 * (We only reject incoming calls in a few cases, like during an OTASP call 466 * SetupWizard yet. We also don't allow incoming calls on non-voice-capable 467 * devices. But note that we *always* allow incoming calls while in ECM.) 473 // Incoming calls are totally ignored on non-voice-capable devices. 476 // event in the first place! (Incoming calls *should* be blocked a [all...] |
/external/clang/lib/AST/ |
ExprCXX.cpp | [all...] |
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 94 // Calls the function, assuming the last argument is a callback to be
|
/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
async_util.js | 189 * Aggregates consecutive calls and executes the closure only once instead of 226 * Runs a closure. Skips consecutive calls. The first call is called 244 * Calls the schedule immediately and cancels any scheduled calls.
|
/external/chromium_org/chrome/test/chromedriver/js/ |
call_function.js | 185 * Calls a given function and returns its value.
|
/external/chromium_org/v8/test/mjsunit/ |
array-feedback.js | 91 // array calls (as long as the call is made through an IC, and not 98 // Calls through ICs need warm up through uninitialized, then 139 // Verify that keyed calls work 172 // Verify that calls are still made through an IC after crankshaft, 200 // Verify that cross context calls work
|
array-sort.js | 138 // Test object sorting. Calls toString on each element and sorts 393 // Test that sort calls compare function with global object as receiver,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
options.js | 226 * Gets the font size used for |fontSizeKey|, including pending changes. Calls 259 * changes. Calls |callback| with the result.
|
/external/v8/test/mjsunit/ |
array-sort.js | 138 // Test object sorting. Calls toString on each element and sorts 393 // Test that sort calls compare function with global object as receiver,
|