OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAccountLock
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java
37
private static final Object
sAccountLock
= new Object();
40
synchronized(
sAccountLock
) {
49
synchronized (
sAccountLock
) {
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java
37
private static final Object
sAccountLock
= new Object();
40
synchronized(
sAccountLock
) {
49
synchronized (
sAccountLock
) {
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
AccountStorage.java
37
private static final Object
sAccountLock
= new Object();
40
synchronized(
sAccountLock
) {
49
synchronized (
sAccountLock
) {
Completed in 311 milliseconds