HomeSort by relevance Sort by last modified time
    Searched defs:arrayId (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 462 int arrayId = mShares.get(arrayPos).mId;
464 if (arrayId < id) {
465 if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ "
471 } else if (arrayId == id) {
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 352 int arrayId = ((DownloadInfo) mDownloads.get(arrayPos)).mId;
354 arrayId + " @ " + arrayPos);
387 int arrayId = mDownloads.get(arrayPos).mId;
389 if (arrayId < id) {
392 Log.v(Constants.TAG, "Array update: removing " + arrayId
399 } else if (arrayId == id) {
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.c     [all...]

Completed in 149 milliseconds