Searched refs:mSlot (Results 1 – 5 of 5) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/ |
D | ClipStorageTest.java | 64 private int mSlot; field in ClipStorageTest 76 mSlot = mStorage.claimStorageSlot(); in setUp() 86 writeAll(mSlot, TEST_URIS); in testWrite() 91 writeAll(mSlot, TEST_URIS); in testRead() 94 File copy = mStorage.getFile(mSlot); in testRead() 119 writeAll(mSlot, TEST_URIS); in testReadConcurrently() 123 File copy = mStorage.getFile(mSlot); in testReadConcurrently() 124 File copy2 = mStorage.getFile(mSlot); in testReadConcurrently()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | KeepaliveTracker.java | 164 private int mSlot; field in KeepaliveTracker.KeepaliveInfo 207 mSlot = slot; in KeepaliveInfo() 284 return mSlot; in getSlot() 396 mSlot = slot; in start() 399 Log.d(TAG, "Starting keepalive " + mSlot + " on " + mNai.toShortString()); in start() 408 mTcpController.startSocketMonitor(mFd, mCallback, mSlot); in start() 410 handleStopKeepalive(mNai, mSlot, ERROR_INVALID_SOCKET); in start() 420 handleStopKeepalive(mNai, mSlot, ERROR_UNSUPPORTED); in start() 426 handleStopKeepalive(mNai, mSlot, error); in start() 435 Log.e(TAG, "Cannot stop unowned keepalive " + mSlot + " on " + mNai.network); in stop() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
D | ClipStorage.java | 257 private final int mSlot; field in ClipStorage.PersistTask 262 mSlot = slot; in PersistTask() 267 try(Writer writer = mClipStore.createWriter(mSlot)){ in doInBackground()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 492 private final int mSlot; field in PhotoTable.LoadNaturalSiblingTask 498 mSlot = slot; in LoadNaturalSiblingTask() 503 log("load natural %s", (mSlot == NEXT ? "next" : "previous")); in doInBackground() 508 if (mSlot == NEXT) { in doInBackground() 522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous")); in onPostExecute() 525 PhotoTable.this.mOnDeck[mSlot] = photo; in onPostExecute() 528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width); in onPostExecute() 534 PhotoTable.this.placeOnDeck(v, mSlot); in onPostExecute() 542 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous")); in onPostExecute()
|
/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 37 Landroid/net/ConnectivityManager$PacketKeepalive;->mSlot:Ljava/lang/Integer;
|