OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GuardedBy
(Results
1 - 25
of
46
) sorted by null
1
2
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java
16
*
GuardedBy
36
public @interface
GuardedBy
{
/frameworks/base/core/java/com/android/internal/annotations/
GuardedBy.java
30
public @interface
GuardedBy
{
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java
32
import javax.annotation.concurrent.
GuardedBy
;
54
@
GuardedBy
("lock") private MediaPlayerDataSource mDataSource;
55
@
GuardedBy
("lock") private boolean mIsPrepared;
56
@
GuardedBy
("lock") private boolean mHasDuration;
57
@
GuardedBy
("lock") private boolean mHasStartedPlayback;
58
@
GuardedBy
("lock") private CountDownLatch mEngineInitializedLatch;
59
@
GuardedBy
("lock") private CountDownLatch mPlaybackFinishedLatch;
60
@
GuardedBy
("lock") private boolean mHasBeenReleased = true;
61
@
GuardedBy
("lock") private boolean mIsReadyToReUse = true;
62
@
GuardedBy
("lock") private boolean mSkipCompletionReport
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/
ProximitySensorManager.java
25
import javax.annotation.concurrent.
GuardedBy
;
82
@
GuardedBy
("this") private State mLastState;
87
@
GuardedBy
("this") private boolean mWaitingForFarState;
178
@
GuardedBy
("this")
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ProviderExecutor.java
19
import com.android.internal.annotations.
GuardedBy
;
29
@
GuardedBy
("sExecutors")
RootsCache.java
41
import com.android.internal.annotations.
GuardedBy
;
74
@
GuardedBy
("mLock")
76
@
GuardedBy
("mLock")
79
@
GuardedBy
("mObservedAuthorities")
/packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java
32
import javax.annotation.concurrent.
GuardedBy
;
57
@
GuardedBy
("mLock") private final List<SubmittedTask> mSubmittedTasks = Lists.newArrayList();
110
@
GuardedBy
("mNextLock") private Object mNextIdentifier;
111
@
GuardedBy
("mNextLock") private AsyncTask<?, ?, ?> mNextTask;
/external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java
31
import javax.annotation.concurrent.
GuardedBy
;
224
@
GuardedBy
("monitor.lock")
268
@
GuardedBy
("lock")
777
@
GuardedBy
("lock")
803
@
GuardedBy
("lock")
811
@
GuardedBy
("lock")
819
@
GuardedBy
("lock")
848
@
GuardedBy
("lock")
866
@
GuardedBy
("lock")
899
@
GuardedBy
("lock"
[
all
...]
AbstractScheduledService.java
32
import javax.annotation.concurrent.
GuardedBy
;
330
@
GuardedBy
("lock")
/external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java
60
import javax.annotation.concurrent.
GuardedBy
;
554
@
GuardedBy
("Segment.this")
560
@
GuardedBy
("Segment.this")
572
@
GuardedBy
("Segment.this")
[
all
...]
ComputingConcurrentHashMap.java
36
import javax.annotation.concurrent.
GuardedBy
;
288
@
GuardedBy
("ComputingValueReference.this") // writes
/frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java
29
import com.android.internal.annotations.
GuardedBy
;
51
@
GuardedBy
("mLock")
UsbService.java
33
import com.android.internal.annotations.
GuardedBy
;
56
@
GuardedBy
("mLock")
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java
41
import javax.annotation.concurrent.
GuardedBy
;
51
@
GuardedBy
("mLock") private PowerManager.WakeLock mWakeLock;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java
34
import com.android.internal.annotations.
GuardedBy
;
66
@
GuardedBy
("mConnection")
DownloadNotifier.java
49
import javax.annotation.concurrent.
GuardedBy
;
71
@
GuardedBy
("mActiveNotifs")
78
@
GuardedBy
("mDownloadSpeed")
85
@
GuardedBy
("mDownloadSpeed")
DownloadInfo.java
36
import com.android.internal.annotations.
GuardedBy
;
249
@
GuardedBy
("this")
252
@
GuardedBy
("this")
/external/guava/guava/src/com/google/common/cache/
LocalCache.java
80
import javax.annotation.concurrent.
GuardedBy
;
586
@
GuardedBy
("Segment.this")
592
@
GuardedBy
("Segment.this")
604
@
GuardedBy
("Segment.this")
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQueryHandler.java
45
import javax.annotation.concurrent.
GuardedBy
;
76
@
GuardedBy
("this") private Cursor mCallLogCursor;
93
@
GuardedBy
("this") private int mCallsRequestId;
/frameworks/base/services/java/com/android/server/connectivity/
PacManager.java
41
import com.android.internal.annotations.
GuardedBy
;
76
@
GuardedBy
("mProxyLock")
80
@
GuardedBy
("mProxyLock")
/packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java
8
import javax.annotation.concurrent.
GuardedBy
;
38
@
GuardedBy
("this")
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
37
import com.android.internal.annotations.
GuardedBy
;
82
@
GuardedBy
("mServicesLock")
84
@
GuardedBy
("mServicesLock")
88
@
GuardedBy
("mServicesLock")
90
@
GuardedBy
("mServicesLock")
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar
/frameworks/base/core/java/android/content/
ContentProviderClient.java
32
import com.android.internal.annotations.
GuardedBy
;
55
@
GuardedBy
("ContentProviderClient.class")
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar
Completed in 1127 milliseconds
1
2