Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/util/imetracing/
DImeTracingClientImpl.java42 public void triggerClientDump(String where, @NonNull InputMethodManager immInstance, in triggerClientDump()
58 sendToService(proto.getBytes(), IME_TRACING_FROM_CLIENT, where); in triggerClientDump() local
67 public void triggerServiceDump(String where, @NonNull AbstractInputMethodService service, in triggerServiceDump()
83 sendToService(proto.getBytes(), IME_TRACING_FROM_IMS, where); in triggerServiceDump() local
92 public void triggerManagerServiceDump(String where) { in triggerManagerServiceDump()
DImeTracing.java92 public void sendToService(byte[] protoDump, int source, String where) throws RemoteException { in sendToService()
108 public abstract void triggerClientDump(String where, InputMethodManager immInstance, in triggerClientDump()
118 public abstract void triggerServiceDump(String where, AbstractInputMethodService service, in triggerServiceDump()
126 public abstract void triggerManagerServiceDump(String where); in triggerManagerServiceDump()
DImeTracingServerImpl.java109 public void triggerClientDump(String where, InputMethodManager immInstance, in triggerClientDump()
115 public void triggerServiceDump(String where, AbstractInputMethodService service, in triggerServiceDump()
121 public void triggerManagerServiceDump(String where) { in triggerManagerServiceDump()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityTrace.java42 void logTrace(String where); in logTrace()
50 void logTrace(String where, String callingParams); in logTrace()
64 void logTrace(long timestamp, String where, String callingParams, int processId, in logTrace()
DAccessibilityTraceManager.java61 public void logTrace(String where) { in logTrace()
66 public void logTrace(String where, String callingParams) { in logTrace()
72 public void logTrace(long timestamp, String where, String callingParams, int processId, in logTrace()
/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp73 void SurfaceTracing::notify(const char* where) { in notify()
80 void SurfaceTracing::notifyLocked(const char* where) { in notifyLocked()
131 void SurfaceTracing::Runner::notify(const char* where) { in notify()
167 LayersTraceProto SurfaceTracing::Runner::traceLayers(const char* where) { in traceLayers()
232 void SurfaceTracing::AsyncRunner::notify(const char* where) { in notify()
237 void SurfaceTracing::AsyncRunner::notifyLocked(const char* where) { in notifyLocked()
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto61 optional string where = 2; field
107 optional string where = 2; field
140 optional string where = 2; field
/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()
/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.java374 boolean distinct, String tables, String[] columns, String where, in buildQueryString()
860 String where = computeWhere(selection); in buildQuery() local
929 final String where = computeWhere(selection); in buildUpdate() local
940 final String where = computeWhere(selection); in buildDelete() local
1177 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java147 public synchronized int delete(Uri url, String where, String[] whereArgs) { in delete()
164 public final int update(Uri uri, ContentValues values, String where, String[] selectionArgs) { in update()
/frameworks/base/telephony/common/com/google/android/mms/util/
DSqliteWrapper.java95 ContentValues values, String where, String[] selectionArgs) { in update()
107 String where, String[] selectionArgs) { in delete()
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto49 optional string where = 2; field
Daccessibilitytrace.proto54 optional string where = 5; field
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto48 optional string where = 2; field
/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/base/core/java/android/webkit/
DWebIconDatabase.java80 public abstract void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java280 void logState(String where) { in logState()
309 private void log(String where) { in log()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsTracker.java383 String where = "address=? AND reference_number=? AND count=? AND sequence=? AND " in getExactMatchDupDetectQuery() local
409 String where = "address=? AND reference_number=? AND count=? AND sequence=? AND " in getInexactMatchDupDetectQuery() local
417 private String addDestPortQuery(String where) { in addDestPortQuery()

123