Home
last modified time | relevance | path

Searched refs:sVersion (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageDescriptor.java55 private static final String sVersion = "1.0"; field in BipImageDescriptor
185 mVersion = sVersion; in BipImageDescriptor()
299 xmlMsgElement.attribute(null, "version", sVersion); in toString()
DBipImageProperties.java58 private static final String sVersion = "1.0"; field in BipImageProperties
153 mVersion = sVersion; in BipImageProperties()
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java141 private static String sVersion = null; field in Utils
1488 if (sVersion == null) { in getVersionCode()
1490 sVersion = context.getPackageManager().getPackageInfo( in getVersionCode()
1497 return sVersion; in getVersionCode()