Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityTestsBase.java87 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()
DLocalProvider.java154 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()
DLaunchpadActivity.java70 RuntimeException where); in activityFinished()
377 private void checkLifecycle(String where) { in checkLifecycle()
/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java97 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/
DSqliteWrapper.java80 ContentValues values, String where, String[] selectionArgs) { in update()
92 String where, String[] selectionArgs) { in delete()
DSQLiteQueryBuilder.java386 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/
DEditable.java64 public Editable insert(int where, CharSequence text, int start, int end); in insert()
70 public Editable insert(int where, CharSequence text); in insert()
DPackedIntVector.java295 private final void moveValueGapTo(int column, int where) { in moveValueGapTo()
318 private final void moveRowGapTo(int where) { in moveRowGapTo()
DSelection.java420 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
DPackedObjectVector.java128 moveRowGapTo(int where) in moveRowGapTo()
DDynamicLayout.java501 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/
DFakeTelephonyProvider.java143 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/
DSqliteWrapper.java94 ContentValues values, String where, String[] selectionArgs) { in update()
106 String where, String[] selectionArgs) { in delete()
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto48 optional string where = 2; field
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto49 optional string where = 2; field
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java224 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/
DSurfaceTracing.cpp71 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/
DMemoryFileProvider.java163 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/
DInboundSmsTracker.java354 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()
DIccProvider.java265 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/
DWebIconDatabase.java79 public abstract void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java253 void logState(String where) { in logState()
282 private void log(String where) { in log()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java340 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/
DQwertyKeyListener.java202 int where = content.getSpanEnd(TextKeyListener.CAPPED); in onKeyDown() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp540 void NuPlayerDriver::updateMetrics(const char *where) { in updateMetrics()
618 void NuPlayerDriver::logMetrics(const char *where) { in logMetrics()

12