/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityTestsBase.java | 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() 113 RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local 118 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult()
|
D | LocalProvider.java | 154 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update() 183 public int delete(Uri url, String where, String[] whereArgs) { in delete()
|
D | LaunchpadActivity.java | 70 RuntimeException where); in activityFinished() 377 private void checkLifecycle(String where) { in checkLifecycle()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | SuggestionProvider.java | 97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update() 107 public int delete(Uri url, String where, String[] whereArgs) { in delete()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SqliteWrapper.java | 80 ContentValues values, String where, String[] selectionArgs) { in update() 92 String where, String[] selectionArgs) { in delete()
|
D | SQLiteQueryBuilder.java | 386 boolean distinct, String tables, String[] columns, String where, in buildQueryString() 889 String where = computeWhere(selection); in buildQuery() local 958 final String where = computeWhere(selection); in buildUpdate() local 969 final String where = computeWhere(selection); in buildDelete() local 1206 final StringBuilder where = new StringBuilder(); in computeWhere() local
|
/frameworks/base/core/java/android/text/ |
D | Editable.java | 64 public Editable insert(int where, CharSequence text, int start, int end); in insert() 70 public Editable insert(int where, CharSequence text); in insert()
|
D | PackedIntVector.java | 295 private final void moveValueGapTo(int column, int where) { in moveValueGapTo() 318 private final void moveRowGapTo(int where) { in moveRowGapTo()
|
D | Selection.java | 420 int where = findEdge(text, layout, -1); in extendToLeftEdge() local 426 int where = findEdge(text, layout, 1); in extendToRightEdge() local 432 int where = findEdge(text, layout, -1); in moveToLeftEdge() local 438 int where = findEdge(text, layout, 1); in moveToRightEdge() local
|
D | PackedObjectVector.java | 128 moveRowGapTo(int where) in moveRowGapTo()
|
D | DynamicLayout.java | 501 public void reflow(CharSequence s, int where, int before, int after) { in reflow() 1087 private void reflow(CharSequence s, int where, int before, int after) { in reflow() 1097 public void beforeTextChanged(CharSequence s, int where, int before, int after) { in beforeTextChanged() 1101 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | FakeTelephonyProvider.java | 143 public synchronized int delete(Uri url, String where, String[] whereArgs) { in delete() 160 public final int update(Uri uri, ContentValues values, String where, String[] selectionArgs) { in update()
|
/frameworks/base/telephony/common/com/google/android/mms/util/ |
D | SqliteWrapper.java | 94 ContentValues values, String where, String[] selectionArgs) { in update() 106 String where, String[] selectionArgs) { in delete()
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 48 optional string where = 2; field
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagertrace.proto | 49 optional string where = 2; field
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 224 String where = null; in parseDeleteCommand() local 246 String where = null; in parseUpdateCommand() local 367 String where = null; in parseQueryCommand() local 518 public DeleteCommand(Uri uri, int userId, String where) { in DeleteCommand() 611 Uri uri, int userId, String[] projection, String where, String sortOrder) { in QueryCommand() 675 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) { in UpdateCommand()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceTracing.cpp | 71 void SurfaceTracing::notify(long compositionTime, const char* where) { in notify() 160 LayersTraceProto SurfaceTracing::traceLayersLocked(const char* where) { in traceLayersLocked()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | MemoryFileProvider.java | 163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update() 173 public int delete(Uri url, String where, String[] whereArgs) { in delete()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsTracker.java | 354 String where = "address=? AND reference_number=? AND count=? AND sequence=? AND " in getExactMatchDupDetectQuery() local 380 String where = "address=? AND reference_number=? AND count=? AND sequence=? AND " in getInexactMatchDupDetectQuery() local 388 private String addDestPortQuery(String where) { in addDestPortQuery()
|
D | IccProvider.java | 265 public int delete(Uri url, String where, String[] whereArgs) { in delete() 346 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
|
/frameworks/base/core/java/android/webkit/ |
D | WebIconDatabase.java | 79 public abstract void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowTracing.java | 253 void logState(String where) { in logState() 282 private void log(String where) { in log()
|
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 340 String where = "x_wap_application=\'" + x_app_id + "\'" in updatePackage() local 367 String where = "x_wap_application=\'" + x_app_id + "\'" in deletePackage() local
|
/frameworks/base/core/java/android/text/method/ |
D | QwertyKeyListener.java | 202 int where = content.getSpanEnd(TextKeyListener.CAPPED); in onKeyDown() local
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDriver.cpp | 540 void NuPlayerDriver::updateMetrics(const char *where) { in updateMetrics() 618 void NuPlayerDriver::logMetrics(const char *where) { in logMetrics()
|