Home
last modified time | relevance | path

Searched refs:mSlot (Results 1 – 9 of 9) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
DClipStorageTest.java64 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/
DKeepaliveTracker.java145 private int mSlot = NO_KEEPALIVE; field in KeepaliveTracker.KeepaliveInfo
328 mSlot = slot; in start()
331 Log.d(TAG, "Starting keepalive " + mSlot + " on " + mNai.toShortString()); in start()
340 mTcpController.startSocketMonitor(mFd, this, mSlot); in start()
342 handleStopKeepalive(mNai, mSlot, ERROR_INVALID_SOCKET); in start()
352 handleStopKeepalive(mNai, mSlot, error); in start()
357 handleStopKeepalive(mNai, mSlot, error); in start()
366 Log.e(TAG, "Cannot stop unowned keepalive " + mSlot + " on " + mNai.network); in stop()
379 Log.d(TAG, "Stopping keepalive " + mSlot + " on " + mNai.toShortString() in stop()
385 cleanupStoppedKeepalive(mNai, mSlot); in stop()
[all …]
/packages/modules/Connectivity/framework/src/android/net/
DSocketKeepalive.java224 @Nullable Integer mSlot; field in SocketKeepalive
239 mSlot = slot; in SocketKeepalive()
252 mSlot = null; in SocketKeepalive()
265 mSlot = null; in SocketKeepalive()
278 mSlot = null; in SocketKeepalive()
DTcpSocketKeepalive.java68 if (mSlot != null) { in stopImpl()
69 mService.stopKeepalive(mNetwork, mSlot); in stopImpl()
DNattSocketKeepalive.java68 if (mSlot != null) { in stopImpl()
69 mService.stopKeepalive(mNetwork, mSlot); in stopImpl()
DConnectivityManager.java1978 private volatile Integer mSlot; field in ConnectivityManager.PacketKeepalive
1985 if (mSlot != null) { in stop()
1986 mService.stopKeepalive(mNetwork, mSlot); in stop()
2009 mSlot = slot; in PacketKeepalive()
2022 mSlot = null; in PacketKeepalive()
2036 mSlot = null; in PacketKeepalive()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java492 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/apps/DocumentsUI/src/com/android/documentsui/clipping/
DClipStorage.java257 private final int mSlot; field in ClipStorage.PersistTask
262 mSlot = slot; in PersistTask()
267 try(Writer writer = mClipStore.createWriter(mSlot)){ in doInBackground()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt37 Landroid/net/ConnectivityManager$PacketKeepalive;->mSlot:Ljava/lang/Integer;