OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAccount
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java
36
private static String
sAccount
= null;
44
sAccount
= s;
50
if (
sAccount
== null) {
53
sAccount
= account;
55
return
sAccount
;
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java
36
private static String
sAccount
= null;
44
sAccount
= s;
50
if (
sAccount
== null) {
53
sAccount
= account;
55
return
sAccount
;
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
AccountStorage.java
36
private static String
sAccount
= null;
44
sAccount
= s;
50
if (
sAccount
== null) {
53
sAccount
= account;
55
return
sAccount
;
Completed in 93 milliseconds