HomeSort by relevance Sort by last modified time
    Searched full:updatethread (Results 1 - 8 of 8) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ThreadInfo.java 52 void updateThread(int status, int tid, int utime, int stime, boolean isDaemon) {
HandleThread.java 179 threadInfo.updateThread(status, tid, utime, stime, isDaemon);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 99 private UpdateThread mUpdateThread;
364 mUpdateThread = new UpdateThread();
370 private class UpdateThread extends Thread {
371 public UpdateThread() {
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 81 private UpdateThread mUpdateThread;
252 mUpdateThread = new UpdateThread();
258 private class UpdateThread extends Thread {
259 public UpdateThread() {
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 204 <tr><td > <code>com.android.providers.downloads.DownloadService.UpdateThread</code> </td><td > Can probably be made to implement <code>Runnable</code> instead and merged into another class, can be eliminated if the download manager can be re-architected to not depend on <code>ContentObserver</code> any more. </td></tr>
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 228 public static void updateThread(SQLiteDatabase db, long thread_id) {
331 updateThread(db, c.getInt(0));
359 updateThread(db, thread_id);
    [all...]
SmsProvider.java 559 MmsSmsDatabaseHelper.updateThread(db, threadID);
MmsSmsProvider.java     [all...]

Completed in 1686 milliseconds