HomeSort by relevance Sort by last modified time
    Searched full:synchronized (Results 151 - 175 of 7449) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
InfoActivity.java 32 synchronized (sObservers) {
38 synchronized (sObservers) {
47 synchronized (sObservers) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
LazyEncodedSequence.java 33 public synchronized ASN1Encodable getObjectAt(int index)
43 public synchronized Enumeration getObjects()
53 public synchronized int size()
  /external/brotli/java/org/brotli/wrapper/dec/
BrotliDecoderChannel.java 40 synchronized (mutex) {
47 synchronized (mutex) {
54 synchronized (mutex) {
  /external/doclava/test/api/
added-deprecated-method.xml 24 synchronized="false"
35 synchronized="false"
63 synchronized="false"
76 synchronized="false"
104 synchronized="false"
136 synchronized="false"
149 synchronized="false"
160 synchronized="false"
200 synchronized="false"
230 synchronized="false
    [all...]
added-exception.xml 26 synchronized="false"
37 synchronized="false"
65 synchronized="false"
78 synchronized="false"
106 synchronized="false"
119 synchronized="false"
153 synchronized="false"
166 synchronized="false"
206 synchronized="false"
236 synchronized="false
    [all...]
added-method.xml 24 synchronized="false"
35 synchronized="false"
63 synchronized="false"
76 synchronized="false"
104 synchronized="false"
136 synchronized="false"
149 synchronized="false"
160 synchronized="false"
200 synchronized="false"
230 synchronized="false
    [all...]
removed-exception.xml 24 synchronized="false"
35 synchronized="false"
63 synchronized="false"
76 synchronized="false"
104 synchronized="false"
117 synchronized="false"
149 synchronized="false"
162 synchronized="false"
202 synchronized="false"
232 synchronized="false
    [all...]
throws.xml 24 synchronized="false"
35 synchronized="false"
63 synchronized="false"
76 synchronized="false"
104 synchronized="false"
117 synchronized="false"
151 synchronized="false"
164 synchronized="false"
204 synchronized="false"
234 synchronized="false
    [all...]
  /external/oauth/core/src/main/java/net/oauth/signature/
PLAINTEXT.java 39 private synchronized String getSignature() {
51 synchronized (this) {
59 synchronized (this) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java 59 public synchronized ExecutorService getExecutorService() {
74 public synchronized void setMaxRequests(int maxRequests) {
82 public synchronized int getMaxRequests() {
95 public synchronized void setMaxRequestsPerHost(int maxRequestsPerHost) {
103 public synchronized int getMaxRequestsPerHost() {
107 synchronized void enqueue(AsyncCall call) {
117 public synchronized void cancel(Object tag) {
140 synchronized void finished(AsyncCall call) {
172 synchronized void executed(Call call) {
177 synchronized void finished(Call call)
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPowerManager.java 43 public synchronized void acquire(long timeout) {
52 public synchronized void release() {
61 public synchronized boolean isHeld() {
ShadowSQLiteOpenHelper.java 30 public synchronized void close() {
38 public synchronized SQLiteDatabase getReadableDatabase() {
49 public synchronized SQLiteDatabase getWritableDatabase() {
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
SimpleFuture.java 37 public synchronized T get() throws InterruptedException {
46 public synchronized T get(long timeout, TimeUnit unit) throws InterruptedException {
55 public synchronized void run() {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
CategoryManager.java 72 public synchronized DashboardCategory getTilesByCategory(Context context, String categoryKey) {
76 public synchronized DashboardCategory getTilesByCategory(Context context, String categoryKey,
83 public synchronized List<DashboardCategory> getCategories(Context context) {
87 public synchronized List<DashboardCategory> getCategories(Context context, String settingPkg) {
92 public synchronized void reloadAllCategories(Context context, String settingPkg) {
99 public synchronized void updateCategoryFromBlacklist(Set<ComponentName> tileBlacklist) {
114 private synchronized void tryInitCategories(Context context, String settingPkg) {
120 private synchronized void tryInitCategories(Context context, boolean forceClearCache,
139 synchronized void backwardCompatCleanupForCategory(
196 synchronized void sortCategories(Context context
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
RestoreDeleteObserver.java 43 synchronized (mDone) {
52 synchronized (mDone) {
64 synchronized (mDone) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
VariableSource.java 32 public synchronized void setValue(Object value) {
36 public synchronized Object getValue() {
53 protected synchronized void onProcess() {
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
GeneralHprofDumpHandler.java 30 synchronized (handlers) {
36 synchronized (handlers) {
42 synchronized (handlers) {
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
RefcountObject.java 39 public synchronized int addRef() {
44 public synchronized int releaseRef() {
52 public synchronized int getRef() {
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 65 public synchronized void start() {
73 public synchronized void stop() {
88 synchronized (HandoverServer.this) {
94 synchronized (HandoverServer.this) {
103 synchronized (HandoverServer.this) {
109 synchronized (HandoverServer.this) {
124 synchronized (HandoverServer.this) {
134 synchronized (HandoverServer.this) {
147 synchronized (HandoverServer.this) {
154 synchronized (HandoverServer.this)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PerNameExecutor.java 37 public synchronized void cancelPendingTasks() {
44 public synchronized void close() {
51 public synchronized void execute(NamedTask task) {
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
MigrationUtils.java 24 public static synchronized void migrationStarted() {
29 public static synchronized void migrationFinished() {
34 public static synchronized boolean migrationInProgress() {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 115 synchronized (mLock) {
131 synchronized (mLock) {
139 synchronized (mLock) {
157 synchronized (mLock) {
163 synchronized (mLock) {
186 synchronized (mLock) {
225 synchronized (mLock) {
242 synchronized (mLock) {
261 synchronized (mLock) {
321 synchronized (mLock)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboWebSettings.java 39 public synchronized boolean getBlockNetworkImage() {
44 public synchronized void setBlockNetworkImage(boolean flag) {
49 public synchronized boolean getJavaScriptEnabled() {
54 public synchronized void setJavaScriptEnabled(boolean flag) {
78 public synchronized void setRenderPriority(RenderPriority priority) {
87 public synchronized boolean getPluginsEnabled() {
92 public synchronized void setPluginsEnabled(boolean flag) {
101 public synchronized void setSupportMultipleWindows(boolean support) {
155 public synchronized void setLayoutAlgorithm(WebSettings.LayoutAlgorithm algorithm) {
339 public synchronized void setUserAgentString(String ua)
    [all...]
  /art/test/dexdump/
checkers.xml 23 synchronized="false"
35 synchronized="false"
47 synchronized="false"
59 synchronized="false"
73 synchronized="false"
85 synchronized="false"
95 synchronized="false"
105 synchronized="false"
137 synchronized="false"
147 synchronized="false
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 76 synchronized MtpDeviceRecord openDevice(int deviceId) throws IOException {
114 synchronized void closeDevice(int deviceId) throws IOException {
119 synchronized MtpDeviceRecord[] getDevices() {
132 synchronized (device) {
142 synchronized (device) {
152 synchronized (device) {
162 synchronized (device) {
170 synchronized (device) {
177 synchronized (device) {
186 synchronized (device)
    [all...]

Completed in 342 milliseconds

1 2 3 4 5 67 8 91011>>